localagents

ccebelenski/localagents
★ 0 stars Python AI/LLM Updated 2d ago
MCP server that delegates Claude Code agent work to local models (llama.cpp / vLLM) on your own hardware
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": {
    "localagents": {
      "command": "uvx",
      "args": [
        "localagents"
      ]
    }
  }
}

Or install with pip: pip install localagents

README Excerpt

**Hand Claude Code's grunt work to a model running on your own hardware.** localagents is an MCP server that gives Claude Code a `run_agent` tool. Each call starts a full headless Claude Code session — same tools, same `CLAUDE.md`, same working tree — except its API traffic goes to a llama.cpp or vLLM server you run

Tools (4)

list_modelslocal_completerequest_modelrun_agent

Topics

agentsclaude-codellama-cpplocal-llmmcpvllm