mcpbeat Sign in

Outflow MCP Server

local only

Outflow MCP runs on your own machine — the client starts it, so there is no endpoint to ping. 27 installs a week from npm. Last commit 17 Jul 2026.

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

Installs per day peak 12 · avg 5 · -49% w/w
a month agotoday
27
Installs / week
npm · outflow-mcp
0
Stars
0 open issues
17 Jul 2026
Last commit
0 releases in 90 days
License
JavaScript

Nothing serious here today

Today is the operative word: we check Outflow MCP every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add outflow-mcp -- npx -y outflow-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "outflow-mcp": {
      "args": [
        "-y",
        "outflow-mcp"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.outflow-mcp]
command = "npx"
args = ["-y", "outflow-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "outflow-mcp": {
      "args": [
        "-y",
        "outflow-mcp"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "outflow-mcp": {
      "args": [
        "-y",
        "outflow-mcp"
      ],
      "command": "npx"
    }
  }
}

This one needs environment variables set before it will start: OUTFLOW_BASE_URL (Base URL of your running Outflow instance. Defaults to http://localhost:3000 if omitted.), OUTFLOW_API_KEY (API 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_ID (ID of the workspace to expose. Found in the workspace URL (.../workspace/<id>/...) or workspace settings.). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Outflow MCP

same job, measured the same way
CAST Imaging MCP Server
by cast-extend

MCP server exposing CAST Imaging software architecture insights to AI agents

local only
Graphlens MCP
by neko1313

Semantic code graph MCP server for coding agents

162 installs/wk local only
Asc MCP Server
by muhammetali

App Store Connect MCP Server for AI coding agents

51 installs/wk local only
Architecture Pattern MCP
by olk

MCP server that provides architecture design expertise to AI coding agents

34 installs/wk local only
Cgraphy
by pmgarg

Code knowledge graph over MCP: token-budgeted context for AI coding agents.

63 installs/wk local only
Code Context Gate
by wisdomrock

Context-aware code retrieval MCP server — ranked, gated results for AI coding agents

27 installs/wk local only
Orcha
by westonhancock

Securely search and manage workspace context files for AI agents and teams.

answering
Cirdan
by adanb13

AI infrastructure cartographer & MCP server: fingerprints, graphs & watches live infra for agents

321 installs/wk local only

Outflow MCP — questions

Answers built from our own checks of this server.

Why is there no uptime for Outflow MCP?
Outflow MCP runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package outflow-mcp was installed 27 times last week.
How do I connect Outflow MCP?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls outflow-mcp straight from npm; nothing to host, nothing to sign up for.
How many people use Outflow MCP?
The npm package outflow-mcp was installed 27 times in the last week. Week over week that is -49%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Outflow MCP open source?
We cannot say either way: written in JavaScript and 0 stars on GitHub, but we could not determine the licence, and without one the code is not open source by default.