
Company News
Socket Named Top Sales Organization by RepVue
Socket won two 2026 Reppy Awards from RepVue, ranking in the top 5% of all sales orgs. AE Alexandra Lister shares what it's like to grow a sales career here.
@ebowwa/dependency-graph-mcp
Advanced tools
MCP server for dependency graph analysis and visualization in monorepos
MCP server for dependency graph analysis and visualization in monorepos.
bun add @ebowwa/dependency-graph-mcp
# or
npm install @ebowwa/dependency-graph-mcp
dependency_graphBuild a complete dependency graph of the monorepo.
{
"includeDevDependencies": false,
"analyzeImports": true,
"excludePatterns": ["^@types/", "^@eslint/"],
"format": "mermaid"
}
Formats:
json - Raw JSON outputmermaid - Mermaid diagram for documentationdot - Graphviz DOT formattree - ASCII tree visualizationimpact_analysisAnalyze the impact of changing a specific package.
{
"package": "@ebowwa/terminal",
"includeTransitive": true,
"format": "tree"
}
find_circularFind circular dependencies in the monorepo.
{
"maxDepth": 10
}
unused_codeFind potentially unused packages (no dependents).
{
"includeExternal": false
}
package_infoGet detailed information about a specific package.
{
"package": "@ebowwa/ssh"
}
Add to your MCP config:
{
"mcpServers": {
"dependency-graph": {
"command": "bun",
"args": ["/path/to/MCP/packages/dependency-graph/src/index.ts"],
"cwd": "/path/to/codespaces"
}
}
}
dependency_graph(format="mermaid")
@ebowwa/ssh?impact_analysis(package="@ebowwa/ssh", format="tree")
find_circular()
unused_code()
The server:
package.json files in the monorepopackage.jsonMIT
FAQs
MCP server for dependency graph analysis and visualization in monorepos
We found that @ebowwa/dependency-graph-mcp demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Company News
Socket won two 2026 Reppy Awards from RepVue, ranking in the top 5% of all sales orgs. AE Alexandra Lister shares what it's like to grow a sales career here.

Security News
NIST will stop enriching most CVEs under a new risk-based model, narrowing the NVD's scope as vulnerability submissions continue to surge.

Company News
/Security News
Socket is an initial recipient of OpenAI's Cybersecurity Grant Program, which commits $10M in API credits to defenders securing open source software.