outflow mcp for Claude Desktop
io.github.laurells/outflow-mcp
MCP server exposing an Outflow workspace's live architecture graph as context for AI coding agents
client:Claude Desktop
transport:stdio
runtime:npm
Install outflow mcp in Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json
{
"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>"
}
}
}
}
Settings → Developer → Edit Config opens this file. Restart the app after saving. Claude Desktop docs