mcpbeat Sign in

Depwire MCP Server

by atef-ataya Your server? Claim it
local only

Depwire runs on your own machine — the client starts it, so there is no endpoint to ping. 458 installs a week from npm. Last commit 14 Sep 2026.

Dependency graph + 24 MCP tools. Impact analysis, simulation, security, agent coordination

Installs per day peak 509 · avg 168 · -9% w/w
a month agotoday
458
Installs / week
npm · depwire-cli
61
Stars
0 open issues
14 Sep 2026
Last commit
0 releases in 90 days
License
TypeScript

What the code does

We read the source, 22 h ago · rules 3dff92dd89df

Capabilities

What this server is able to do. For an MCP server this is often the job itself — a terminal server runs commands because that is what it is for. Listed so you know what you are plugging in, not as an accusation.

Builds a file path from a variable src/parser/wasm-init.ts:49
        return path.join(dir, scriptName);
    const output = execSync(
  <script src="https://d3js.org/d3.v7.min.js"></script>

Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.

This code can reach further than it looks

We found places where it runs commands, builds paths or queries from values it is given. None of that is a flaw by itself — it becomes one when the code changes, and code changes quietly between releases. We re-read it on every one.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add depwire -- npx -y depwire-cli
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "depwire": {
      "args": [
        "-y",
        "depwire-cli"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.depwire]
command = "npx"
args = ["-y", "depwire-cli"]
.cursor/mcp.json
{
  "mcpServers": {
    "depwire": {
      "args": [
        "-y",
        "depwire-cli"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "depwire": {
      "args": [
        "-y",
        "depwire-cli"
      ],
      "command": "npx"
    }
  }
}

Alternatives to Depwire

same job, measured the same way
ArchGraph
by archgraph

Code intelligence platform for AI agents. 20 tools for architecture, security & impact analysis.

answering
npm Registry MCP Server
by yawlabs

npm registry MCP server — package intelligence, security audits, dependency analysis

1 290 installs/wk local only
Vaultguard MCP
by kota1026

VaultGuard MCP Server - Yearn V3 / DeFi vault security and analysis tools for AI coding agents....

25 installs/wk local only
XRay-Vision
by emtailabs

AI-powered codebase analysis — call graphs, security, dead code, complexity. 150+ tools.

answering
Cybersim Pro
by kayembahamid

Cybersecurity training, simulation, and incident response MCP server

local only
Shellward
by jnmetacode

AI agent security: 7 MCP tools for injection detection, PII scanning, command safety, DLP.

235 installs/wk local only
I
AgentGraph Trust
by agentgraph-co

Security scanning and trust verification for AI agent tools.

110 installs/wk local only
Grasp — Code Architecture & Dependency Analysis
by ashfordeou

Codebase analysis: dependency graphs, security scanning, and refactor plans for GitHub and GitLab.

164 installs/wk local only

Depwire — questions

Answers built from our own checks of this server.

Why is there no uptime for Depwire?
Depwire runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package depwire-cli was installed 458 times last week.
How do I connect Depwire?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls depwire-cli straight from npm; nothing to host, nothing to sign up for.
How many people use Depwire?
The npm package depwire-cli was installed 458 times in the last week. Week over week that is -9%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Depwire open source?
We cannot say either way: written in TypeScript and 61 stars on GitHub, but we could not determine the licence, and without one the code is not open source by default.