loading…
Search for a command to run...
loading…
Enables AI agents to achieve production-ready solutions through iterative refinement and recursive thinking processes. It features token optimization via contex
Enables AI agents to achieve production-ready solutions through iterative refinement and recursive thinking processes. It features token optimization via context compression and session-based tracking to improve problem-solving depth while minimizing cost.
v2.2.0 - Expert Roles, Custom Checklists, and Strict Validation!
Token-efficient MCP server that makes AI agents think deeper through structured reasoning chains, self-critique, and automatic rethinking loops.
| Feature | Description | Benefit |
|---|---|---|
| Expert Roles | AI assumes specific personas (e.g., Security Architect) | Rigorous perspective-based thinking |
| Custom Checklists | Validate solutions against specific requirements | Tailored quality enforcement |
| Strict Mode | Prevents finalization unless all criteria are met | High-bar production quality |
| Chain of Thought | AI explains WHY it chose each solution | Transparent reasoning, better decisions |
| Self-Evaluation | AI rates its own solutions (1-10 scale) | Honest assessment of solution quality |
| Rethink Loop | Automatic rethinking if rating <7 or issues found | Continuous improvement |
┌─────────────┐
│ 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
}
});
| Parameter | Type | Default | Description |
|---|---|---|---|
role |
string | - | Expert persona to assume (e.g., 'Senior DevOps') |
checklist |
string[] | [] | Specific requirements to validate against |
strictMode |
boolean | false | If true, fails instead of finalizing if criteria aren't met |
maxDepth |
number | 5 | Maximum recursion depth |
minConfidence |
number | 0.85 | Stop when confidence meets threshold |
minRating |
number | 7 | Minimum acceptable score (1-10) |
enableRethinking |
boolean | true | Enable continuous refinement loop |
npx -y recursive-thinking-mcp
MIT
Выполни в терминале:
claude mcp add recursive-thinking-mcp-server -- npx CSA PROJECT - FZCO © 2026 IFZA Business Park, DDP, Premises Number 31174 - 001
Безопасность
Низкий рискАвтоматическая эвристика по публичным данным — не гарантия безопасности.