mcp bifrost for Cursor
io.github.fixembcn/mcp-bifrost
Delegate bulk code edits to a cheap worker model. Gated, atomic. PHP and Python.
client:Cursor
transport:stdio
runtime:pypi
Install mcp bifrost in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"mcp-bifrost": {
"type": "stdio",
"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>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs