Exposes local memory vaults as 6 MCP tools over stdio, enabling clients like Windsurf, Zed, and Claude Desktop to read and write memory.
{
"mcpServers": {
"agentagemcp-memory": {
"command": "npx",
"args": [
"-y",
"@agentage/server-memory"
]
}
}
}