Living Stack Community
Living Stack Community is the free seven-tool proof loop for MCP-capable agents. It proves the core behavior before a buyer pays: open a scoped session, authorize a bounded action, record typed evidence, check a claim against the exact subject and outcome, and close the session with a tamper-evident local ledger.
It does not include the paid implementation for durable memory, recovery checkpoints, portable signed traces, release-byte verification, adoption receipts, or multi-agent coordination.
Install
npx -y github:equinoxaifinance-rgb/living-stack-community
Requires Node.js 22 or newer. The MCP command is node /path/to/living-stack-community/server.mjs.
Included tools
livingstack.statuslivingstack.session_startlivingstack.session_statuslivingstack.authorize_actionlivingstack.record_outcomelivingstack.check_claimlivingstack.session_close
Upgrade to Complete Local
Complete Local has 23 tools and adds the capabilities that turn the proof loop into an operating runtime: durable context memory, checkpoint recovery, Ed25519-signed portable traces, release verification, opt-in adoption receipts, and all multi-agent Team workflows.
Community is not a time-limited trial. It is the permanent proof edition. Complete Local is the product for ongoing work.
Privacy and boundaries
- State is local by default.
- Raw goals, scopes, targets, evidence references, summaries, and close reasons are stored only as SHA-256 digests.
- The default policy rejects external and destructive actions.
- The server gates and records host actions; it never executes them.
- Community has no telemetry or network calls.
See PRODUCT.md and SECURITY.md.