Depwire
An MCP server and CLI that builds deterministic code dependency graphs for AI-assisted refactoring.
安裝
npm install -g depwire-cli
把這段加入 Claude Code MCP 設定,或直接透過 CLI 執行。
介紹
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.