Skip to content
Grok

grandline mcp for Grok

io.github.dmsnavin/grandline-mcp

Empirical maritime distances from real AIS tracks: 4 route variants, port lookup, bulk matrix

client:Grok transport:stdio runtime:pypi

Install grandline mcp in Grok

.mcp.json (in your project root)

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "grandline-mcp": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "grandline-mcp"
      ],
      "env": {
        "GRANDLINE_API_KEY": "<GRANDLINE_API_KEY>",
        "GRANDLINE_API_URL": "<GRANDLINE_API_URL>"
      }
    }
  }
}

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

grandline mcp in other clients