Skip to content
Cursor

Realurls for Cursor

io.github.zhouchungong/realurls

Which domain officially belongs to which software product or company. Ownership only, never safety.

client:Cursor transport:stdio runtime:npm

Install Realurls 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": {
    "realurls": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@realurls/mcp"
      ],
      "env": {
        "REALURLS_API": "<REALURLS_API>"
      }
    }
  }
}

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

Realurls in other clients