Skip to content
Cursor

context foundry for Cursor

io.github.context-foundry/context-foundry

Recursive Claude spawning for autonomous project builds with self-healing test loops

client:Cursor transport:stdio runtime:pypi

Install context foundry 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": {
    "context-foundry": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "context-foundry"
      ],
      "env": {
        "ANTHROPIC_API_KEY": "<ANTHROPIC_API_KEY>"
      }
    }
  }
}

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

context foundry in other clients