Skip to content
Grok

URLs-LE for Grok

io.github.nolindnaidoo/urls-le

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

client:Grok transport:stdio runtime:npm

Install URLs-LE in Grok

.mcp.json (in your project root)

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

Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs

URLs-LE in other clients