Chain of Thought MCP サーバー
Anthropic の最近の記事「考える」ツール: 複雑なツール使用状況で Claude が立ち止まって考えることを可能にする」では、外部のthink
ツールを使用するとSWE Benchのパフォーマンスが著しく向上することが示されています。
この MCP サーバーは、Groq の API を使用して、Qwen のqwq モデルから生の思考連鎖トークンを公開する LLM を呼び出します。
インストール
- このリポジトリをローカル マシンにクローンします。
- 依存関係をインストールするには、
uv sync
を実行します。 - ここから Groq API キーを取得します。
- 次のように mcp 構成を更新します。
パスはこのリポジトリへのローカルパスである必要があります。リポジトリのルートからターミナルでpwd
を実行すると簡単に取得できます。
AIにこのMCPサーバーを使用するように指示する
個人的には、パフォーマンス向上のため、エージェントがリクエストごとにこのツールを呼び出すように設定することを推奨しています。エージェントのルールに以下を追加しています。
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.
Groq の API を使用して Qwen の qwq モデルから生の思考連鎖トークンを公開し、LLM が応答する前にステップごとに考えることができる MCP サーバー。
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