broker
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., "@brokeraudit the execution trail for handle abc123"
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.
Sentinel
A stateless MCP server, and the conformance harness that grades it.
On 28 July 2026 the Model Context Protocol shipped the largest breaking revision in its
history: it converted MCP from a stateful, session-based, bidirectional protocol into a
stateless request/response protocol. Sessions are gone. The initialize handshake is gone.
server/discover is mandatory. Server-initiated requests were replaced wholesale by Multi
Round-Trip Requests. CacheableResult became required. Sampling, Roots, Logging, HTTP+SSE
transport and OAuth Dynamic Client Registration were all deprecated on a twelve-month clock.
Every MCP server in the wild was written against the old idioms. This repository is two things sold together:
| A Go MCP server built natively on |
|
|
They are coupled deliberately. The harness's credibility comes from grading a server that is not its own; the server's credibility comes from being graded. The harness never imports server internals and runs against any endpoint URL.
Status
Work in progress. See docs/superpowers/plans/2026-08-22-sentinel-mvp.md for the work-package
plan and docs/HANDOFF.md for the specification this implements.
WP | Capability | State |
WP-0 | Repository bootstrap | ✅ |
WP-1 | Envelope, discovery, negotiation, error taxonomy | ⏳ |
WP-2 | Header contract and Envoy routing | ⏳ |
WP-3 | Registry, deterministic | ⏳ |
WP-4 | Tool discipline and | ⏳ |
WP-5 | Server-minted state handles | ⏳ |
WP-6 | MRTR engine and idempotent replay | ⏳ |
WP-7 | Audience validation | ⏳ |
WP-8 | Audit log and hash chain | ⏳ |
WP-9 | Harness probe, rule catalog, fixtures | ⏳ |
WP-10 | Grading, JSON, SARIF, CI gate | ⏳ |
WP-11 | Deprecation inventory | ⏳ |
WP-12 | Measurements, migration guide, demo | ⏳ |
Related MCP server: FlowMCP
Quick start
make up # postgres + broker + envoy + smokescreen + otel-collector
make check # golangci-lint, go test, ruff, mypy, pytest
make scan-broker # grade the broker against its own harnessRequires Go 1.23+, Python 3.12, uv ≥ 0.5, and Docker. No model API key is required anywhere — the broker serves tools, it does not call models, which is why CI is fast, free, and never flaky for a reason outside this repository.
Documentation
docs/HANDOFF.md— the implementation specification (SN-HND-001).docs/MIGRATION.md— what changed in MCP2026-07-28and what it costs you. (WP-12)CLAUDE.md— the four rules and the single-source-file constraints.
Precedence
Where this repository and the MCP specification disagree, the specification wins and this repository is wrong.
License
MIT — see LICENSE.
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 Servers
- AlicenseNot gradedqualityCmaintenanceEnables AI agents to discover and execute tools via a secure MCP server with JWT authentication, RBAC, rate limiting, and audit logging.1MIT
- AlicenseAqualityBmaintenanceAn MCP server that exposes deterministic workflows as tools, allowing small models to reliably orchestrate APIs and other MCP servers with minimal parameters.21002MIT
- AlicenseNot gradedqualityAmaintenanceEnables MCP-compatible LLM clients to execute server-verified agent workflows, with enforced transitions, invocation caps, and signed audit trails.MIT
- AlicenseNot gradedqualityBmaintenanceThis MCP server provides a stateful, resettable, verifiable API runtime that gates every tool call, enabling agents to run long workflows against provider-shaped environments without live provider write access. It records decisions, side effects, and outcome evidence for replayable, verifiable benchmark runs.Apache 2.0
Related MCP Connectors
Workflow diagnostics, capability routing, and x402 settlement for MCP-compatible agents.
AI Reasoning Cache & Consensus Layer with 11 MCP tools via Streamable HTTP.
An authenticated remote MCP server for user-owned devices and one-shot capability invocation.
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/patsypppe/sentinel'
If you have feedback or need assistance with the MCP directory API, please join our Discord server