Skip to main content
AllMCPs
BrowseBestCategoriesStackCompareToolsGuidesBlog
Log in Submit MCP

Stay in the loop

Get new MCP servers and top picks in your inbox.

AllMCPs

The open directory for discovering and installing Model Context Protocol servers.

AllMCPs on GitHub (opens in a new tab)
Launched onTiny Startupstinystartups.com
Explore
  • Browse servers
  • Best MCP servers
  • Categories
  • MCP clients
  • Agent prompts
  • Stack Builder
  • Compare servers
  • Random discovery New
  • Submit a server
  • Pricing & Boost Boost
Learn
  • Guides hub
  • What is MCP?
  • Install guide
  • Build an MCP server
  • Deploy an MCP server
  • Security guide
  • Troubleshooting
  • MCP for SEO & AEO
  • Protocol versioning
  • Blog & updates
Tools
  • All developer tools
  • Config generator
  • Config validator
  • Config auditor
  • MCP playground
  • Token calculator
  • OpenAPI β†’ MCP
  • Badge generator
For agents
  • REST API docs
  • Trust & traffic Live
  • Remote MCP server SSE β†— (opens in a new tab)
  • llms.txt β†— (opens in a new tab)
  • Catalog JSON β†— (opens in a new tab)
Company
  • About
  • Advertise Sponsor
  • Contact
  • GitHub β†— (opens in a new tab)
  • Terms
  • Privacy
AllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on BuildlistLaunched on Tiny StartupsFeatured on ShowMeBestAIFeatured on ShowMeBestAIFind us on LaunchZoneFind us on LaunchZoneAllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on BuildlistLaunched on Tiny StartupsFeatured on ShowMeBestAIFeatured on ShowMeBestAIFind us on LaunchZoneFind us on LaunchZone
Β© 2026 Jackalope Digital LLC. All rights reserved.
  1. Home
  2. πŸ”— Aggregators
  3. Depwire
Depwire logo
Health: ActiveRecent health check succeeded.Last checked 9/9/2026, 3:47:32 PM

Depwire

User RatingsBe the first to rate and review this MCP server!
View Repository61 GitHub StarsTotal stargazers on GitHub for the source repository (61 stars).Visit Website
dependency-graphcode-analysisdeveloper-toolssecurity

Maps code dependencies for AI assistants with deterministic parsing, impact analysis, security checks, and architecture visualization.

Quick Install

Automated & IDE Setup

Copy the AI prompt to install this server into Claude Code, Cursor, or another agent β€” or use 1-click editor setup below.

Add to CursorAdd to VS Code
Not yet automatically verified

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.

Manual Client & Custom JSON ConfigExpand JSON β–Ύ

Client Config & Setup

Choose your client or environment
Target File:~/Library/Application Support/Claude/claude_desktop_config.json
claude_desktop_config.json
{
  "mcpServers": {
    "depwire-depwire": {
      "command": "npx",
      "args": [
        "-y",
        "depwire-cli",
        "mcp"
      ]
    }
  }
}

πŸ’‘ Paste the JSON block into your client's configuration file under mcpServers, then restart the application.

Install Directory Badge Claim listing AlternativesπŸ”— More in Aggregators

Overview

depwire/depwire MCP server gives AI coding assistants deterministic dependency context for a codebase. It uses tree-sitter to parse symbols and relationships across 17 programming languages, then exposes the resulting graph through MCP tools. Use it when an agent needs symbol-level impact analysis, change simulation, security checks, or architecture context before editing code. Processing runs locally, and the security scanner does not require an API key.

Use cases

β€’Inspect symbol-level dependency relationships before editing code
β€’Simulate the blast radius of deleting or changing a symbol
β€’Scan a local repository for security issues without an API key
β€’Visualize repository architecture and dependency structure
β€’Compare structural changes between commits

Key features

β€’Deterministic tree-sitter dependency parsing
β€’MCP access to local codebase graph data
β€’What-if impact simulation
β€’Dead code detection and health scoring
β€’Security scanning without an API key
β€’Multi-language and cross-language analysis

Capabilities & Tool Schemas

Inspect callable tools, capabilities, and parameters exposed to AI agents by Depwire.

Extracted Tool Capabilities
Deterministic tree-sitter dependency parsing
MCP access to local codebase graph data
What-if impact simulation
Dead code detection and health scoring
Security scanning without an API key
Multi-language and cross-language analysis

How Depwire works

What depwire/depwire does

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.

How it works

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.

Setup and configuration

Install the command-line package globally with:

Terminal
npm install -g depwire-cli

The documented commands include:

bash
depwire whatif
depwire security
depwire viz

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.

Tools and capabilities

The depwire/depwire MCP server provides MCP access to dependency-graph data and related analysis. Supported capabilities described in the repository include:

  • Symbol- and import-level dependency inspection
  • What-if analysis for proposed code changes
  • Dead code detection
  • Architecture health scoring
  • Security scanning without an API key
  • Arc diagram visualization
  • Temporal graph analysis
  • Structural diffs between commits
  • Pre-action verification for AI-generated changes
  • Cross-language edge detection

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.

Limitations and notes

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.

Getting started with this depwire/depwire MCP server

Always refer to the official documentation for the most accurate and up-to-date information.

Read the full README β†’View source on GitHub β†’

Related MCP Servers

View all in Aggregators View all alternatives
  • AllMCPs Server logoAllMCPs Server
    β˜… Featured

    The official MCP server for AllMCPs.com - submit and manage tools directly from your AI. The open directory for MCP servers. Connect Claude, Cursor, Windsurf, and AI agents to databases, tools, files, and APIs. Explore 10,000+ servers. AllMCPs is the premier, open directory for discovering, evaluating, and installing Model Context Protocol (MCP) servers to equip AI agents and LLMs with real-world superpowers.

    πŸ”— Aggregators15 views
    Compare vs AllMCPs Server β†’
  • Openapi MCP Server logoOpenapi MCP Server

    Connect any HTTP/REST API server using an Open API spec (v3)

    πŸ”— Aggregators3 views
    Compare vs Openapi MCP Server β†’
  • S
    SandBase CLI

    Open-source CLI and MCP server for discovering and calling 2,000+ AI models and APIs through one consistent developer interface.

    πŸ”— Aggregators9 views
    Compare vs SandBase CLI β†’
  • Agent logoAgent

    A unified Model Context Protocol server implementation that aggregates multiple MCP servers into one.

    πŸ”— Aggregators9 views
    Compare vs Agent β†’

Adoption & maintenance

Factual signals from GitHub, npm, and our automated checks β€” not a rating.

GitHub stars
61
Stargazers on the source repository.
Last commit
12d ago
Most recent push to the default branch.
Directory activity
3 views
Config copies, upvotes, and views on AllMCPs.

Reviews

No reviews yet β€” be the first to share how this listing worked for you.

Frequently Asked Questions about Depwire

The documented package installation is `npm install -g depwire-cli`. The provided material does not show a separate MCP server startup command.

AllMCPs Directory Badge

Full Badge Customizer

Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.

Badge Style:
Live Dynamic SVG PreviewDepwire AllMCPs Directory Badge
Markdown (GitHub README)
[![AllMCPs](https://allmcps.com/api/badge/depwire-depwire?style=directory)](https://allmcps.com/mcp/depwire-depwire)
HTML Embed
<a href="https://allmcps.com/mcp/depwire-depwire"><img src="https://allmcps.com/api/badge/depwire-depwire?style=directory" alt="Depwire on AllMCPs" /></a>

Technical Specs & Signals

CategoryπŸ”—Aggregators
PricingFree
More technical detailsExpand β–Ύ
TransportSTDIO
RuntimeNode.js
AuthNo auth required
LicenseBUSL-1.1
Last updatedSep 7, 2026
11/11 checks healthy over the last 34d
Views3
Unique ViewsTotal visits recorded for this listing page on AllMCPs.
Installs0
Installs & Copy ActionsTotal times users copied install commands or configuration snippets for this server.
GitHub stars61
GitHub Star CountTotal stargazers on GitHub representing community popularity (61 stars).
Last commit12d ago
Last Repository CommitThe most recent commit or push recorded for this server's GitHub repository.Last commit on Aug 30, 2026
55Quality signal: Good Β· 55/100How this signal is calculated β–Ύ
Server availabilityNot measured

Not scored for repo-hosted servers β€” we can't reach the running server, only its GitHub page. Hosted MCP endpoints are health-checked live.

Verified ownership10/20
Documentation & tools24/30
Adoption & activity7/15
Community engagement0/10

A guidance signal from public completeness & health data β€” not a user rating. New listings start lower and rise as they add docs, get verified, and grow adoption. Signals we can't observe for a listing are skipped, not counted against it.

Supply-chain signal

No high-severity advisories surfaced by our automated scan.

Critical 0High 0Medium 0Low 0

Scanned 24d ago via OSV.dev Β· mcp (npm)

β˜… Spotlight Slot

Feature Your MCP Server

Get maximum visibility for your server across our directory, search results, and detail pages.

Spotlight Your Server

Own this project?

This directory is pre-filled from public sources. Claim via GitHub README, site badge, or DNS TXT to unlock edit access and the Official badge β€” proof is checked automatically, then reviewed by our team.

Free dofollow backlink: add your website and place the AllMCPs badge on it β€” no claim needed. We detect it automatically and keep it verified as long as the badge stays live.

Claim & get free dofollow

Share & Embed

Add our SVG badge (dark/light directory styles) or embeddable widget to your site.

Explore more

More in πŸ”— Aggregators β†’Alternatives to Depwire β†’Install in Claude DesktopInstall in CursorInstall in VS Code