Skip to content
Claude Desktop

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

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "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

agentram mcp in other clients