🧭 Strategic BDI cognitive reasoning engine for AI agents. Goal decomposition DAGs, multi-factor utility scoring, risk evaluation, and adaptive replanning over MCP.
- ✓Open-source license (MIT)
- ✓Actively maintained (<30d)
- ✓Clear description
- ✓Topics declared
- ✓Documented (README)
claude mcp add agent-reasoning-mcp -- npx -y @putervision/agent-reasoning-mcp{
"mcpServers": {
"agent-reasoning-mcp": {
"command": "npx",
"args": ["-y", "@putervision/agent-reasoning-mcp"]
}
}
}MCP Servers overview
# @putervision/agent-reasoning-mcp
[](https://www.npmjs.com/package/@putervision/agent-reasoning-mcp)
[](https://github.com/putervision/agent-reasoning-mcp/actions/workflows/ci.yml)
[](https://nodejs.org)
[](https://opensource.org/licenses/MIT)
> **Strategic BDI Reasoning, Multi-Attribute Expected Utility Theory & Decision Intelligence for Autonomous AI Agents**
`@putervision/agent-reasoning-mcp` is a formal Model Context Protocol (MCP) server that provides strategic belief-desire-intention (BDI) reasoning, hierarchical goal decomposition, multi-attribute expected utility calculation (\(E[U] = \sum w_i u_i\)), exponential belief decay, quantitative risk evaluation, and reactive replanning across multi-modal memory bridges.
🌐 **Official Documentation**: [putervision.com](https://putervision.com) • [Interactive Web Docs](docs/index.html)
---
## ⚡ 15-Second Quick Start
```bash
# 1. Initialize reasoning database & seed default utility profiles
npx @putervision/agent-reasoning-mcp init
# 2. Run health diagnostics and Merkle audit checks
npx @putervision/agent-reasoning-mcp doctor
# 3. Inspect active goals, intentions, and belief states
npx @putervision/agent-reasoning-mcp inspect
```
---
## 🛠️ 10 Core MCP Tools
| Tool | Actions | Purpose |
|------|---------|---------|
| `set_goal` | `create`, `update`, `decompose`, `get`, `list`, `abandon` | Manage goal hierarchy, task DAGs, and success criteria |
| `evaluate_situation` | `snapshot`, `quick` | Score and rank candidate actions from environment snapshots |
| `replan` | `blocker`, `event`, `full` | Adaptively reconstruct subgoals upon obstacles and abort stale intentions |
| `assess_risk` | `action`, `plan`, `compare` | Quantitative threat and risk calculation across candidate actions |
| `query_knowledge` | `search`, `patterns`, `similar_situations` | Search learned heuristics, tactical knowledge, and past decision patterns |
| `set_utility_weights` | `configure`, `get`, `list`, `activate` | Configure utility weights (aggression, caution, greed, efficiency, exploration) |
| `get_decision_trace` | `latest`, `get`, `list`, `explain` | Explainable chain-of-thought rationale and latency telemetry |
| `manage_beliefs` | `update`, `query`, `expire`, `reconcile` | Structured belief state with exponential confidence decay ($C = C_0 e^{-\lambda t}$) |
| `manage_intentions` | `create`, `dispatch`, `get`, `list`, `cancel`, `resolve` | Wire contract directives queue for runtime execution engines |
| `manage_reasoning_db` | `stats`, `audit`, `snapshot`, `restore` | Reasoning database statistics, SHA-256 Merkle audit, and snapshot rollback |
---
## 🏛️ PuterVision Pentad Multi-Modal Ecosystem
`agent-reasoning-mcp` coordinates the closed-loop **PuterVision Super-Loop**:
- 🧠 **`agent-reasoning-mcp`**: Decides *what* to do (BDI Strategic Reasoning, Utility Theory, Replanning)
- ⚡ **`behavior-mcp`**: Executes *how* to act at ~60Hz in browser runtimes
- 📊 **`state-memory-mcp`**: Durable workflow memory, tasks, blockers, decisions
- 👁️ **`vision-memory-mcp`**: Perceptual caching, visual grounding, video timelines
- 🌐 **`world-model-mcp`**: 3D/2D spatial layout, entity permanence, collision simulation
---
## 📚 Deep Documentation Guides
- 📖 **[Formal API Reference](docs/api-reference.md)**: Full parameter tables, type definitions, and tool schemas.
- 💡 **[Core Architecture & Concepts](docs/concepts.md)**: BDI model, utility formulation, and belief decay dynamics.
- 🖥️ **[CLI Usage Guide](docs/cli-usage.md)**: Complete CLI command reference (`init`, `doctor`, `inspect`, `run`).
- 💾 **[Database Schema](docs/database-schema.md)**: SQLite table structures, indexes, and Merkle audit ledger.
- ⚙️ **[Configuration Reference](docs/configuration.md)**: `.agent-reasoning-mcp.json` parameters and environment variables.
---
## 🔗 Client Configuration
Add to `.cursor/mcp.json` or `.vscode/mcp.json`:
```json
{
"mcpServers": {
"agent-reasoning-mcp": {
"command": "agent-reasoning-mcp",
"args": ["run"]
}
}
}
```
---
## 🧪 Testing
```bash
# Run full unit and integration test suite across 16 test files (68 tests)
npm test
```
---
## 📄 License
MIT © PuterVision
What people ask about agent-reasoning-mcp
What is putervision/agent-reasoning-mcp?
+
putervision/agent-reasoning-mcp is mcp servers for the Claude AI ecosystem. 🧭 Strategic BDI cognitive reasoning engine for AI agents. Goal decomposition DAGs, multi-factor utility scoring, risk evaluation, and adaptive replanning over MCP. It has 2 GitHub stars and its last recorded update is dated 2026-09-10.
How do I install agent-reasoning-mcp?
+
You can install agent-reasoning-mcp by cloning the repository (https://github.com/putervision/agent-reasoning-mcp) or following the README instructions on GitHub. ClaudeWave also provides quick install blocks on this page.
Is putervision/agent-reasoning-mcp safe to use?
+
Our security agent has analyzed putervision/agent-reasoning-mcp and assigned a Trust Score of 95/100 (tier: Verified). See the full breakdown of passed checks and flags on this page.
Who maintains putervision/agent-reasoning-mcp?
+
putervision/agent-reasoning-mcp is maintained by putervision. The last recorded GitHub activity is dated 2026-09-10, with 0 open issues.
Are there alternatives to agent-reasoning-mcp?
+
Yes. On ClaudeWave you can browse similar mcp servers at /categories/mcp, sorted by popularity or recent activity.
Deploy agent-reasoning-mcp to your cloud
Ship this repo to production in minutes. Each platform spins up its own environment with editable env vars.
Maintain this repo? Add a badge to your README
Drop the badge into your GitHub README to show it's tracked on ClaudeWave. Each badge links back to this page and reflects the live Trust Score.
[](https://claudewave.com/repo/putervision-agent-reasoning-mcp)<a href="https://claudewave.com/repo/putervision-agent-reasoning-mcp"><img src="https://claudewave.com/api/badge/putervision-agent-reasoning-mcp" alt="Featured on ClaudeWave: putervision/agent-reasoning-mcp" width="320" height="64" /></a>More MCP Servers
Fair-code workflow automation platform with native AI capabilities. Combine visual building with custom code, self-host or cloud, 400+ integrations.
User-friendly AI Interface (Supports Ollama, OpenAI API, ...)
An open-source AI agent that brings the power of Gemini directly into your terminal.
Real-time global intelligence dashboard. AI-powered news aggregation, geopolitical monitoring, and infrastructure tracking in a unified situational awareness interface
The fastest path to AI-powered full stack observability, even for lean teams.
🕷️ An adaptive Web Scraping framework that handles everything from a single request to a full-scale crawl!