Skip to content
Zed

ContractGate for Zed

io.github.nightmoose/contractgate

Infer, dry-run, deploy, and inspect ContractGate semantic data contracts.

client:Zed transport:stdio runtime:npm

Install ContractGate 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": {
    "contractgate": {
      "command": "npx",
      "args": [
        "-y",
        "@contractgate/mcp-server"
      ],
      "env": {
        "CONTRACTGATE_API_KEY": "<CONTRACTGATE_API_KEY>",
        "CONTRACTGATE_BASE_URL": "<CONTRACTGATE_BASE_URL>"
      }
    }
  }
}

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

ContractGate in other clients