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