What is the io.github.jkawamoto/mcp-memos MCP server?
An MCP server for interacting with Memos.
How to install io.github.jkawamoto/mcp-memos
Copy-paste configuration for popular MCP clients.
transport: stdio
Config generated by PluginBench — verify against the source before use.Environment / auth
MEMOS_API_ENDPOINTrequiredMemos API endpoint
MEMOS_API_TOKENrequiredsecretMemos API token
Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"mcp-memos": {
"command": "https://github.com/jkawamoto/mcp-memos/releases/download/v0.1.0/mcp-memos.mcpb",
"args": [],
"env": {
"MEMOS_API_ENDPOINT": "<YOUR_MEMOS_API_ENDPOINT>",
"MEMOS_API_TOKEN": "<YOUR_MEMOS_API_TOKEN>"
}
}
}
}Cursor
~/.cursor/mcp.json
{
"mcpServers": {
"mcp-memos": {
"command": "https://github.com/jkawamoto/mcp-memos/releases/download/v0.1.0/mcp-memos.mcpb",
"args": [],
"env": {
"MEMOS_API_ENDPOINT": "<YOUR_MEMOS_API_ENDPOINT>",
"MEMOS_API_TOKEN": "<YOUR_MEMOS_API_TOKEN>"
}
}
}
}Windsurf
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"mcp-memos": {
"command": "https://github.com/jkawamoto/mcp-memos/releases/download/v0.1.0/mcp-memos.mcpb",
"args": [],
"env": {
"MEMOS_API_ENDPOINT": "<YOUR_MEMOS_API_ENDPOINT>",
"MEMOS_API_TOKEN": "<YOUR_MEMOS_API_TOKEN>"
}
}
}
}VS Code
.vscode/mcp.json
{
"servers": {
"mcp-memos": {
"type": "stdio",
"command": "https://github.com/jkawamoto/mcp-memos/releases/download/v0.1.0/mcp-memos.mcpb",
"args": [],
"env": {
"MEMOS_API_ENDPOINT": "<YOUR_MEMOS_API_ENDPOINT>",
"MEMOS_API_TOKEN": "<YOUR_MEMOS_API_TOKEN>"
}
}
}
}Claude Code
claude mcp add mcp-memos --env MEMOS_API_ENDPOINT=<YOUR_MEMOS_API_ENDPOINT> --env MEMOS_API_TOKEN=<YOUR_MEMOS_API_TOKEN> -- https://github.com/jkawamoto/mcp-memos/releases/download/v0.1.0/mcp-memos.mcpbRelated MCP servers
A MCP server for interacting with Bear note-taking software.
View repository →An MCP server for processing images using Florence-2
View repository →An MCP server retrieving transcripts of YouTube videos
View repository →