mcp bifrost for Zed
io.github.fixembcn/mcp-bifrost
Delegate bulk code edits to a cheap worker model. Gated, atomic. PHP and Python.
client:Zed
transport:stdio
runtime:pypi
Install mcp bifrost in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"mcp-bifrost": {
"command": "uvx",
"args": [
"mcp-bifrost"
],
"env": {
"DEEPSEEK_API_KEY": "<DEEPSEEK_API_KEY>",
"BIFROST_WORKER_BASE_URL": "<BIFROST_WORKER_BASE_URL>",
"BIFROST_WORKER_MODEL": "<BIFROST_WORKER_MODEL>",
"BIFROST_DB": "<BIFROST_DB>"
}
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs