claude-shepherd

nakomis/claude-shepherd
★ 0 stars Python 🤖 AI/LLM Updated 1d ago
A framework for orchestrating drone LLMs (Ollama, Bedrock, etc.) under Claude supervision — MCP server, skills, and agents
View on GitHub →

Quick Install

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

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "claude-shepherd": {
      "command": "uvx",
      "args": [
        "claude-shepherd"
      ]
    }
  }
}

Or install with pip: pip install claude-shepherd

README Excerpt

A framework for orchestrating drone LLMs (Ollama, Bedrock, OpenAI, Gemini) under Claude's supervision to generate code cheaply, with Claude acting as architect, gatekeeper, and reviewer. If you find this useful, please consider buying me a coffee: Claude is expensive for boilerplate generation but irreplaceable for reasoning. Cheap local or API models (drones) can generate code given a tight enough spec — but they make systematic errors. Claude Shepherd puts Claude in charge of the pipeline: wri

Tools (1)

job_id