Skip to content
Windsurf

AgentForge for Windsurf

org.sciscale/agentforge-mcp

Turn rough requests into rigorously structured prompts, for any coding agent.

client:Windsurf transport:stdio runtime:npm

Install AgentForge in Windsurf

~/.codeium/windsurf/mcp_config.json · windows: %USERPROFILE%\.codeium\windsurf\mcp_config.json

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

{
  "mcpServers": {
    "agentforge-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "agentforge-mcp"
      ],
      "env": {
        "AGENTFORGE_API_KEY": "<AGENTFORGE_API_KEY>",
        "AGENTFORGE_API_URL": "<AGENTFORGE_API_URL>"
      }
    }
  }
}

Global only — Windsurf has no per-project MCP config. Refresh Cascade after saving. Windsurf docs

AgentForge in other clients