← Back to Plugins
MCP Server MCP

io.github.ZahiriNatZuke/local-delegate

github By github 👁 1 views ▲ 0 votes

Delegate mechanical text tasks to a local OpenAI-compatible LLM to save Claude quota.

Homepage Verified source GitHub

Install

uvx local-delegate-mcp

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "pypi",
      "identifier": "local-delegate-mcp",
      "version": "0.26.0",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "OpenAI-compatible endpoint (llama-swap, Ollama, LM Studio, vLLM). Default http://127.0.0.1:9292/v1",
          "format": "string",
          "name": "LOCAL_DELEGATE_BASE_URL"
        },
        {
          "description": "Bearer token for the endpoint, if it requires one.",
          "format": "string",
          "isSecret": true,
          "name": "LOCAL_DELEGATE_API_KEY"
        }
      ]
    }
  ]
}
mcp model-context-protocol pypi

Comments

Sign in to leave a comment

Loading comments...