Skip to content
Zed

verity mcp for Zed

io.github.meloliva14/verity-mcp

Fail-closed verify-before-you-act gate for AI agents. Signed receipts. Pay-per-call via x402.

client:Zed transport:stdio runtime:pypi

Install verity mcp 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": {
    "verity-mcp": {
      "command": "uvx",
      "args": [
        "verity-mcp"
      ],
      "env": {
        "VERITY_SUITE_URL": "<VERITY_SUITE_URL>",
        "VERITY_ENGINE_URL": "<VERITY_ENGINE_URL>",
        "VERITY_PRICE_QUICK": "<VERITY_PRICE_QUICK>",
        "VERITY_PRICE_GROUNDED": "<VERITY_PRICE_GROUNDED>",
        "VERITY_PRICE_PRO": "<VERITY_PRICE_PRO>",
        "VERITY_PRICE_SUITE": "<VERITY_PRICE_SUITE>"
      }
    }
  }
}

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

verity mcp in other clients