by JordyZomer · MCP Server · ★ 139
Last updated: · Indexed by AgentSkillsHub · Auto-synced every 8h
CodeQL MCP Server This project runs a Model Context Protocol (MCP) server that wraps the CodeQL query server. It enables tools like Cursor or AI agents to interact with CodeQL through structured commands and doc search. Features ✅ Register CodeQL databases ✅ Run full queries or quick-evaluate a symbol ✅ Decode files into JSON ✅ Locate predicate/class symbol positions File Structure Requirements Install with : or with : Running the MCP Server Starts the server at http://localhost:8000/sse Required for Cursor or AI agent use Cursor Config Make sure your contains: Notes Tools like Cursor will invoke these commands directly via natural language. You must have a codeql binary in your $PATH, or hardcode its path in codeqlclient.py. You should probably specify query locations, query write locati
| Stars | 139 |
| Forks | 19 |
| Language | Python |
| Category | MCP Server |
| Quality Score | 61.7967906040782/100 |
| Open Issues | 4 |
| Last Updated | 2025-03-30 |
| Created | 2025-03-30 |
| Platforms | mcp, python |
| Est. Tokens | ~0k |
These tools work well together with codeql-mcp for enhanced workflows:
Explore other popular mcp server tools:
codeql-mcp is 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 c. It is categorized as a MCP Server with 139 GitHub stars.
codeql-mcp is primarily written in Python.
You can find installation instructions and usage details in the codeql-mcp GitHub repository at github.com/JordyZomer/codeql-mcp. The project has 139 stars and 19 forks, indicating an active community.