Codeql
Bridges to the CodeQL static analysis engine through an MCP server, allowing for identification of security vulnerabilities and quality issues via structured queries. A prominent MCP server for code analysis.
About this tool
Codeql
Codeql MCP Server is an implementation of a Model Context Protocol (MCP) server that wraps the CodeQL query server. It enables integration with tools like Cursor or AI agents to interact with the CodeQL static analysis engine through structured commands and doc search.
Features
- Runs an MCP server providing an interface to the CodeQL query server.
- Allows interaction with CodeQL using structured commands (such as from AI agents or compatible tools).
- Supports doc search functionality.
- Implements the server using FastMCP (via
server.py). - Handles JSON-RPC commands via
codeqlclient.pyfor communication with the CodeQL query server. - Can be installed via pip or uv.
- Designed to be used as a backend for code analysis, security, and quality assurance workflows.
Installation
- Can be installed with pip or uv (see repository for details).
Usage
- Run the MCP server to expose CodeQL tools and allow external tools or agents to interact with CodeQL.
- Configuration for integration with tools like Cursor is provided in the repository.
Pricing
No pricing information is provided; this appears to be an open-source project.
Tags
mcp, code-analysis, security, quality-assurance
Loading more......
Information
Categories
Similar Products
6 result(s)An MCP Server integration for CodeScene, allowing MCP tools to analyze codebases with CodeScene’s behavioral code analysis and insights that connect code, teams, and business priorities.
A server wrapping the code2flow tool as an MCP service, enabling AI applications to generate and access code call graphs using a standardized protocol. Directly demonstrates MCP server integration.
A Model Context Protocol server that connects LLMs to the Compiler Explorer API, enabling compilation and exploration of code across different compilers and languages. This is an MCP server providing LLMs with code analysis and compiler features.
Official MCP server for CodeLogic, providing access to code dependency analytics, architectural risk analysis, and impact assessment tools.
A Model Context Protocol (MCP) server that helps large language models index, search, and analyze code repositories with minimal setup. Demonstrates MCP server use for codebase analysis.
Transforms complex codebases into structured summaries optimized for language models through an MCP server, facilitating better code understanding and analysis workflows. Directly relevant as an MCP server.