mcp bifrost for Cline
io.github.fixembcn/mcp-bifrost
Delegate bulk code edits to a cheap worker model. Gated, atomic. PHP and Python.
client:Cline
transport:stdio
runtime:pypi
Install mcp bifrost in Cline
~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json · windows: %APPDATA%\Code\User\globalStorage\saoudrizwan.claude-dev\settings\cline_mcp_settings.json
{
"mcpServers": {
"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>"
}
}
}
}
Cline's MCP Servers pane edits this file for you if you would rather not find it. Cline docs