dependency-tracker

quinnjr/dependency-tracker
★ 0 stars Unknown language AI/LLM Updated today
Flutter desktop app that tracks dependency versions across pub.dev, npm, crates.io, PyPI, Go and GitHub — deduplicated across your local repos, with a loopback MCP server for agents.
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "dependency-tracker": {
      "command": "npx",
      "args": [
        "-y",
        "quinnjr/dependency-tracker"
      ]
    }
  }
}