Skip to main content
Glama
rover-001

Recursive Thinking MCP Server

by rover-001

Chain-of-Thought 재귀적 사고 MCP 서버

v2.2.0 - 전문가 역할, 사용자 지정 체크리스트 및 엄격한 검증!

구조화된 추론 체인, 자기 비판, 자동 재사고 루프를 통해 AI 에이전트가 더 깊이 생각하도록 만드는 토큰 효율적인 MCP 서버입니다.

🎯 v2.2.0 새로운 기능

기능

설명

이점

전문가 역할

AI가 특정 페르소나(예: 보안 아키텍트)를 가정함

엄격한 관점 기반 사고

사용자 지정 체크리스트

특정 요구 사항에 따라 솔루션 검증

맞춤형 품질 보증

엄격 모드

모든 기준이 충족되지 않으면 완료 방지

높은 수준의 프로덕션 품질

사고의 체인

AI가 각 솔루션을 선택한 이유 설명

투명한 추론, 더 나은 결정

자기 평가

AI가 자신의 솔루션을 평가(1-10 척도)

솔루션 품질에 대한 정직한 평가

재사고 루프

평가 점수가 7점 미만이거나 문제가 발견되면 자동 재사고

지속적인 개선

Related MCP server: cortex-mcp

✨ 기능

  • 🧠 사고의 체인: AI는 모든 결정의 근거를 설명해야 함

  • 🎭 전문가 역할: 사고 과정에 전문 지식 주입

  • 📋 사용자 지정 체크리스트: 특정 요구 사항에 따라 AI가 검증하도록 강제

  • ⚖️ 엄격 모드: AI가 "적당히 좋은" 수준에 안주하지 않도록 보장

  • 📊 자기 평가: AI가 점수(1-10), 좋음/나쁨 플래그, 근거를 통해 솔루션 평가

  • 🔄 지속적인 재사고: 솔루션 점수가 7점 미만이거나 약점이 있는 경우 자동으로 재사고

  • 🎯 단계별 워크플로우: 구조화된 5단계 사고 과정

  • 💰 토큰 최적화: 스마트 압축, 단계별 프롬프트(~70% 감소)

🔄 작동 방식

5단계 과정

┌─────────────┐
│  1. EXPLORE │ ──→ Propose solution with reasoning & expert perspective
└──────┬──────┘
       ▼
┌─────────────┐
│  2. JUSTIFY │ ──→ Critically examine reasoning & assumptions
└──────┬──────┘
       ▼
┌─────────────┐
│  3. EVALUATE│ ──→ Rate solution (1-10) against checklist
└──────┬──────┘
       ▼
   ┌───┴───┐
   │ Score │
   │ ≥7?   │ ──NO─→ ┌─────────────┐
   └───┬───┘        │  4. RETHINK │ ──→ Improve based on weaknesses
       │YES         └──────┬──────┘
       ▼                   │
┌─────────────┐            │
│  5. FINALIZE│ ←──────────┘
└─────────────┘

🚀 사용법

고급 설정으로 사고 세션 시작하기

await mcp.callTool('recursive_thinking', {
  action: 'start',
  task: 'Design a highly available database schema for a global payment system',
  config: {
    role: 'Database Reliability Engineer',
    checklist: [
      'Must handle 10k transactions/sec',
      'ACID compliance mandatory',
      'Multi-region failover strategy',
      'Data encryption at rest and in transit'
    ],
    strictMode: true,
    minRating: 8
  }
});

⚙️ 구성 옵션

매개변수

유형

기본값

설명

role

string

-

가정할 전문가 페르소나 (예: '시니어 데브옵스')

checklist

string[]

[]

검증할 특정 요구 사항

strictMode

boolean

false

true일 경우, 기준이 충족되지 않으면 완료 대신 실패 처리

maxDepth

number

5

최대 재귀 깊이

minConfidence

number

0.85

신뢰도가 임계값에 도달하면 중단

minRating

number

7

허용 가능한 최소 점수 (1-10)

enableRethinking

boolean

true

지속적인 개선 루프 활성화

📦 설치

npx -y recursive-thinking-mcp

📄 라이선스

MIT

🔗 링크

Tool Schema Changelog

Recent tool additions, removals, and schema changes observed during successful MCP inspections. Dates show when Glama detected each change.

No tool schema history has been recorded yet.

Maintenance

ActivityInactive
ResponsivenessNo issues

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Related MCP Connectors

Related MCP Servers

Latest Blog Posts

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/rover-001/recursive-thinking-mcp'

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