Skip to content
VS Code

Delimit — The merge gate for AI-written code for VS Code

io.github.delimit-ai/delimit-mcp-server

The merge gate for AI-written code, with signed, replayable attestation.

client:VS Code transport:stdio runtime:npm

Install Delimit — The merge gate for AI-written code in VS Code

.vscode/mcp.json

{
  "servers": {
    "delimit-mcp-server": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "delimit-cli"
      ]
    }
  }
}

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

Delimit — The merge gate for AI-written code in other clients