bumpguard-mcp

appcreationsca/bumpguard-mcp
★ 0 stars Python AI/LLM Updated today
Guard your dependency bumps: an MCP server that tells your AI agent which parts of YOUR code break when you upgrade a dependency, and verifies AI-written code against the installed API - static analysis, never runs third-party code.
View on GitHub → Try with Claude — $10 free →

Quick Install

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

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "bumpguard-mcp": {
      "command": "uvx",
      "args": [
        "bumpguard-mcp"
      ]
    }
  }
}

Or install with pip: pip install bumpguard-mcp

README Excerpt

**Guard your dependency bumps.** BumpGuard is a [Model Context Protocol](https://modelcontextprotocol.io) (MCP) server that tells your AI coding agent *exactly which lines of **your** code break* when you upgrade a dependency — and verifies AI‑written code against the API that is **actually installed**, so it stops calling functions that don't exist.

Tools (2)

BaseSettingscheck_upgrade

Topics

aibreaking-changesdependenciesdeveloper-toolsllmmcpmodel-context-protocolpythonstatic-analysisupgrade