← Back to Plugins
MCP Server MCP

Cheaplane

github By github 👁 1 views ▲ 0 votes

Offload grunt work from your premium agent to cheap models — auto-routing and billing isolation.

Homepage Verified source GitHub

Install

uvx cheaplane

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "pypi",
      "registryBaseUrl": "https://pypi.org",
      "identifier": "cheaplane",
      "version": "0.2.1",
      "runtimeHint": "uvx",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "OpenAI-compatible endpoint serving the cheap models — usually a local LiteLLM proxy.",
          "default": "http://localhost:4000",
          "name": "DELEGATE_BASE_URL"
        },
        {
          "description": "Key for that endpoint. A local proxy ignores it; set a real one for a hosted endpoint.",
          "isSecret": true,
          "default": "sk-litellm",
          "name": "DELEGATE_API_KEY"
        },
        {
          "description": "Per-call timeout in seconds. Raise it for long documents.",
          "default": "120",
          "name": "DELEGATE_TIMEOUT"
        },
        {
          "description": "JSON remapping the built-in aliases to your proxy's model names, e.g. {\"deepseek\": \"deepseek-v4\"}.",
          "name": "DELEGATE_MODEL_MAP"
        },
        {
          "description": "Set to 1 to disable the local savings ledger (metadata only, never task content).",
          "name": "DELEGATE_NO_LOG"
        }
      ]
    }
  ]
}
mcp model-context-protocol pypi

Comments

Sign in to leave a comment

Loading comments...