Delimit
@delimit-ai
Delimit について
The merge gate for AI-written code, with signed, replayable attestation. Works across Claude Code, Codex, Cursor, and Gemini CLI.
基本情報
設定
以下の設定を使って、このサーバーを MCP 対応クライアントに追加してください。
{
"mcpServers": {
"delimit": {
"type": "stdio",
"command": "python3",
"args": [
"~/.delimit/server/ai/server.py"
],
"cwd": "~/.delimit/server",
"env": {
"PYTHONPATH": "~/.delimit/server"
}
}
}
}ツール
ツールは検出されませんでした
ツールは README から自動的に抽出されます。メンテナーは ## Tools という見出しの下に記載することで、このタブに反映できます。
概要
What is Delimit?
Delimit is a merge gate for AI-written code that wraps any AI coding assistant (Claude Code, Codex, Cursor, Gemini CLI) with a governance chain. It runs gates, records changes, and signs replayable, HMAC-signed attestations for every merge. Designed for teams that want to govern and audit AI-assisted code contributions.
How to use Delimit?
Install via npx delimit-cli. For a full merge gate, run delimit wrap -- <ai-command> to pipe any AI invocation through signed governance. For a zero-config safety gate, run delimit check on staged or modified files. Use delimit init to set up a merge-gate config. No account or API keys are required for basic usage. Commands like delimit lint, delimit diff, delimit simulate, and delimit scan provide specific gate capabilities.
Key features of Delimit
- Signed, replayable attestations (HMAC-SHA256) per merge
- Zero-config PR safety gate (
delimit check) - Wraps any AI coding assistant with a governance chain
- Cross-model context persistence (memory, ledger)
- Offline-verifiable receipts with public replay URLs
- Multi-model deliberation and autonomous builds (
delimit think,delimit build)
Use cases of Delimit
- Protect an API from breaking changes before each merge
- Detect spec drift and unreviewed changes automatically
- Run governance gates on every pull request via a GitHub Action
- Gate all AI-assisted invocations across different CLIs and models
- Keep decision context and task lists across sessions and AI assistants
FAQ from Delimit
What does delimit wrap do?
It pipes an AI-assisted CLI command through a governance gate: snapshots the git diff, runs lint and tests, HMAC-signs an attestation, and emits a replay URL. Advisory by default; --enforce blocks on policy violations.
Does Delimit require an account or API keys for basic usage?
No. Commands like delimit check, delimit scan, delimit init, and delimit wrap work without any account, API keys, or configuration files. Some features (e.g., delimit deliberate with custom models) may require a key.
How are receipts verified?
Receipts are offline-verifiable: run npx delimit-cli seal-verify <receipt.json> or open the unique replay URL at delimit.ai/att/<id>. No external service needed for verification.
What is the difference between delimit check and delimit wrap?
delimit check is a zero-config PR safety gate that applies deterministic checks (breaking API changes, leaked secrets) to staged or modified files. delimit wrap is a full governance gate for AI-assisted invocations that produces a signed, replayable attestation with git diff, gate results, and a public URL.
What does the --record option do on delimit check?
It writes a content-pinned record of the check to .delimit/records/check-<ts>.json. This record is the precursor to a signed, replayable Seal attestation.
「開発者ツール」の他のコンテンツ
Serena
oraiosA powerful MCP toolkit for coding, providing semantic retrieval and editing capabilities - the IDE for your agent
Test
x1xhlolFULL Augment Code, Claude Code, Cluely, CodeBuddy, Comet, Cursor, Devin AI, Junie, Kiro, Leap.new, Lovable, Manus, NotionAI, Orchids.app, Perplexity, Poke, Qoder, Replit, Same.dev, Trae, Traycer AI, VSCode Agent, Warp.dev, Windsurf, Xcode, Z.ai Code, Dia & v0. (And other Open Sou
Code Index MCP
johnhuang316A Model Context Protocol (MCP) server that helps large language models index, search, and analyze code repositories with minimal setup
Unity MCP (Server + Plugin)
IvanMurzakAI Skills, MCP Tools, and CLI for Unity Engine. Full AI develop and test loop. Use cli for quick setup. Efficient token usage, advanced tools. Any C# method may be turned into a tool by a single line. Works with Claude Code, Gemini, Copilot, Cursor and any other absolutely for fr
MCP-Bridge
SecretiveShellA middleware to provide an openAI compatible endpoint that can call MCP tools
コメント