Realurls for Zed
io.github.zhouchungong/realurls
Which domain officially belongs to which software product or company. Ownership only, never safety.
client:Zed
transport:stdio
runtime:npm
Install Realurls in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"realurls": {
"command": "npx",
"args": [
"-y",
"@realurls/mcp"
],
"env": {
"REALURLS_API": "<REALURLS_API>"
}
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs