这是一个用于 Memos 的 MCP(Model Context Protocol) 服务器。
search_memos: 使用关键词搜索备忘录。create_memo: 创建新的备忘录。要通过 Smithery 自动安装 mcp-server-memos 到 Claude Desktop:
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"
}
}
]
}