← Back to Plugins
MCP Server MCP

io.github.FixemBCN/mcp-bifrost

github By github 👁 1 views ▲ 0 votes

Delegate bulk code edits to a cheap worker model. Gated, atomic. PHP and Python.

Homepage Verified source GitHub

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

Comments

Sign in to leave a comment

Loading comments...