MCP Server

Depwire

An MCP server and CLI that builds deterministic code dependency graphs for AI-assisted refactoring.

541w ago
Source

Install

npm
npm install -g depwire-cli

Add this to your Claude Code MCP settings or run via the CLI.

About

Depwire builds a deterministic dependency graph of a codebase using tree-sitter and exposes it through MCP tools for AI-assisted development. The project focuses on symbol-level relationships such as functions, classes, imports, and exports across multiple languages. It is positioned as a context and safety layer for refactoring, impact analysis, security scanning, and change simulation. The README describes a local CLI and an MCP-compatible server with 23 tools. It also includes a cloud dashboard, VS Code extension, and GitHub Action, but the core repository is centered on the MCP server and CLI. Installation is shown with a global npm install command, and the README highlights commands for what-if analysis, security checks, and visualization.

Tags

mcpclirefactoringdependency-graphtypescript