ACKS Memos MCP Server 是一个开源、高兼容性的 Model Context Protocol (MCP) 服务端,旨在将您的自托管 Memos 实例连接至主流 AI 模型和 Agent。
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"acks-memos-mcp-serve": {
"command": "npx",
"args": [
"-y",
"shynloc/acks-memos-mcp-server"
]
}
}
}
Run in terminal:
claude mcp add acks-memos-mcp-serve npx -y shynloc/acks-memos-mcp-server
Add to .cursor/mcp.json:
{
"mcpServers": {
"acks-memos-mcp-serve": {
"command": "npx",
"args": [
"-y",
"shynloc/acks-memos-mcp-server"
]
}
}
}