DiffCI for Cursor
io.github.adityankale190895/diffci
Observation-only CI/CD validation for AI coding agents.
client:Cursor
transport:stdio
runtime:npm
Install DiffCI in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"diffci": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@diffci.com/diffci"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs