MCP server that exposes agent-memory-daemon to any MCP-compatible client — Kiro (CLI & IDE), Claude Desktop, Cursor, and others.
The daemon does the thinking (consolidation + extraction); this server is a thin filesystem bridge so agents can read, append, and search memory through the Model Context Protocol.
{
"mcpServers": {
"agent-memory-1": {
"command": "npx",
"args": [
"-y",
"mcp-agent-memory"
]
}
}
}