ceco proof gate
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@ceco proof gateevaluate action: transfer $500 to account 456"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
ceco proof gate
Runtime policy enforcement extracted from ceco-offline
(development @ 484bb16, 2026-07-04).
This package is the proof gate only: an MCP server that evaluates agent actions against a Policy State Machine, emits a tamper-evident audit trail, and optionally dispatches approved transitions to internal / federated handlers.
It does not include the ceco compile / synthesis pipeline (ceco derive,
SMT/Lean generation, ceco-mcp analysis server, or supplier-onboarding demo).
What is included
Area | Modules |
Gate MCP + SSE daemon |
|
Transition evaluation |
|
Federation / handlers |
|
Context & anchors |
|
Audit / attestation |
|
Related MCP server: attest-mcp-server
Docs
Proof Gate API — MCP tool reference
MCP Architecture — tiered gate / internal / domain
Gate Runtime Performance — SSE daemon, machine cache, transition index
Full specification — Part II is the runtime gate; Parts I/III describe the offline compile pipeline (not shipped here)
Install
cd /home/martyn/repos/ceco
poetry install
# or: pip install -e ".[dev]"Quick start (payment example)
export CECO_GATE_CONFIG=examples/gate_config.payment.yaml
export CECO_GATE_INTERNAL_MODE=inprocess
# stdio MCP (Cursor / Claude Desktop spawn this)
poetry run ceco-gate-mcp
# or persistent SSE daemon for multi-turn agents
poetry run ceco-gate-daemon
curl http://127.0.0.1:14780/healthPoint an MCP client at stdio ceco-gate-mcp, or at
http://127.0.0.1:14780/sse for the daemon.
Entry points
Script | Module |
|
|
|
|
|
|
Tests
poetry run pytest tests/ -qProvenance
Source: /home/martyn/repos/ceco-offline branch development commit 484bb16.
Feature branches feat/gate-daemon, feat/machine-cache, and feat/transition-index
are already merged into that tip. Local uncommitted edits in ceco-offline that
removed the machine cache / transition index were not carried over.
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Connectors
MCP server for mandates, delegation, policy-gated execution, credential grants, and audit.
Guarded MCP server for agent-readable business truth, provenance, readiness, and discovery.
Hosted MCP server for AI agent identity, permissions, verification, and reusable proof.
1Authenticated MCP server for ClearPolicy policy and compliance workflows.
Related MCP Servers
- AlicenseAqualityDmaintenanceProvides covenant rule enforcement, hash-chained audit logs, and integrity verification for MCP-compatible agents. It enables users to define granular permission rules and maintain a tamper-evident audit trail of all actions.481MIT
- AlicenseAqualityDmaintenanceAn MCP server that exposes tools for issuing scoped agent credentials, delegating narrower child credentials, handling approvals, revoking task trees, and retrieving audit trails and evidence packets.141Apache 2.0
- AlicenseAqualityBmaintenanceMCP server that provides cryptographic audit trails for AI agent actions, making every action tamper-evident via HMAC-SHA256 signed hash chains.10Apache 2.0
- AlicenseNot gradedqualityCmaintenanceMCP server providing immutable audit logging, policy enforcement, and compliance reporting for AI agent workflows, enabling regulatory compliance and chain integrity verification.MIT