Delimit — The merge gate for AI-written code for Cursor
io.github.delimit-ai/delimit-mcp-server
The merge gate for AI-written code, with signed, replayable attestation.
client:Cursor
transport:stdio
runtime:npm
Install Delimit — The merge gate for AI-written code in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"delimit-mcp-server": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"delimit-cli"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs