Skip to content
Claude Desktop

DidWork for Claude Desktop

sh.didwork/didwork

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

client:Claude Desktop transport:stdio runtime:npm

Install DidWork in Claude Desktop

~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json

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

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

Settings → Developer → Edit Config opens this file. Restart the app after saving. Claude Desktop docs

DidWork in other clients