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
.env
file 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 MCP
Project Details
- jacklandis29/codechecker-mcp
- Last Updated: 3/12/2025
Recomended MCP Servers
Model Context Protocol Servers
A server implementation for Wikidata API using the Model Context Protocol (MCP).
A Model Context Protocol (MCP) server for Kubernetes that enables AI assistants like Claude, Cursor, and others to...
Description of Rierino MCP Server features
A Python package for accessing Cryo datasets via Claude Code
A beginner-friendly MCP server template featuring a PostgreSQL connector with clean, easy-to-understand code. Perfect for developers new to...
IP Geolocation Server for MCP
Integrate SettleMint into your application with ease.
A integração entre o Model Context Protocol (MCP) e a computação quântica representa uma fronteira inovadora na interseção...
Official Magic UI MCP server.