ccs for Cursor
io.github.correctover/ccs
Runtime verification MCP server: fail-closed checks for agent tool calls, signed evidence receipts.
client:Cursor
transport:stdio
runtime:npm
Install ccs in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"ccs": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"ccs-mcp-server"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs