Skip to content
Windsurf

outflow mcp for Windsurf

io.github.laurells/outflow-mcp

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

client:Windsurf transport:stdio runtime:npm

Install outflow mcp in Windsurf

~/.codeium/windsurf/mcp_config.json · windows: %USERPROFILE%\.codeium\windsurf\mcp_config.json

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

{
  "mcpServers": {
    "outflow-mcp": {
      "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>"
      }
    }
  }
}

Global only — Windsurf has no per-project MCP config. Refresh Cascade after saving. Windsurf docs

outflow mcp in other clients