Skip to content
Zed

weakspot for Zed

dev.weakspot/weakspot

Audit Solidity and Rust smart contracts from your editor. Pays per audit in USDC over x402.

client:Zed transport:stdio runtime:npm

Install weakspot 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": {
    "weakspot": {
      "command": "npx",
      "args": [
        "-y",
        "weakspot-mcp"
      ],
      "env": {
        "WEAKSPOT_PRIVATE_KEY": "<WEAKSPOT_PRIVATE_KEY>",
        "WEAKSPOT_MAX_USD": "<WEAKSPOT_MAX_USD>",
        "WEAKSPOT_URL": "<WEAKSPOT_URL>",
        "WEAKSPOT_RPC_URL": "<WEAKSPOT_RPC_URL>"
      }
    }
  }
}

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

weakspot in other clients