Skip to content
Cursor

ccs mcp server for Cursor

io.github.dshcorrectover/ccs-mcp-server

Runtime verification for agent tool calls: Ed25519 signed receipts, fail-closed RCE/SSRF checks.

client:Cursor transport:stdio runtime:npm

Install ccs mcp server in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

{
  "mcpServers": {
    "ccs-mcp-server": {
      "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

ccs mcp server in other clients