Loading MCP server directory, please wait...
Recursive Claude spawning for autonomous project builds with self-healing test loops
npx @getmcp/cli add io.github.context-foundry/context-foundryRequires Python 3.10+. Community-contributed server. Review source before installing.
ANTHROPIC_API_KEYYour Anthropic API key for Claude API access (required for delegation features)
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"io.github.context-foundry/context-foundry": {
"command": "uvx",
"args": [
"context-foundry"
],
"env": {
"ANTHROPIC_API_KEY": ""
}
}
}
}