agent loop mcp for Zed
io.github.meharajm/agent-loop-mcp
Agentic memory manager. Install Skill: npx skills add meharajM/agent-loop-mcp
client:Zed
transport:stdio
runtime:npm
Install agent loop mcp in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"agent-loop-mcp": {
"command": "npx",
"args": [
"-y",
"@mhrj/mcp-agent-loop"
]
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs