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
{
"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