Ace Memory for Claude Desktop
io.github.rudedoggg/ace-memory
Persistent memory for AI agents. Semantic search, memory graph, W3C DID identity.
client:Claude Desktop
transport:streamable-http
Install Ace Memory in Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"ace-memory": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://ais.agentsandswarms.ai/mcp"
]
}
}
}
Claude Desktop has no remote transport in its config file, so this bridges through mcp-remote. Restart the app after saving. Claude Desktop docs