bui21x/codeql-mcp-server
If you are the rightful owner of codeql-mcp-server and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.
A Model Context Protocol (MCP) server that provides CodeQL integration for AI agents.
The CodeQL MCP Server is designed to integrate CodeQL capabilities with AI agents, allowing for advanced code security analysis and query execution. It provides a structured JSON format for results, making it easy to interpret and utilize the data. The server also includes health monitoring features to ensure reliable operation. By adhering to the MCP specification, it facilitates seamless integration with various AI tools and platforms, enhancing their ability to perform code analysis tasks efficiently.
Features
- Code security analysis
- Query execution
- JSON results format
- Health monitoring
Usages
local development
python uvicorn src.mcp_server:app --reload