agent memory mcp for Claude Desktop
io.github.xultrax-web/agent-memory-mcp
Markdown memory for AI agents. Files you can read, edit, grep, and commit. Not a database.
client:Claude Desktop
transport:stdio
runtime:npm
Install agent memory mcp in Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"agent-memory-mcp": {
"command": "npx",
"args": [
"-y",
"@xultrax-web/agent-memory-mcp"
],
"env": {
"AGENT_MEMORY_DIR": "<AGENT_MEMORY_DIR>",
"AGENT_MEMORY_SCOPE": "<AGENT_MEMORY_SCOPE>",
"AGENT_MEMORY_LOG": "<AGENT_MEMORY_LOG>"
}
}
}
}
Settings → Developer → Edit Config opens this file. Restart the app after saving. Claude Desktop docs