Skip to content
Zed

ThoughtProof for Zed

io.github.thoughtproof/thoughtproof-mcp

Pre-action gate: verify before pay/trade/write/deploy. execute=true only on ALLOW.

client:Zed transport:stdio runtime:npm

Install ThoughtProof in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

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

{
  "context_servers": {
    "thoughtproof-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "thoughtproof-mcp"
      ],
      "env": {
        "DQL_API_KEY": "<DQL_API_KEY>",
        "SENTINEL_API_KEY": "<SENTINEL_API_KEY>",
        "THOUGHTPROOF_API_KEY": "<THOUGHTPROOF_API_KEY>"
      }
    }
  }
}

Merge this into your existing settings object — do not replace the file. Zed docs

ThoughtProof in other clients