Skip to content
Claude Desktop

ContractGate for Claude Desktop

io.github.nightmoose/contractgate

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

client:Claude Desktop transport:stdio runtime:npm

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

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

ContractGate in other clients