Skip to main content
Glama

mcp-reasoner

by Jacck

MCP推論者

Claude Desktop の推論実装では、ビーム検索とモンテ カルロ ツリー検索 (MCTS) の両方を使用できます。正直に言うと、これは、Claude の複雑な問題解決能力をさらに向上できるかどうかを確認する方法として始まりました... 確かに可能であることがわかりました。

現在のバージョン:

バージョン2.0.0

新着情報:

2つの実験的推論アルゴリズムを追加しました:

- `mcts-002-alpha` - Uses the A* Search Method along with an early *alpha* implementation of a Policy Simulation Layer - Also includes an early *alpha* implementation of Adaptive Exploration Simulator & Outcome Based Reasoning Simulator *NOTE* the implementation of these alpha simulators is not complete and is subject to change - `mcts-002alt-alpha` - Uses the Bidirectional Search Method along with an early *alpha* implementation of a Policy Simulation Layer - Also includes an early *alpha* implementation of Adaptive Exploration Simulator & Outcome Based Reasoning Simulator *NOTE* the implementation of these alpha simulators is not complete and is subject to change

mcts-001-alphamcts-001alt-alphaはどうなったのでしょうか?

簡単に言えば、それは役に立たず、基本的なmcts法とほぼ同様でした。最初のテストの後、基本的な思考プロセスで得られた結果はほぼ同様であり、単に政策シミュレーションを追加しても効果がない可能性があることを示しました。

では、なぜ今、ポリシーシミュレーションレイヤーを追加するのでしょうか?

ほとんどのアルゴリズムがポリシーと検索を実装する方法なので、ポリシーと検索を連携して組み込むことが重要だと思います。

以前のバージョン:

バージョン1.1.0

検索パラメータに対するモデル制御を追加しました:

beamWidth - クロードが追跡するパスの数を調整できるようにします(1〜10)

numSimulations - MCTSシミュレーション回数を微調整する(1~150)

特徴

  • 切り替え可能な 2 つの検索戦略:
    • ビームサーチ(単��なものに適しています)
    • MCTS(物事が複雑になったとき)とアルファバリエーション(上記参照)
  • さまざまな推論パスがどれだけ優れているかを追跡します
  • クロードが問題をどのように考えるか、さまざまな方法を図示する
  • 推論プロセスがどのように行われたかを分析する
  • MCPプロトコルに従う(当然のことながら)

インストール

git clone https://github.com/frgmt0/mcp-reasoner.git OR clone the original: git clone https://github.com/Jacck/mcp-reasoner.git cd mcp-reasoner npm install npm run build

構成

Claude Desktop 設定に追加:

{ "mcpServers": { "mcp-reasoner": { "command": "node", "args": ["path/to/mcp-reasoner/dist/index.js"], } } }

テスト

[さらなるテストは近日中に実施予定]

ベンチマーク

[ベンチマークは近日追加予定]

テスト対象の主要なベンチマーク:

  • 数学500
  • GPQA-ダイヤモンド
  • GMSK8
  • おそらくポリグロットとSWEベンチ

ライセンス

このプロジェクトは MIT ライセンスに基づいてライセンスされています - 詳細についてはLICENSEファイルを参照してください。

Install Server
A
security – no known vulnerabilities
A
license - permissive license
A
quality - confirmed to work

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.

ビームサーチと思考評価機能を備えたClaude Desktop用の体系的推論MCPサーバー実装

  1. 現在のバージョン:
    1. 新着情報:
    2. 以前のバージョン:
  2. 特徴
    1. インストール
      1. 構成
        1. テスト
          1. ベンチマーク
            1. ライセンス

              Related MCP Servers

              • A
                security
                A
                license
                A
                quality
                A systematic reasoning MCP server for Claude Desktop, featuring Beam Search and Monte Carlo Tree Search to facilitate complex problem-solving and decision-making processes.
                Last updated -
                1
                8
                TypeScript
                MIT License
              • -
                security
                A
                license
                -
                quality
                An MCP server that implements the 'think' tool, providing Claude with a dedicated space for structured thinking during complex problem-solving tasks to improve reasoning capabilities.
                Last updated -
                48
                Python
                MIT License
                • Linux
                • Apple
              • -
                security
                A
                license
                -
                quality
                A minimal MCP Server that provides Claude AI models with the 'think' tool capability, enabling better performance on complex reasoning tasks by allowing the model to pause during response generation for additional thinking steps.
                Last updated -
                525
                1
                TypeScript
                MIT License
                • Apple
              • -
                security
                F
                license
                -
                quality
                An advanced MCP server that implements sophisticated sequential thinking using a coordinated team of specialized AI agents (Planner, Researcher, Analyzer, Critic, Synthesizer) to deeply analyze problems and provide high-quality, structured reasoning.
                Last updated -
                211
                Python
                • Linux
                • Apple

              View all related MCP servers

              MCP directory API

              We provide all the information about MCP servers via our MCP API.

              curl -X GET 'https://glama.ai/api/mcp/v1/servers/Jacck/mcp-reasoner'

              If you have feedback or need assistance with the MCP directory API, please join our Discord server