MCP Server
MCP
io.github.FixemBCN/mcp-bifrost
Delegate bulk code edits to a cheap worker model. Gated, atomic. PHP and Python.
Install
uvx mcp-bifrost
Configuration Example
{
"remotes": [],
"packages": [
{
"registryType": "pypi",
"registryBaseUrl": "https://pypi.org",
"identifier": "mcp-bifrost",
"version": "0.1.1",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "Worker API key. Not needed when BIFROST_WORKER_BASE_URL points at a local endpoint.",
"isSecret": true,
"name": "DEEPSEEK_API_KEY"
},
{
"description": "OpenAI-compatible endpoint for the worker model. Set this to run a local model so no code leaves the machine.",
"name": "BIFROST_WORKER_BASE_URL"
},
{
"description": "Worker model identifier. Defaults to deepseek-chat.",
"name": "BIFROST_WORKER_MODEL"
},
{
"description": "Path to the operational log. Defaults to .bifrost/history.db in the working directory.",
"name": "BIFROST_DB"
}
]
}
]
}
mcp
model-context-protocol
pypi
By
Comments
Sign in to leave a comment