Skip to content
Zed

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

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

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

AgentForge in other clients