Skip to content
Cline

outflow mcp for Cline

io.github.laurells/outflow-mcp

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

client:Cline transport:stdio runtime:npm

Install outflow mcp in Cline

~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json · windows: %APPDATA%\Code\User\globalStorage\saoudrizwan.claude-dev\settings\cline_mcp_settings.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>"
      }
    }
  }
}

Cline's MCP Servers pane edits this file for you if you would rather not find it. Cline docs

outflow mcp in other clients