codeql-mcp

JordyZomer/codeql-mcp
★ 141 stars Python 🤖 AI/LLM Updated 1mo ago
This project runs a Model Context Protocol (MCP) server that wraps the CodeQL query server. It enables tools like [Cursor](https://cursor.sh/) or AI agents to interact with CodeQL through structured commands.
View on GitHub →

Quick Install

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

Add to claude_desktop_config.json:

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

Or install with pip: pip install codeql-mcp