MCP Catalogs
Home

delimit-mcp-server

by delimit-ai·16·Score 42

MCP server for AI coding governance across multiple AI assistants with attestations and deploy gates.

developer-toolsai-llmsecurity
6
Forks
0
Open issues
this month
Last commit
2d ago
Indexed

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:

you:Governance for AI-assisted code development across multiple AI tools
you:Breaking change detection and API contract validation before merge
you:Multi-model deliberation for consensus on technical decisions
you:What AI assistants does Delimit support?
you:How does the attestation system work?
you:Can Delimit enforce policies or is it advisory only?

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 README
  • wrap

    Gate any AI-assisted CLI through a signed governance chain

  • trust_page

    Render directory of attestations into a static HTML trust page

  • ai_sbom

    Generate CycloneDX-AI bill of materials from attestations

  • deliberate

    Run a question through multiple AI models until consensus

  • scan

    Auto-detect specs, frameworks, security issues, and tests

  • check

    Run pre-commit governance checks on staged files

  • recall

    Search persistent memories and context across sessions

  • simulate

    Dry-run governance to see what would be blocked before committing

  • status

    Show dashboard of Delimit setup and governance status

  • diff

    Compare two API specs to detect breaking changes

  • explain

    Generate migration guide for API changes

  • doctor

    Run 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

guardrails-aipromptfoocode-review-mcp

Installation

Install as MCP server:

{
  "mcpServers": {
    "delimit": {
      "command": "npx",
      "args": ["delimit-mcp-server"]
    }
  }
}

Alternatively, install via CLI:

npm install -g delimit-cli

For GitHub Actions integration:

- uses: delimit-ai/delimit-action@v1

FAQ

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

GitHub →

Last updated · Auto-generated from public README + GitHub signals.