MCP Server
MCP
io.github.ZahiriNatZuke/local-delegate
Delegate mechanical text tasks to a local OpenAI-compatible LLM to save Claude quota.
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
By
Comments
Sign in to leave a comment