Skip to content
Cursor

URLs-LE for Cursor

io.github.nolindnaidoo/urls-le

Extract URLs from documentation, configuration and code, with their protocol and position.

client:Cursor transport:stdio runtime:npm

Install URLs-LE in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

{
  "mcpServers": {
    "urls-le": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "urls-le-mcp"
      ]
    }
  }
}

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

URLs-LE in other clients