A MCP(Model Context Protocol) server for Memos.
search_memos
: Search memos with keyword.create_memo
: Create a new memo.
To install mcp-server-memos for Claude Desktop automatically via Smithery:
npx -y @smithery/cli install @LeslieLeung/mcp-server-memos --client claude
{
"mcpServers": [
"memos": {
"command": "uvx",
"args": [
"memos-mcp-server"
],
"env": {
"MEMOS_URL": "https://memos.example.com",
"MEMOS_API_KEY": "your_api_key",
"DEFAULT_TAG": "#mcp"
}
}
]
}