codebadger

Lekssays/codebadger
★ 158 stars Python AI/LLM Updated today
🦡 codebadger is a containerized Model Context Protocol (MCP) server that gives AI agents and LLMs deep, queryable access to a codebase's structure and data flow through Joern Code Property Graphs (CPGs).
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": {
    "codebadger": {
      "command": "uvx",
      "args": [
        "codebadger"
      ]
    }
  }
}

Or install with pip: pip install codebadger

README Excerpt

**codebadger** is a containerized **Model Context Protocol (MCP)** server that gives AI agents and LLMs deep, queryable access to a codebase's structure and data flow through [Joern](https://joern.io/) Code Property Graphs (CPGs). Point it at a Git repository, a local path, or even a pasted code snippet, and

Topics

agent-skillsagentic-workflowagentsjoernmcp-serverprogram-analysisstatic-analysistaint-analysis