OpenSource-LLM-on-ClaudeCode

pedrobraiti/OpenSource-LLM-on-ClaudeCode
★ 0 stars Python AI/LLM Updated 9d ago
MCP server giving Claude Code an agentic coding executor backed by any open-source LLM (OpenAI-compatible). Claude manages; the OSS model executes for free. Validated with GLM 5.2 on NVIDIA's free tier.
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "opensource-llm-on-cl": {
      "command": "uvx",
      "args": [
        "opensource-llm-on-claudecode"
      ]
    }
  }
}

Or install with pip: pip install opensource-llm-on-claudecode

README Excerpt

<p align="center"> <strong>OpenSource-LLM-on-ClaudeCode</strong> — an MCP server that gives Claude Code an <strong>agentic coding executor</strong> backed by any open-source LLM. </p> <p align="center"> <img src="https://img.shields.io/badge/python-3.12%2B-blue" alt="Python 3.12+"> <img src="https://img.shields.io/badge/protocol-MCP-6b4fbb" alt="MCP">

Tools (10)

OSS_LLM_API_KEYOSS_LLM_BASE_URLOSS_LLM_ENABLE_THINKINGOSS_LLM_MAX_ITERATIONSOSS_LLM_MODELOSS_LLM_RATE_MAXOSS_LLM_RATE_WINDOW_SOSS_LLM_REASONING_EFFORTOSS_LLM_WORKSPACEfinished