Maps code dependencies for AI assistants with deterministic parsing, impact analysis, security checks, and architecture visualization.
Copy the AI prompt to install this server into Claude Code, Cursor, or another agent β or use 1-click editor setup below.
We haven't yet run this listing's install command through our automated sandbox check. This isn't a red flag β we're steadily working through the catalog.
π‘ Paste the JSON block into your client's configuration file under mcpServers, then restart the application.
Inspect callable tools, capabilities, and parameters exposed to AI agents by Depwire.
The depwire/depwire MCP server maps a repository at symbol level rather than only tracking packages or files. Its graph includes functions, classes, interfaces, imports, exports, and related dependency edges. This lets an AI coding assistant inspect how a proposed change may affect other parts of the codebase.
Parsing is based on tree-sitter and is described as deterministic rather than embedding- or retrieval-based. The project lists support for 17 languages, including TypeScript, JavaScript, Python, Go, Rust, C, Java, PHP, Ruby, Dart, R, C++, C#, Kotlin, Swift, and Mojo. The repository also identifies HTML and Angular support.
The depwire/depwire MCP server builds a local dependency graph from source files and makes focused graph information available through MCP. An agent can use that context instead of requesting broad file contents when it needs to understand callers, imports, exports, or likely downstream effects.
The repository describes the graph as symbol-level, which distinguishes it from build tools that generally represent package-level relationships. Its analysis includes what-if simulations for evaluating a proposed deletion or change, structural comparisons between commits, and pre-action verification. A temporal graph can represent how the code structure changes over time.
The project states that code parsing runs on the local machine and that source code is not sent to a cloud service. Its security scanner does not require an API key. The README also cautions that previously published benchmark conclusions were withdrawn after an audit, so those results should not be used to assess performance or correctness.
Install the command-line package globally with:
The documented commands include:
These commands respectively support change-impact simulation, security analysis, and architecture visualization. The supplied material does not specify a separate MCP startup command or configuration file, so MCP client setup details cannot be determined from it.
The depwire/depwire MCP server provides MCP access to dependency-graph data and related analysis. Supported capabilities described in the repository include:
The project describes the MCP interface as providing 24 tools in its README badges and infrastructure section. The provided material does not include the individual tool names or schemas.
Results depend on the parserβs language support and the source structure it can analyze. The repository reports that parser fixes in version 1.9.0 changed symbol counts, edge counts, and health scores for several languages, so older example measurements should not be treated as exact for current versions.
The package is licensed under BUSL-1.1. Although the repository includes a hosted cloud dashboard and editor-related links, the supplied material does not establish that the MCP server requires either service or identify specific MCP client applications.
Always refer to the official documentation for the most accurate and up-to-date information.
Factual signals from GitHub, npm, and our automated checks β not a rating.
No reviews yet β be the first to share how this listing worked for you.
Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.
[](https://allmcps.com/mcp/depwire-depwire)<a href="https://allmcps.com/mcp/depwire-depwire"><img src="https://allmcps.com/api/badge/depwire-depwire?style=directory" alt="Depwire on AllMCPs" /></a>