URLs-LE for Zed
io.github.nolindnaidoo/urls-le
Extract URLs from documentation, configuration and code, with their protocol and position.
client:Zed
transport:stdio
runtime:npm
Install URLs-LE in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"urls-le": {
"command": "npx",
"args": [
"-y",
"urls-le-mcp"
]
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs