Depwire MCP Server

Your AI doesn't know your architecture. Depwire does. Depwire builds a DETERMINISTIC, NOT PROBABILISTIC dependency graph of your codebase. This is not RAG. There are no embeddings, no similarity scores, no vector databases, no guesses. Depwire uses tree-sitter - the same parser powering GitHub's code intelligence - to extract exact symbol-level facts from every file: every function, every class, every interface…

People connecting coding agent tools to Claude, Cursor, VS Code, or another MCP client. The project is written in TypeScript.

VERIFIED ACTIVE

LAST COMMIT 2026-08-19 · ★ 59 · #14 OF 194 MAINTAINED CODING AGENT · VERIFIED 2026-08-25

NOASSERTION · TypeScript servers · how we verify → /methodology

01 · Install Depwire

before you install - you'll need

The README does not document required environment variables for a basic install.

Claude Code

claude mcp add depwire-depwire -- npx -y depwire-cli

Claude Desktop / Cursor / VS Code - add to config

{
  "mcpServers": {
    "depwire-depwire": {
      "command": "npx",
      "args": [
        "-y",
        "depwire-cli"
      ]
    }
  }
}

Same JSON for Cursor. For VS Code, rename the top-level key from `mcpServers` to `servers`.

Using another client? Same JSON, different key

Claude Desktop · mcpServers

Cursor · mcpServers

VS Code · servers

Windsurf · mcpServers

Zed · context_servers

Cline · mcpServers

Roo Code · mcpServers

Continue · mcpServers

LibreChat · mcpServers

Gemini CLI · mcpServers

Codex CLI · mcp_servers

Full setup guides: every client.

02 · Evidence

Security posture

What to check before giving this server access to your agent - from the registry, GitHub, and our own probes. We don't score safety; we show what's verifiable.

runs as local process (stdio) - runs on your machine with your user's permissions

license no standard license detected - usage rights unclear; check the repo before commercial use

npm package depwire-cli - unscoped; check the name against the project README before installing

registry registry publisher io.github.atef-ataya is not the repo owner (depwire) - the registry entry was published by someone else

03 · What Depwire can do

Prose above is summarized from the project's README and registry record - no invented capabilities.

Latest releases

v1.16.0 · 2026-08-19

Structural file nodes split from import kind (serialized formatVersion 1, legacy payloads normalized on read). Symbol counts now exclude structural nodes across all surfaces - totals step down once at this boundary; a…

v1.15.0 · 2026-08-19

Reliability release: required CI gate (build, tests, metadata validation, packed-artifact smoke test on Node 20/22), Node >=20 engine contract, release-metadata sync across package.json/server.json/manifest.json, docs…

v1.14.3 · 2026-08-19

Fix #15: docs --update OOM on large graphs (shared SCC/DAG path analysis, moved to graph layer). Tool-count and doc corrections.

04 · Who maintains Depwire

depwire is maintained by depwire. It's the only MCP server we track from this author; the repo dates to Feb 2026.

05 · Facts

category
coding agent - ranked #14 of 194 actively-maintained coding agent servers as of 2026-08-25.
release cadence
10+ releases in the last 90 days (latest 2026-08-19)
registry
io.github.atef-ataya/depwire (active, first published 2026-02-26 · 77 versions)
packages
npm:depwire-cli

06 · Depwire FAQ

What is Depwire?

Your AI doesn't know your architecture. Depwire does. Depwire builds a DETERMINISTIC, NOT PROBABILISTIC dependency graph of your codebase. This is not RAG. There are no embeddings, no similarity scores, no vector databases, no guesses. Depwire uses tree-sitter - the same parser powering GitHub's code intelligence - to extract exact symbol-level facts from every file: every function, every class, every interface…

Is Depwire still maintained?

Yes - as of 2026-08-25, its last commit was 2026-08-19 and it shipped 10+ releases in the last 90 days. We re-verify nightly.

How do I install Depwire?

Run `npx -y depwire-cli`. The README does not document required environment variables for a basic install. You can also paste the ready-made client config above.

Does Depwire run locally?

Yes - it's a stdio server: it runs on your machine (via npx) with your user's permissions. Your data stays local unless the server itself calls external APIs.

07 · Alternatives to Depwire

More coding agent MCP servers · Amendor · Dev Lens · GLM MCP · Codecanvas · Agentmako

More TypeScript MCP servers · Derive · Payanagent · Agent Swarm · Dev Proxy Tools MCP Server · Linkedin MCP · see all