outflow mcp for Cursor
io.github.laurells/outflow-mcp
MCP server exposing an Outflow workspace's live architecture graph as context for AI coding agents
client:Cursor
transport:stdio
runtime:npm
Install outflow mcp in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"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>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs