AgentForge for Zed
org.sciscale/agentforge-mcp
Turn rough requests into rigorously structured prompts, for any coding agent.
client:Zed
transport:stdio
runtime:npm
Install AgentForge in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"agentforge-mcp": {
"command": "npx",
"args": [
"-y",
"agentforge-mcp"
],
"env": {
"AGENTFORGE_API_KEY": "<AGENTFORGE_API_KEY>",
"AGENTFORGE_API_URL": "<AGENTFORGE_API_URL>"
}
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs