★ 12 stars
Python
🤖 AI/LLM
Updated 10d ago
Govern AI coding across Claude Code, Codex, Cursor, and Gemini CLI. Breaking-change detection, deploy gates, and multi-model consensus — delivered as MCP server, CLI, and GitHub Action.
View on GitHub →
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Claude Desktop
Claude Code
Cursor
Add to claude_desktop_config.json:
{
"mcpServers": {
"delimit-mcp-server": {
"command": "uvx",
"args": [
"delimit-mcp-server"
]
}
}
}
📋 Copy
Run in terminal:
claude mcp add delimit-mcp-server uvx delimit-mcp-server
📋 Copy
Add to .cursor/mcp.json:
{
"mcpServers": {
"delimit-mcp-server": {
"command": "uvx",
"args": [
"delimit-mcp-server"
]
}
}
}
📋 Copy
Or install with pip: pip install delimit-mcp-server
Topics
ai-governance api-governance breaking-changes claude-code codex cross-model cursor deliberation devtools gemini-cli mcp mcp-server model-context-protocol openapi