Loomal

mcp-thinkgate

MCP server by github.com/tjp2021/mcp-thinkgate

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

2 starsnpm: mcp-thinkgate

About mcp-thinkgate

mcp-thinkgate is an MCP (Model Context Protocol) server published by tjp2021 in the official MCP registry. Auto-classifies prompt complexity and routes to the right Claude thinking mode. No API key needed.

It ships as an npm package (mcp-thinkgate), so any MCP client that can launch a local process can run it.

Development happens in the open at github.com/tjp2021/mcp-thinkgate, where the project has earned 2 GitHub stars.

Use mcp-thinkgate with your agent

Claude Code · one command
claude mcp add mcp-thinkgate -- npx -y mcp-thinkgate
Claude Desktop, Cursor & other MCP clients · config
{
  "mcpServers": {
    "mcp-thinkgate": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-thinkgate"
      ]
    }
  }
}
npmmcp-thinkgate

Frequently asked questions

What is mcp-thinkgate?
mcp-thinkgate is an MCP (Model Context Protocol) server by tjp2021. Auto-classifies prompt complexity and routes to the right Claude thinking mode. No API key needed.
How do I connect mcp-thinkgate to Claude, Cursor, or another MCP client?
Install mcp-thinkgate from its npm package (mcp-thinkgate) and register it under "mcpServers" in your client's MCP configuration — for example claude_desktop_config.json or Cursor's mcp.json — then restart the client.
Is mcp-thinkgate open source?
Yes — the source code is public at github.com/tjp2021/mcp-thinkgate, with 2 GitHub stars.
Can AI agents pay to use mcp-thinkgate?
Not yet through Loomal — mcp-thinkgate is listed as a free directory entry. If its maintainer verifies ownership, they can set per-call USDC pricing that agents pay over x402, with settlement on Base.

Listing data from the official MCP registry and GitHub, refreshed periodically. Not affiliated with the maintainer unless claimed. Maintain mcp-thinkgate? Claim this listing free by verifying GitHub ownership, or contact us.