ModelRouter_MCP

MrSolution07/ModelRouter_MCP
★ 0 stars TypeScript AI/LLM Updated 4d ago
Advisory MCP server for intelligent LLM model recommendations in Cursor
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": {
    "modelrouter_mcp": {
      "command": "npx",
      "args": [
        "-y",
        "MrSolution07/ModelRouter_MCP"
      ]
    }
  }
}

README Excerpt

Advisory MCP server for intelligent LLM model recommendations in Cursor. **Ships:** - Advisory `recommend_model` with schema-validated JSON - Heuristic task analysis (Layer A) + metadata scoring (Layer B) - Static seed registry with user-writable cache (`~/.modelrouter`) - Live metadata sync by default (Class D inbound fetch when `privacyMode: false`)

Tools (11)

analyze_repositoryanalyze_taskestimate_costgenerate_cursor_guidanceget_model_profileget_telemetry_summarylist_modelsprivacyModerecommend_modelrun_internal_validationsync_metadata