CodeChecker
БесплатноНе проверенIntegrates with Cursor IDE to provide real-time code review capabilities, leveraging GPT models for intelligent analysis and specific improvement suggestions.
Описание
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
Установка CodeChecker
У этого сервера нет опубликованного пакета — он собирается из исходников. Открой репозиторий и следуй инструкции в README.
▸ github.com/jacklandis29/codechecker-mcpFAQ
CodeChecker MCP бесплатный?
Да, CodeChecker MCP бесплатный — установка в пару кликов через Unyly без оплаты.
Нужен ли API-ключ для CodeChecker?
Нет, CodeChecker работает без API-ключей и переменных окружения.
CodeChecker — hosted или self-hosted?
Self-hosted: сервер запускается локально на твоей машине командой из раздела установки.
Как установить CodeChecker в Claude Desktop, Claude Code или Cursor?
Открой CodeChecker на unyly.org, выбери вкладку своего клиента (Claude Desktop, Claude Code, Cursor) и нажми Install — конфиг сгенерируется автоматически, без правки JSON.
Похожие MCP
GitHub
PRs, issues, code search, CI status
автор: 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
автор: mcpdotdirectCompare CodeChecker with
Не уверен что выбрать?
Найди свой стек за 60 секунд
Автор?
Embed-бейдж для README
Похожее
Все в категории development
