Skip to content
Gemini CLI

context foundry for Gemini CLI

io.github.context-foundry/context-foundry

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

client:Gemini CLI transport:stdio runtime:pypi

Install context foundry in Gemini CLI

~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json

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

{
  "mcpServers": {
    "context-foundry": {
      "command": "uvx",
      "args": [
        "context-foundry"
      ],
      "env": {
        "ANTHROPIC_API_KEY": "<ANTHROPIC_API_KEY>"
      }
    }
  }
}

Gemini expands $VAR and ${VAR} inside env values, so a secret can live in your shell rather than this file. Gemini CLI docs

context foundry in other clients