Utilizes OpenAI's GPT models to provide real-time code review, analysis, and improvement suggestions within Cursor IDE
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
Related MCP server: AI Development Assistant MCP Server
Prerequisites
Python 3.10 or higher
OpenAI API key
Cursor IDE
Installation
Clone the repository:
Create and activate a virtual environment:
Install dependencies:
Create a
.envfile in the project root and add your OpenAI API key:
Usage
Start the server:
Configure Cursor IDE:
Open Cursor settings
Add the following configuration:
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