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
{
"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