CodeChecker MCP
A code review tool for Cursor IDE that uses OpenAI’s GPT models to provide intelligent code analysis and suggestions.
Features
- Real-time code review using OpenAI’s GPT models
- Integration with Cursor IDE through MCP protocol
- Support for both SSE and stdio transport modes
- Detailed code analysis with specific improvement suggestions
Prerequisites
- Python 3.10 or higher
- OpenAI API key
- Cursor IDE
Installation
- Clone the repository:
git clone https://github.com/jacklandis29/codechecker-mcp.git
cd codechecker-mcp
- Create and activate a virtual environment:
python -m venv venv
source venv/bin/activate # On Windows use: venvScriptsactivate
- Install dependencies:
pip install -e .
- Create a
.envfile in the project root and add your OpenAI API key:
OPENAI_API_KEY=your_api_key_here
Usage
- Start the server:
python main.py --transport sse --port 8000
- Configure Cursor IDE:
- Open Cursor settings
- Add the following configuration:
{
"mcp": {
"endpoint": "http://127.0.0.1:8000/sse",
"enabled": true
}
}
- Use the code review tool in Cursor IDE by selecting code and providing context for review.
Configuration
--transport: Choose between “sse” (for Cursor IDE integration) or “stdio” (for command-line usage)--port: Specify the port number for the SSE server (default: 8000)
License
MIT License
CodeChecker
Project Details
- jacklandis29/codechecker-mcp
- Last Updated: 3/12/2025
Recomended MCP Servers
A Model Context Protocol (MCP) server built in TypeScript that integrates with GitHub's API, enabling AI assistants to...
A repository for MCP server to connect to Linear
TypeScript project using MCP SDK to capture screen and analyze with vision model.
unreal-blender-mcp
Ask users questions from your LLM! interactive-mcp: Local, cross-platform MCP server for interactive prompts, chat & notifications.
A Model Context Protocol (MCP) server for Apache Seatunnel. This provides access to your Apache Seatunnel RESTful API...
This read-only MCP Server allows you to connect to SAP Sybase data from Claude Desktop through CData JDBC...
MCP server that can execute terminal commands
MCP server for enabling LLM applications to perform deep research via the MCP protocol
使用Github Action将国外的Docker镜像转存到阿里云私有仓库,供国内服务器使用,免费易用





