Living Stack MCP
Living Stack MCP lets MCP agents create scoped, auditable work sessions with risk-controlled action authorization, evidence-ledger proof, checkpoints, and signed redacted traces.
Inspect server status, enforced boundaries, configured risk policy, and available capability classes.
Start, inspect, and close scoped runtime sessions with immutable scope, goal, retention, and a hard budget ceiling.
Store and retrieve redacted, provenance-labeled context within a session.
Authorize intended actions by risk class with cost reservation; the server never executes the actions itself.
Record typed outcomes with evidence references, reconciling actual cost against the reservation.
Check whether a claim is backed by fresh, successful evidence in the verified session ledger.
Save and load durable checkpoints bound to session scope, ledger lineage, expiry, and integrity checks.
Generate redacted trace reports and export OTLP JSON traces signed with the local Ed25519 workspace identity.
Verify release file bytes against a JSON manifest under host-configured allowed roots.
Living Stack MCP
Living Stack MCP gives MCP-capable AI agents a bounded control-and-proof plane: scoped continuity, action authorization, budget reservations, typed outcome evidence, claim gates, durable checkpoints, and cryptographically signed trace exports. It does not replace the model or execute the customer's actions.
What ships in 0.3 public beta
14 bounded MCP tools over local stdio.
Per-session state with append-only SHA-256-linked evidence ledgers.
Server-owned risk policy;
externalanddestructiveactions are denied by default.Cost reservation and reconciliation against a session ceiling.
Credential-shaped value redaction before persistence or protocol output.
Scope-, state-, expiry-, and lineage-bound recovery checkpoints.
Ed25519-signed trace exports tied to one local installation.
Optional offline entitlement grants; billing secrets never enter the MCP.
Related MCP server: velvet-rope
Install
Requires Node.js 22 or later.
MCP bundle
Download the signed-release-bound
Living Stack MCP bundle
and import it into an MCPB-compatible client. Its frozen SHA-256 is
aa7e09be0377bc076feb084a72bb9fc12b2e4903c22e318cb3a6a5d08ea4eb6b.
The same bundle and hash are active in the official MCP Registry. The indexed tool surface is also live on Glama.
Command line
npx -y github:equinoxaifinance-rgb/living-stack-mcpOr install globally:
npm install -g github:equinoxaifinance-rgb/living-stack-mcp
living-stack-mcpMinimal MCP configuration:
{
"mcpServers": {
"living-stack": {
"command": "npx",
"args": ["-y", "github:equinoxaifinance-rgb/living-stack-mcp"]
}
}
}State defaults to ~/.living-stack-mcp/state. Set LIVING_STACK_STATE_DIR
to a dedicated directory. Set LIVING_STACK_ALLOWED_ROOTS to explicit roots
if release-manifest verification is needed.
Lifecycle
livingstack.session_startfreezes scope, goal, retention, and budget.livingstack.context_putstores provenance-labeled context.livingstack.authorize_actionchecks risk and reserves cost.The MCP host performs the action with its own tools and permissions.
livingstack.record_outcomeconsumes authorization and records evidence.livingstack.check_claimtests whether a claim has sufficient evidence.Checkpoint tools preserve and verify bounded recoverable state.
Trace tools expose redacted reports and workspace-signed exports.
Security boundaries
Living Stack MCP has no arbitrary shell, browser, HTTP, database, deployment, or publication tools. It does not inspect personal Codex or Claude state. A workspace signature proves that an export came from one local installation; it does not by itself prove publisher or user identity. The host remains the authority and executor.
This public beta is local-first and free. Proposed managed tiers are described in COMMERCIAL.md, but no paid managed service is for sale yet. The Organism is a separate Claude-derived product line and is not bundled into Living Stack MCP.
See PRODUCT.md, SECURITY.md, and CHANGELOG.md.
Development
npm ci
npm test
npm run verifyLicense: Apache-2.0.
Brand assets and their meaning are documented in BRAND.md.
Maintenance
Related MCP Servers
- AlicenseNot gradedqualityAmaintenanceA causally-ordered, rewindable event-ledger for autonomous AI agents, enabling tamper-evident audit, replay, and rollback of agent actions via an MCP server.4MIT
- AlicenseNot gradedqualityBmaintenanceAn MCP server for agent authorization that tests the full effect surface and enforces control over consequential actions before dispatch, emitting verifiable execution evidence.2Apache 2.0
- AlicenseBqualityBmaintenanceA local, evidence-driven MCP runtime and control plane for open-source maintainers that provides workspace-bounded tools including controlled file operations, command execution, validation primitives, durable execution records, and human review workflows via stdio and Streamable HTTP transports.33MIT
- FlicenseNot gradedqualityBmaintenanceDurable MCP control plane for coordinating agent networks, with message ledger, idempotent delivery, and cryptographic identity for each orchestrator.
Related MCP Connectors
Control plane for autonomous software labor. Agents claim objectives over MCP with audit trail.
Remote MCP for A2A failure replay MCP, structured receipts, audit logs, and reviewer-ready evidence.
The first MCP governed by ICA. Every action is gated and sealed with a verifiable receipt.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/equinoxaifinance-rgb/living-stack-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server