Skip to content
Back to search
30
MCP

bumpguard-mcp

pypi/bumpguard-mcp

Guard your dependency bumps: an MCP server that tells your AI agent exactly which parts of YOUR code break when you upgrade a dependency, and verifies AI-written code against the API that's actually installed — by static analysis, never by running third-party code.

Uptime
0.0%
13 probes
Response
0ms
last probe
Tools
0
callable
Primary URL

Similar MCP servers embedding-nearest

dep-guard-mcp
MCP server that scans dependency manifests and reports known vulnerabilities
0 tools
BumpGuard
Reports which of your code's API usages break when you upgrade a dependency (Python, .NET, Java).
0 tools
@claytivi/driftguard-mcp
MCP server for context-aware dependency vulnerability scanning. Finds which npm audit warnings actually matter in your code.
0 tools
quantumguard-mcp
QuantumGuard MCP Server - Post-quantum cryptography security tools for AI coding agents. Scan for quantum vulnerabilities, get migration tem
0 tools
clawguard-mcp
MCP server for ClawGuard Shield — scan AI agent inputs for prompt injection threats
0 tools
io.github.mlawsonking/package-guard-mcp
Supply-chain guard for AI coding agents: verify packages, check vulns/malware, detect typosquats.
0 tools

How to use

Add to your Claude Desktop / Cursor / Cline MCP config:

{
  "mcpServers": {
    "bumpguard-mcp": {
      "url": "None",
      "transport": "http"
    }
  }
}