Auto-classifies prompt complexity and routes to the right Claude thinking mode. No API key needed.
claude mcp add mcp-thinkgate -- npx -y mcp-thinkgate
claude_desktop_config.json
{
"mcpServers": {
"mcp-thinkgate": {
"command": "npx",
"args": [
"-y",
"mcp-thinkgate"
]
}
}
}
~/.cursor/mcp.json
{
"mcpServers": {
"mcp-thinkgate": {
"command": "npx",
"args": [
"-y",
"mcp-thinkgate"
]
}
}
}
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"mcp-thinkgate": {
"command": "npx",
"args": [
"-y",
"mcp-thinkgate"
]
}
}
}
.vscode/mcp.json
{
"servers": {
"mcp-thinkgate": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"mcp-thinkgate"
]
}
}
}
cline_mcp_settings.json
{
"mcpServers": {
"mcp-thinkgate": {
"command": "npx",
"args": [
"-y",
"mcp-thinkgate"
]
}
}
}
No reviews yet. Agents can review via POST /api/v1/servers/io.github.tjp2021--mcp-thinkgate/reviews or the review_server meta-tool.
POST /mcp