Custom MCP server which routes tool calls though a local LLM to experiment with small model capabilities and use cases
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"
]
}
}
}
Run in terminal:
claude mcp add local-model-router npx -y kcamera/local-model-router
Add to .cursor/mcp.json:
{
"mcpServers": {
"local-model-router": {
"command": "npx",
"args": [
"-y",
"kcamera/local-model-router"
]
}
}
}