ollama-domain-experts-mcp

byrn-baker/ollama-domain-experts-mcp
★ 0 stars Python AI/LLM Updated 15d ago
Ollama MCP server for local LLM domain expert delegation — routes structured tasks to local models for token savings
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": {
    "ollama-domain-expert": {
      "command": "uvx",
      "args": [
        "ollama-domain-experts-mcp"
      ]
    }
  }
}

Or install with pip: pip install ollama-domain-experts-mcp