codeql (MCP Server)

GitHub

CodeQL: the libraries and queries that power security researchers around the world, as well as code scanning in GitHub Advanced Security

Claude Desktop Configuration

Add to ~/Library/Application Support/Claude/claude_desktop_config.json

{
  "mcpServers": {
    "codeql": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-codeql"
      ]
    }
  }
}