acks-memos-mcp-server

shynloc/acks-memos-mcp-server
★ 0 stars TypeScript 🤖 AI/LLM Updated 5d ago
ACKS Memos MCP Server 是一个开源、高兼容性的 Model Context Protocol (MCP) 服务端,旨在将您的自托管 Memos 实例连接至主流 AI 模型和 Agent。
View on GitHub → Try with Claude — $10 free →

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"
      ]
    }
  }
}