
Company News
Socket Joins New OpenJS Program to Fund Node.js Security Work
Socket is joining the OpenJS Security Stewardship Program to fund Node.js vulnerability research, maintainer remediation, and security releases.
@putervision/agent-reasoning-mcp
Advanced tools
Strategic BDI reasoning engine for autonomous AI agents — goal decomposition, utility scoring, risk evaluation, and reactive replanning over PuterVision memory and world models.
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
# 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
| 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 |
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 runtimesstate-memory-mcp: Durable workflow memory, tasks, blockers, decisionsvision-memory-mcp: Perceptual caching, visual grounding, video timelinesworld-model-mcp: 3D/2D spatial layout, entity permanence, collision simulationinit, doctor, inspect, run)..agent-reasoning-mcp.json parameters and environment variables.Add to .cursor/mcp.json or .vscode/mcp.json:
{
"mcpServers": {
"agent-reasoning-mcp": {
"command": "agent-reasoning-mcp",
"args": ["run"]
}
}
}
# Run full unit and integration test suite across 16 test files (68 tests)
npm test
MIT © PuterVision
FAQs
Strategic BDI reasoning engine for autonomous AI agents — goal decomposition, utility scoring, risk evaluation, and reactive replanning over PuterVision memory and world models.
The npm package @putervision/agent-reasoning-mcp receives a total of 1,625 weekly downloads. As such, @putervision/agent-reasoning-mcp popularity was classified as popular.
We found that @putervision/agent-reasoning-mcp demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.

Company News
Socket is joining the OpenJS Security Stewardship Program to fund Node.js vulnerability research, maintainer remediation, and security releases.

Security News
Two compromised GitHub Actions were re-enabled with malicious tags intact, exposing thousands of downstream repositories to Mini Shai-Hulud.

Research
/Security News
A malicious Firefox extension fetches its payload after installation to evade detection, steal Google session cookies, and automate account takeover.