logo

Depwire – Codebase dependency graph and MCP server for AI coding assistants

Posted by atefataya |2 hours ago |1 comments

atefataya 2 hours ago

Depwire gives AI coding assistants (Cursor, Claude Desktop, Verdent AI, Gemini Antigravity, any MCP client) a complete dependency graph of your codebase instead of making them scan files blindly. One command starts an MCP server with 15 tools the AI calls autonomously. What's new since the last post:

Cloud dashboard live at app.depwire.dev — connect any GitHub repo, get instant arc diagram, health score, and dead code detection in the browser 15 MCP tools (was 5) 6 languages: TypeScript, JavaScript, Python, Go, Rust, C Architecture health score (0-100) with letter grades per dimension Dead code detection with High/Medium/Low confidence scoring Temporal graph — scrub through your codebase evolution over git history GitHub Action — posts dependency impact report on every PR

CLI is free and open source. Cloud has a free tier (1 public repo) and Pro at $19/month for unlimited repos + private repo support. GitHub: github.com/depwire/depwire Cloud: app.depwire.dev npm: npmjs.com/package/depwire-cli

atefataya 2 hours ago

Comment deleted