Skip to content
Cursor

DidWork for Cursor

sh.didwork/didwork

Verify that an agent's claimed outcome actually happened, using independently gathered evidence

client:Cursor transport:stdio runtime:npm

Install DidWork in Cursor

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

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "didwork": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@didwork/mcp"
      ],
      "env": {
        "DIDWORK_API_KEY": "<DIDWORK_API_KEY>",
        "DIDWORK_BASE_URL": "<DIDWORK_BASE_URL>"
      }
    }
  }
}

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

DidWork in other clients