Chain of Thought MCP Server
Anthropic's recent article "The "think" tool: Enabling Claude to stop and think in complex tool use situations" shows that using an external think
tool notably increases performance on SWE Bench.
This MCP Server uses Groq's API to call LLMs which expose raw chain-of-thought tokens from Qwen's qwq model.
Installation
- Clone this repository to your local machine.
- Run
uv sync
to install depencies - Get a Groq API key from here.
- Update your mcp configuration with:
The path should be the local path to this repository. You can get this easily by running pwd
in the terminal from the root of the repository.
Instructing The AI To Use This MCP Server
I personally prefer the agent call this tool on every request to increase performance. I add this to my rules for the agent:
This server cannot be installed
remote-capable server
The server can be hosted and run remotely because it primarily relies on remote services or has no dependency on the local environment.
An MCP server that uses Groq's API to expose raw chain-of-thought tokens from Qwen's qwq model, enabling LLMs to think step-by-step before responding.
Related MCP Servers
- -securityAlicense-qualityA MCP server that exposes GraphQL schema information to LLMs like Claude. This server allows an LLM to explore and understand large GraphQL schemas through a set of specialized tools, without needing to load the whole schema into the contextLast updated -1238JavaScriptMIT License
- -securityAlicense-qualityAn MCP server that enables managing multiple lines of thought with features like branch navigation, cross-references between related thoughts, and insight generation from key points.Last updated -11TypeScriptMIT License
- -securityAlicense-qualityA Model Context Protocol (MCP) server that allows AI assistants like Claude to interact with Go's Language Server Protocol (LSP) and benefit from advanced Go code analysis features.Last updated -35GoApache 2.0
- -securityAlicense-qualityA minimal demonstration of an MCP service and client that integrates with the qwen API interface, showing basic functionality of a Model Control Protocol implementation.Last updated -PythonMIT License