Skip to content
Zed

agentram mcp for Zed

io.github.seanmarkwei/agentram-mcp

Model Context Protocol server for AgentRAM. Persistent memory for AI agents.

client:Zed transport:stdio runtime:npm

Install agentram mcp in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

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

{
  "context_servers": {
    "agentram-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "agentram-mcp"
      ],
      "env": {
        "AGENTRAM_API_KEY": "<AGENTRAM_API_KEY>"
      }
    }
  }
}

Merge this into your existing settings object — do not replace the file. Zed docs

agentram mcp in other clients