Skip to content
Grok

outflow mcp for Grok

io.github.laurells/outflow-mcp

MCP server exposing an Outflow workspace's live architecture graph as context for AI coding agents

client:Grok transport:stdio runtime:npm

Install outflow 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": {
    "outflow-mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "outflow-mcp"
      ],
      "env": {
        "OUTFLOW_BASE_URL": "<OUTFLOW_BASE_URL>",
        "OUTFLOW_API_KEY": "<OUTFLOW_API_KEY>",
        "OUTFLOW_WORKSPACE_ID": "<OUTFLOW_WORKSPACE_ID>"
      }
    }
  }
}

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

outflow mcp in other clients