delimit-mcp-server
by delimit-ai·★ 16·综合分 42
AI代码治理的MCP服务器,支持多个AI助手,提供验证和部署门控功能。
概述
Delimit MCP服务器为AI生成的代码提供治理功能,支持Claude Code、Codex、Cursor和Gemini CLI等多个AI助手。它提供变更检测、部署门控和多模型共识功能,为每次AI编码操作生成可重放、可验证的签名证明。服务器通过治理链包装任何AI编码助手,运行策略检查,记录变更,并创建可验证的收据。它可作为MCP服务器、CLI工具和GitHub Action运行,为AI辅助开发工作流提供全面控制。
试试问 AI
装完之后,这里有 6 个你可以让 AI 做的事:
什么时候选它
当您需要跨多个工具管理 AI 辅助编程,并且需要对所有 AI 生成的代码合并进行可审计的验证时,选择 Delimit。
什么时候不要选它
如果您只使用单个 AI 编码工具,且不需要审计跟踪或多模型共识功能,则不要选择 Delimit。
此 server 暴露的工具
从 README 抽取出 12 个工具wrapGate 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
说明: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.
可对比工具
安装
安装为MCP服务器:
{
"mcpServers": {
"delimit": {
"command": "npx",
"args": ["delimit-mcp-server"]
}
}
}或通过CLI安装:
npm install -g delimit-cliGitHub Actions集成:
- uses: delimit-ai/delimit-action@v1FAQ
- Delimit支持哪些AI助手?
- Delimit支持Claude Code、Codex、Cursor和Gemini CLI,并具备它们之间的代理移交功能。
- 证明系统如何工作?
- Delimit创建HMAC-SHA256签名证明,包含操作前后的代码库状态、变更文件、门控结果和可重放URL用于验证。
- Delimit是强制执行策略还是仅提供建议?
- Delimit默认以建议模式运行,但可通过--enforce标志配置为强制模式,在策略违规时阻止CI流程。
delimit-mcp-server 对比
最后更新于 · 由 README + GitHub 公开数据自动生成。