codechecker-mcp
Cursor code-checker MCP
Documentation
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
1. Clone the repository:
git clone https://github.com/jacklandis29/codechecker-mcp.git
cd codechecker-mcp2. Create and activate a virtual environment:
python -m venv venv
source venv/bin/activate # On Windows use: venv\Scripts\activate3. Install dependencies:
pip install -e .4. Create a `.env` file in the project root and add your OpenAI API key:
OPENAI_API_KEY=your_api_key_hereUsage
1. Start the server:
python main.py --transport sse --port 80002. Configure Cursor IDE:
{
"mcp": {
"endpoint": "http://127.0.0.1:8000/sse",
"enabled": true
}
}3. 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
Frequently asked questions
What is codechecker-mcp?
codechecker-mcp is Cursor code-checker MCP
How do I install codechecker-mcp?
Open the GitHub repository and follow its README. Most MCP servers are added to your client's MCP config, then called by your agent.
Is codechecker-mcp open source?
Yes — it is hosted on GitHub at https://github.com/jacklandis29/codechecker-mcp and has 3 stars.
Related MCP tools
5. Update .env file in the root directory with your mem0 API key: for the Model Context Protocol. Enhance AI assistants with powerful integrations.
Model Context Protocol integration for Python. Enhance AI assistants with powerful Python-based capabilities and integration support.
This repository contains Model Context Protocol (MCP) servers that enable MCP clients (like Claude Desktop or the cline.
🙌 OpenHands: Code Less, Make More for the Model Context Protocol. Enhance AI assistants with powerful integrations. Python-based implementation.
Universal memory layer for AI Agents; Announcing OpenMemory MCP - local and secure memory management. Python-based implementation.
基于大模型搭建的聊天机器人,同时支持 微信公众号、企业微信应用、飞书、钉钉 等接入,可选择ChatGPT/Claude/DeepSeek/文心一言/讯飞星火/通义千问/ Gemini/GLM-4/Kimi/LinkAI,能处理文本、语音和图片,访问操作系统和互联网,支持基于自有知识库进行定制企业智能客服。
Run your own MCP server? See who uses it and what to fix.
Measure it with TrackMCP