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
- -securityFlicense-qualityA server that implements the Model Completion Protocol (MCP) to allow LLMs to interact with Databricks resources including clusters, jobs, notebooks, and SQL execution through natural language.Last updated -6Python
- -securityAlicense-qualityA TypeScript Model Context Protocol (MCP) server to allow LLMs to programmatically construct mind maps to explore an idea space, with enforced "metacognitive" self-reflection.Last updated -592TypeScriptMIT 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 -1TypeScriptMIT License
- AsecurityAlicenseAqualityAn MCP server that enables LLMs to perform blockchain operations on the Base network through natural language commands, including wallet management, balance checking, and transaction execution.Last updated -441TypeScriptMIT License