Skip to content
Zed

mcp thinkgate for Zed

io.github.tjp2021/mcp-thinkgate

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

client:Zed transport:stdio runtime:npm

Install mcp thinkgate in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "context_servers": {
    "mcp-thinkgate": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-thinkgate"
      ],
      "env": {
        "ANTHROPIC_API_KEY": "<ANTHROPIC_API_KEY>"
      }
    }
  }
}

Merge this into your existing settings object — do not replace the file. Zed docs

mcp thinkgate in other clients