Back to directory
x51xxx/ai-think-gate-mcp

x51xxx/ai-think-gate-mcp

@x51xxx

A Model Context Protocol (MCP) server that provides AI-powered thinking, code architecture, and direct LLM access tools

thinkingarchitecturellmgatewaysequential-thinkingmcpaicode-analysistool

Installation & Configuration

{
  "mcpServers": {
    "ai_think_gate": {
      "command": "npx",
      "args": [
        "-y",
        "@trishchuk/ai-think-gate-mcp"
      ],
      "env": {
        "LLM_OPENAI_API_KEY": "your_api_key",
        "LLM_OPENAI_API_MODEL": "gemini-2.5-pro-exp-03-25",
        "LLM_OPENAI_API_ENDPOINT": "https://generativelanguage.googleapis.com/v1beta/openai"
      }
    }
  }
}

Information

Transport
stdio
Language
TypeScript
Created
2026/6/15
Updated
2026/6/17