← Index

io.github.tjp2021/mcp-thinkgate

io.github.tjp2021/mcp-thinkgate·v0.1.1·Other
Quality Score
77
/100

Auto-classifies prompt complexity and routes to the right Claude thinking mode. No API key needed.

§01  Install
Claude Desktop (claude_desktop_config.json)
{
  "mcpServers": {
    "mcp-thinkgate": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-thinkgate"
      ],
      "env": {
        "ANTHROPIC_API_KEY": "<your-anthropic_api_key>"
      }
    }
  }
}
Cursor (.cursor/mcp.json)
{
  "mcpServers": {
    "mcp-thinkgate": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-thinkgate"
      ],
      "env": {
        "ANTHROPIC_API_KEY": "<your-anthropic_api_key>"
      }
    }
  }
}
Cline (cline_mcp_settings.json)
npx -y mcp-thinkgate
§02  Environment variables
ANTHROPIC_API_KEY
secret

Optional. Enables AI-powered classification via Haiku (more accurate). Falls back to rule-based classification if not provided. Get a key at https://console.anthropic.com

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