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
{
"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