URLs-LE for VS Code
io.github.nolindnaidoo/urls-le
Extract URLs from documentation, configuration and code, with their protocol and position.
client:VS Code
transport:stdio
runtime:npm
Install URLs-LE in VS Code
.vscode/mcp.json
{
"servers": {
"urls-le": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"urls-le-mcp"
]
}
}
}
Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs