← Index

Local Model Suitability MCP

io.github.OjasKord/local-model-suitability-mcp·v1.1.5·Other
Quality Score
95
/100

Check if a task runs locally vs cloud. Save money on calls that don't need cloud inference.

§01  Install
Remote endpoint

Streamable HTTP / SSE endpoint. Add to any MCP client that supports remote servers.

https://local-model-suitability-mcp-production.up.railway.app
Claude Desktop (claude_desktop_config.json)
{
  "mcpServers": {
    "local-model-suitability-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "local-model-suitability-mcp"
      ],
      "env": {
        "ANTHROPIC_API_KEY": "<your-anthropic_api_key>"
      }
    }
  }
}
Cursor (.cursor/mcp.json)
{
  "mcpServers": {
    "local-model-suitability-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "local-model-suitability-mcp"
      ],
      "env": {
        "ANTHROPIC_API_KEY": "<your-anthropic_api_key>"
      }
    }
  }
}
Cline (cline_mcp_settings.json)
npx -y local-model-suitability-mcp
§02  Environment variables
ANTHROPIC_API_KEY
requiredsecret

Anthropic API key for Claude routing analysis

§03  MCP Quality Score  ·  methodology
freshness
25
completeness
20
installability
25
documentation
15
stability
10
§04  Alternatives in Other