Skip to main content
Glama

mcp-reasoner

by Jacck

MCP 리즈너

Beam Search와 Monte Carlo Tree Search(MCTS)를 모두 사용할 수 있는 Claude Desktop용 추론 구현입니다. 솔직히 말해서 이것은 Claude가 복잡한 문제를 해결하는 데 더 능숙해질 수 있는지 시험해 보려는 방법으로 시작되었습니다... 결국 우리는 확실히 할 수 있다는 것이 밝혀졌습니다.

현재 버전:

v2.0.0

새로운 소식:

실험적 추론 알고리즘 2개가 추가되었습니다.

지엑스피1

mcts-001-alphamcts-001alt-alpha 는 어떻게 되었나요?

간단히 말해서, 쓸모가 없었고 기본 mcts 방식과 거의 비슷했습니다. 초기 테스트 결과, 기본적인 사고 과정에서 나온 결과는 거의 비슷했으며, 단순히 정책 시뮬레이션을 추가하는 것만으로는 효과가 없을 수 있음을 보여주었습니다.

그렇다면 왜 지금 정책 시뮬레이션 레이어를 추가했을까요?

저는 정책과 검색을 함께 통합하는 것이 중요하다고 생각합니다. 대부분의 알고리즘이 이를 구현하는 방식이기 때문입니다.

이전 버전:

v1.1.0

검색 매개변수에 대한 모델 제어가 추가되었습니다.

beamWidth - Claude가 추적할 경로 수(1~10)를 조정할 수 있도록 합니다.

numSimulations - MCTS 시뮬레이션 횟수(1~150) 미세 조정

특징

  • 다음 두 가지 검색 전략을 전환할 수 있습니다.
    • 빔 검색(간단한 작업에 적합)
    • MCTS(사물이 복잡해질 때) 알파 변형(위 참조)
  • 다양한 추론 경로가 얼마나 좋은지 추적합니다.
  • Claude가 문제를 생각하는 다양한 방법을 모두 매핑합니다.
  • 추론 과정이 어떻게 진행되었는지 분석합니다.
  • 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-Bench 사용자일 것입니다.

특허

이 프로젝트는 MIT 라이선스에 따라 라이선스가 부여되었습니다. 자세한 내용은 라이선스 파일을 참조하세요.

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 -
                124
                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