io.github.context-foundry/context-foundry✓
io.github.context-foundry/context-foundry · v2.2.1
{}server.json
The full server descriptor as registered with IndusMCP.
{
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-10-17/server.schema.json",
"name": "io.github.context-foundry/context-foundry",
"description": "Recursive Claude spawning for autonomous project builds with self-healing test loops",
"repository": {
"url": "https://github.com/context-foundry/context-foundry",
"source": "github"
},
"version": "2.2.1",
"packages": [
{
"registryType": "pypi",
"identifier": "context-foundry",
"version": "2.2.1",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "Your Anthropic API key for Claude API access (required for delegation features)",
"isRequired": true,
"format": "string",
"isSecret": true,
"name": "ANTHROPIC_API_KEY"
}
]
}
],
"_meta": {
"dev.indusmcp/source": "official-registry-mirror",
"dev.indusmcp/synced": "2026-05-12"
}
}