Skip to content
Cursor

AgentForge for Cursor

org.sciscale/agentforge-mcp

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

client:Cursor transport:stdio runtime:npm

Install AgentForge in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

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

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

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

AgentForge in other clients