Stop re-explaining your codebase every session. Delimit is the universal governance layer for AI coding assistants — persistent memory, tasks, and policy enforcement that works across Claude Code, Codex, Cursor, and Gemini CLI.
180+ MCP tools across 5 domains: governance (lint, diff, policy, semver), context (memory, ledger, sessions, handoffs), shipping (deploy, publish, rollback, changelog), observability (metrics, logs, alerts, status), and orchestration (multi-model deliberation, agent dispatch, swarm triggers).
Core capabilities: 27-type deterministic breaking change detection for OpenAPI specs. Policy enforcement with strict/default/relaxed presets plus custom YAML rules. Cross-model session continuity — switch between Claude, Codex, Gemini, and Cursor without losing context. Multi-model deliberation where AI models debate until consensus. Git hooks, CI gates, and pre-commit governance. Zero-config onboarding with auto-detection of frameworks, specs, and test suites.
Free tier includes API governance, persistent ledger, zero-spec extraction, and project scanning. Pro adds deliberation, security audit, test verification, encrypted vault, deploy pipeline, and agent orchestration.
Install: npx delimit-cli setup
Server Config
{
"mcpServers": {
"delimit": {
"type": "stdio",
"command": "python3",
"args": [
"~/.delimit/server/ai/server.py"
],
"cwd": "~/.delimit/server",
"env": {
"PYTHONPATH": "~/.delimit/server"
}
}
}
}