Skip to content
Cursor

delta witness for Cursor

io.github.15998194110/delta-witness

Paid Capture and Guard tools for public-source observations before autonomous actions.

client:Cursor transport:stdio runtime:npm

Install delta witness in Cursor

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

{
  "mcpServers": {
    "delta-witness": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "delta-witness-mcp"
      ]
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

delta witness in other clients