agent-reasoning-mcp
@putervision/agent-reasoning-mcp
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 โข Interactive Web Docs
โก 15-Second Quick Start
# 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 |
|
| Manage goal hierarchy, task DAGs, and success criteria |
|
| Score and rank candidate actions from environment snapshots |
|
| Adaptively reconstruct subgoals upon obstacles and abort stale intentions |
|
| Quantitative threat and risk calculation across candidate actions |
|
| Search learned heuristics, tactical knowledge, and past decision patterns |
|
| Configure utility weights (aggression, caution, greed, efficiency, exploration) |
|
| Explainable chain-of-thought rationale and latency telemetry |
|
| Structured belief state with exponential confidence decay ($C = C_0 e^{-\lambda t}$) |
|
| Wire contract directives queue for runtime execution engines |
|
| 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: Full parameter tables, type definitions, and tool schemas.
๐ก Core Architecture & Concepts: BDI model, utility formulation, and belief decay dynamics.
๐ฅ๏ธ CLI Usage Guide: Complete CLI command reference (
init,doctor,inspect,run).๐พ Database Schema: SQLite table structures, indexes, and Merkle audit ledger.
โ๏ธ Configuration Reference:
.agent-reasoning-mcp.jsonparameters and environment variables.
๐ Client Configuration
Add to .cursor/mcp.json or .vscode/mcp.json:
{
"mcpServers": {
"agent-reasoning-mcp": {
"command": "agent-reasoning-mcp",
"args": ["run"]
}
}
}๐งช Testing
# Run full unit and integration test suite across 16 test files (68 tests)
npm test๐ License
MIT ยฉ PuterVision