CodeChecker
FreeNot checkedIntegrates with Cursor IDE to provide real-time code review capabilities, leveraging GPT models for intelligent analysis and specific improvement suggestions.
About
Integrates with Cursor IDE to provide real-time code review capabilities, leveraging GPT models for intelligent analysis and specific improvement suggestions.
README
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: venv\Scripts\activate
- 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
Installing CodeChecker
This server has no published package — it is built from source. Open the repository and follow its README.
▸ github.com/jacklandis29/codechecker-mcpFAQ
Is CodeChecker MCP free?
Yes, CodeChecker MCP is free — one-click install via Unyly at no cost.
Does CodeChecker need an API key?
No, CodeChecker runs without API keys or environment variables.
Is CodeChecker hosted or self-hosted?
Self-hosted: the server runs locally on your machine via the install command above.
How do I install CodeChecker in Claude Desktop, Claude Code or Cursor?
Open CodeChecker on unyly.org, pick your client tab (Claude Desktop, Claude Code, Cursor) and press Install — the config is generated automatically, no JSON editing.
Related MCPs
GitHub
PRs, issues, code search, CI status
by GitHubFilesystem
Secure file operations with configurable access controls.
Memory
Knowledge graph-based persistent memory system.
Template MCP Server
A CLI tool to create a new Model Context Protocol server project with TypeScript support, dual transport options, and an extensible structure
by mcpdotdirectCompare CodeChecker with
Not sure what to pick?
Find your stack in 60 seconds
Author?
Embed badge for your README
Browse similar
All development MCPs
