agentram mcp for Claude Desktop
io.github.seanmarkwei/agentram-mcp
Model Context Protocol server for AgentRAM. Persistent memory for AI agents.
client:Claude Desktop
transport:stdio
runtime:npm
Install agentram mcp in Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"agentram-mcp": {
"command": "npx",
"args": [
"-y",
"agentram-mcp"
],
"env": {
"AGENTRAM_API_KEY": "<AGENTRAM_API_KEY>"
}
}
}
}
Settings → Developer → Edit Config opens this file. Restart the app after saving. Claude Desktop docs