context foundry for Claude Desktop
io.github.context-foundry/context-foundry
Recursive Claude spawning for autonomous project builds with self-healing test loops
client:Claude Desktop
transport:stdio
runtime:pypi
Install context foundry in Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"context-foundry": {
"command": "uvx",
"args": [
"context-foundry"
],
"env": {
"ANTHROPIC_API_KEY": "<ANTHROPIC_API_KEY>"
}
}
}
}
Settings → Developer → Edit Config opens this file. Restart the app after saving. Claude Desktop docs