mcp thinkgate for Cursor
io.github.tjp2021/mcp-thinkgate
Auto-classifies prompt complexity and routes to the right Claude thinking mode. No API key needed.
client:Cursor
transport:stdio
runtime:npm
Install mcp thinkgate in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"mcp-thinkgate": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"mcp-thinkgate"
],
"env": {
"ANTHROPIC_API_KEY": "<ANTHROPIC_API_KEY>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs