local-model-router

kcamera/local-model-router
★ 0 stars Unknown language 🤖 AI/LLM Updated 5d ago
Custom MCP server which routes tool calls though a local LLM to experiment with small model capabilities and use cases
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": {
    "local-model-router": {
      "command": "npx",
      "args": [
        "-y",
        "kcamera/local-model-router"
      ]
    }
  }
}

README Excerpt

Custom MCP server which routes tool calls though a local LLM to experiment with small model capabilities and use cases