delimit-ai/delimit-mcp-server
Unify Claude Code, Codex, Cursor, and Gemini CLI with persistent context, governance, and multi-model debate.
Platform-specific configuration:
{
"mcpServers": {
"delimit-mcp-server": {
"command": "npx",
"args": [
"-y",
"delimit-mcp-server"
]
}
}
}Add the config above to .claude/settings.json under the mcpServers key.
</> DelimitAPI governance that enforces itself. One workspace for Claude Code, Codex, Cursor, and Gemini CLI.
[](https://www.npmjs.com/package/delimit-cli) [](https://github.com/marketplace/actions/delimit-api-governance) [](https://opensource.org/licenses/MIT) [](https://glama.ai/mcp/servers/delimit-ai/delimit-mcp-server) [](https://github.com/marketplace/actions/delimit-api-governance)
<p align="center"> </p>
---
npx delimit-cli demo # See governance in action — no setup needed
npx delimit-cli init # Set up governance for your project
npx delimit-cli setup # Configure your AI assistantsNo API keys. No account. No config files.
Protect my API — catch breaking changes before merge:
npx delimit-cli try
# Creates a sample API, introduces breaking changes, shows what gets blocked.
# Saves a governance report to delimit-report.mdWatch for drift — detect spec changes without review:
npx delimit-cli init # Sets up governance + drift baseline
# Weekly drift checks run automatically via GitHub ActionRun PR copilot — governance gates on every pull request:
# .github/workflows/api-governance.yml
- uses: delimit-ai/delimit-action@v1
with:
spec: api/openapi.yaml
# Posts gate status, violations, and remediation in PR comments---
Loading reviews...