delimit-mcp-server
by delimit-ai·★ 16·Score 42
MCP server for AI coding governance across multiple AI assistants with attestations and deploy gates.
Overview
Delimit MCP server provides governance for AI-written code across Claude Code, Codex, Cursor, and Gemini CLI. It offers breaking-change detection, deploy gates, and multi-model consensus, delivering signed, replayable attestations for every AI coding operation. The server wraps any AI coding assistant with a governance chain that runs policy checks, records changes, and creates verifiable receipts. It operates as an MCP server, CLI tool, and GitHub Action, providing comprehensive control over AI-assisted development workflows.
Try asking AI
After installing, here are 6 things you can ask your AI assistant:
When to choose this
Choose Delimit when you need to govern AI-assisted coding across multiple tools and require auditable attestations for all AI-generated code merges.
When NOT to choose this
Don't choose Delimit if you're working with a single AI coding tool and don't need audit trails or multi-model consensus features.
Tools this server exposes
12 tools extracted from the READMEwrapGate any AI-assisted CLI through a signed governance chain
trust_pageRender directory of attestations into a static HTML trust page
ai_sbomGenerate CycloneDX-AI bill of materials from attestations
deliberateRun a question through multiple AI models until consensus
scanAuto-detect specs, frameworks, security issues, and tests
checkRun pre-commit governance checks on staged files
recallSearch persistent memories and context across sessions
simulateDry-run governance to see what would be blocked before committing
statusShow dashboard of Delimit setup and governance status
diffCompare two API specs to detect breaking changes
explainGenerate migration guide for API changes
doctorRun diagnostics on Delimit setup with prescriptive fixes
Note: Inferred from CLI commands and descriptions in the README. While the README doesn't have an explicit 'Tools' section, it describes numerous MCP tools that can be exposed through the CLI and MCP server integration.
Comparable tools
Installation
Install as MCP server:
{
"mcpServers": {
"delimit": {
"command": "npx",
"args": ["delimit-mcp-server"]
}
}
}Alternatively, install via CLI:
npm install -g delimit-cliFor GitHub Actions integration:
- uses: delimit-ai/delimit-action@v1FAQ
- What AI assistants does Delimit support?
- Delimit supports Claude Code, Codex, Cursor, and Gemini CLI, with cross-agent handoff capabilities between them.
- How does the attestation system work?
- Delimit creates HMAC-SHA256 signed attestations containing repo state before/after, changed files, gate results, and replay URLs for verification.
- Can Delimit enforce policies or is it advisory only?
- Delimit operates in advisory mode by default but can be configured to enforce policies with the --enforce flag that blocks CI on policy violations.
Compare delimit-mcp-server with
Last updated · Auto-generated from public README + GitHub signals.