Loading MCP server directory, please wait...
MCP server exposing an Outflow workspace's live architecture graph as context for AI coding agents
npx @getmcp/cli add io.github.laurells/outflow-mcpRequires Node.js 18+. Community-contributed server. Review source before installing.
OUTFLOW_API_KEYAPI key for the workspace to expose. Create one from workspace settings in Outflow (Settings → API Keys) — the raw key (ofk_...) is shown once.
OUTFLOW_WORKSPACE_IDID of the workspace to expose. Found in the workspace URL (.../workspace/<id>/...) or workspace settings.
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"io.github.laurells/outflow-mcp": {
"command": "npx",
"args": [
"-y",
"outflow-mcp"
],
"env": {
"OUTFLOW_BASE_URL": "",
"OUTFLOW_API_KEY": "",
"OUTFLOW_WORKSPACE_ID": ""
}
}
}
}