Outflow MCP Server
Rank #67,754io.github.laurells/outflow-mcp
MCP server exposing an Outflow workspace's live architecture graph as context for AI coding agents
Outflow MCP Server is a Model Context Protocol (MCP) server published by laurells. It ranks #67,754 of 132,113 servers tracked on MCP Toplist. Outflow MCP Server is listed on Official MCP, with 1 tracked version. It was first listed on Jul 17, 2026 and most recently updated on Jul 17, 2026.
Ranks ahead of 64,359 of 132,113 servers on MCP Toplist.
Use Outflow MCP Server
Requires user-supplied configuration before first use — typically an API key, token or connection string set via environment variables.
claude mcp add outflow-mcp -e "OUTFLOW_BASE_URL=<your OUTFLOW_BASE_URL>" -e "OUTFLOW_API_KEY=<your OUTFLOW_API_KEY>" -e "OUTFLOW_WORKSPACE_ID=<your OUTFLOW_WORKSPACE_ID>" -- npx -y outflow-mcpReplace each placeholder with your own value before saving.
[mcp_servers.outflow-mcp]
command = "npx"
args = ["-y", "outflow-mcp"]
[mcp_servers.outflow-mcp.env]
OUTFLOW_BASE_URL = "<your OUTFLOW_BASE_URL>"
OUTFLOW_API_KEY = "<your OUTFLOW_API_KEY>"
OUTFLOW_WORKSPACE_ID = "<your OUTFLOW_WORKSPACE_ID>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"outflow-mcp": {
"command": "npx",
"args": [
"-y",
"outflow-mcp"
],
"env": {
"OUTFLOW_BASE_URL": "<your OUTFLOW_BASE_URL>",
"OUTFLOW_API_KEY": "<your OUTFLOW_API_KEY>",
"OUTFLOW_WORKSPACE_ID": "<your OUTFLOW_WORKSPACE_ID>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"outflow-mcp": {
"command": "npx",
"args": [
"-y",
"outflow-mcp"
],
"env": {
"OUTFLOW_BASE_URL": "<your OUTFLOW_BASE_URL>",
"OUTFLOW_API_KEY": "<your OUTFLOW_API_KEY>",
"OUTFLOW_WORKSPACE_ID": "<your OUTFLOW_WORKSPACE_ID>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"outflow-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"outflow-mcp"
],
"env": {
"OUTFLOW_BASE_URL": "<your OUTFLOW_BASE_URL>",
"OUTFLOW_API_KEY": "<your OUTFLOW_API_KEY>",
"OUTFLOW_WORKSPACE_ID": "<your OUTFLOW_WORKSPACE_ID>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"outflow-mcp": {
"command": "npx",
"args": [
"-y",
"outflow-mcp"
],
"env": {
"OUTFLOW_BASE_URL": "<your OUTFLOW_BASE_URL>",
"OUTFLOW_API_KEY": "<your OUTFLOW_API_KEY>",
"OUTFLOW_WORKSPACE_ID": "<your OUTFLOW_WORKSPACE_ID>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"outflow-mcp": {
"command": "npx",
"args": [
"-y",
"outflow-mcp"
],
"env": {
"OUTFLOW_BASE_URL": "<your OUTFLOW_BASE_URL>",
"OUTFLOW_API_KEY": "<your OUTFLOW_API_KEY>",
"OUTFLOW_WORKSPACE_ID": "<your OUTFLOW_WORKSPACE_ID>"
}
}
}
}Replace each placeholder with your own value before saving.
Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.laurells%2Foutflow-mcp)<a href="https://mcptoplist.com/server/io.github.laurells%2Foutflow-mcp"><img src="https://mcptoplist.com/badge/io.github.laurells%2Foutflow-mcp.svg" alt="MCP Toplist: #67,754 of 132,113" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 1 registry
laurells
Available versions (1)
| Version | Published |
|---|---|
| 0.1.1 | Jul 17, 2026 |
Frequently asked questions
- Who maintains Outflow MCP Server?
- Outflow MCP Server is maintained by laurells, which publishes 3 MCP servers (1 total version) tracked on MCP Toplist.
- Is Outflow MCP Server listed on the Official MCP Registry?
- Yes — Outflow MCP Server is listed on the Official MCP Registry.
- How many versions does Outflow MCP Server have?
- MCP Toplist tracks 1 version of Outflow MCP Server, most recently published on Jul 17, 2026.
- Where can I find the source code for Outflow MCP Server?
- The source code for Outflow MCP Server is hosted at github.com/laurells/outflow-mcp.
Do you run this server?
Community projects list the MCP servers behind real agents and apps. Publish yours and this page will link to it.