Skip to content
Grok

portolan for Grok

io.github.fcon-tech/portolan

Portolan: an MCP server that charts codebases - Chart store, Harbor expeditions, Chart Room.

client:Grok transport:stdio runtime:npm

Install portolan in Grok

.mcp.json (in your project root)

{
  "mcpServers": {
    "portolan": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@fcon-tech/portolan"
      ]
    }
  }
}

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

portolan in other clients