loading…
Search for a command to run...
loading…
An MCP server that analyzes and traces business code flows across your codebase, enabling developers to quickly understand the complete execution path of featur
An MCP server that analyzes and traces business code flows across your codebase, enabling developers to quickly understand the complete execution path of features from frontend to backend to database.
An MCP (Model Context Protocol) server for analyzing and tracing business code flows across your codebase. Helps developers quickly understand the complete execution path of features from frontend to backend to database.
npm install
npm run build
Create a .flowanalysis.yaml file:
version: '1.0'
project:
name: "my-project"
languages: [typescript]
rootPath: "."
sourceConfig:
include: ["src/**/*.ts"]
exclude: ["**/*.test.ts", "node_modules/**"]
analysisConfig:
maxCallDepth: 10
crossFileAnalysis: true
linkConfig:
vscode: { enabled: true }
github:
enabled: true
repository: "https://github.com/owner/repo"
{
"modelContextProtocol": {
"servers": {
"code-flow-analyzer": {
"command": "node",
"args": ["/path/to/mcp-server/dist/index.js"],
"env": { "PROJECT_ROOT": "${workspaceFolder}" }
}
}
}
}
traceBusinessFlow — Trace the complete execution path from an entry pointfindCallers — Find all functions that call a given functiongetProjectInfo — Get metadata about the project and analysis resultsgenerateFlowDiagram — Generate a Mermaid call graph diagramMCP Server (index.ts)
├── Project Config Manager
├── Code Analysis Manager
│ ├── Parser Factory
│ │ ├── TypeScript Parser
│ └── Symbol Table
├── Call Graph Analyzer
└── Link Generators
├── VSCode Link Generator
└── GitHub Link Generator
npm run build # Build
npm run typecheck # Type check
npm run start # Run server
npm run dev # Build + run
MIT
Выполни в терминале:
claude mcp add mcp-code-flow-analyzer -- npx Да, Code Flow Analyzer MCP бесплатный — установка в один клик через Unyly без оплаты.
Нет, Code Flow Analyzer работает без API-ключей и переменных окружения.
Self-hosted: сервер запускается локально на твоей машине командой из раздела установки.
Открой Code Flow Analyzer на unyly.org, выбери вкладку своего клиента (Claude Desktop, Claude Code, Cursor) и нажми Install — конфиг сгенерируется автоматически, без правки JSON.
CSA PROJECT - FZCO © 2026 IFZA Business Park, DDP, Premises Number 31174 - 001
Безопасность
Низкий рискАвтоматическая эвристика по публичным данным — не гарантия безопасности.