Skip to content
Cursor

Agent Domains for Cursor

ai.clize/domains

Domains your AI agent can buy, point and monitor, with four-layer health checks and alerts.

client:Cursor transport:stdio runtime:npm

Install Agent Domains in Cursor

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

{
  "mcpServers": {
    "domains": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@clize/domains"
      ]
    }
  }
}

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

Agent Domains in other clients