context foundry for Zed
io.github.context-foundry/context-foundry
Recursive Claude spawning for autonomous project builds with self-healing test loops
client:Zed
transport:stdio
runtime:pypi
Install context foundry in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"context-foundry": {
"command": "uvx",
"args": [
"context-foundry"
],
"env": {
"ANTHROPIC_API_KEY": "<ANTHROPIC_API_KEY>"
}
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs