JordyZomer/codeql-mcp
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.
Platform-specific configuration:
{
"mcpServers": {
"codeql-mcp": {
"command": "npx",
"args": [
"-y",
"codeql-mcp"
]
}
}
}Add the config above to .claude/settings.json under the mcpServers key.
Loading reviews...