CodeChecker MCP
by jacklandis29
local-only server
The server can only run on the client’s local machine because it depends on local resources.
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:
Copy
- Create and activate a virtual environment:
Copy
- Install dependencies:
Copy
- Create a
.env
file in the project root and add your OpenAI API key:
Copy
Usage
- Start the server:
Copy
- Configure Cursor IDE:
- Open Cursor settings
- Add the following configuration:
Copy
- 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
This server cannot be installed
A code review tool for Cursor IDE that uses OpenAI's GPT models to provide intelligent code analysis and suggestions.