Skip to content
Cursor

ContractGate for Cursor

io.github.nightmoose/contractgate

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

client:Cursor transport:stdio runtime:npm

Install ContractGate in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

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

{
  "mcpServers": {
    "contractgate": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@contractgate/mcp-server"
      ],
      "env": {
        "CONTRACTGATE_API_KEY": "<CONTRACTGATE_API_KEY>",
        "CONTRACTGATE_BASE_URL": "<CONTRACTGATE_BASE_URL>"
      }
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

ContractGate in other clients