Back to directory
beverm2391/chain-of-thought-mcp-server

beverm2391/chain-of-thought-mcp-server

@beverm2391

An MCP server to inject raw chain of thought tokens from a reasoning model via Groq API

chain-of-thoughtreasoninggroqqwqthink-toolclaudetool

Installation & Configuration

{
  "mcpServers": {
    "chain_of_thought": {
      "command": "uv",
      "args": [
        "--directory",
        "path/to/cot-mcp-server",
        "run",
        "src/server.py"
      ],
      "env": {
        "GROQ_API_KEY": "your-groq-api-key"
      }
    }
  }
}

Information

Transport
stdio
Language
Python
Created
2026/6/17
Updated
2026/6/17