CodeChecker MCP
代码检查器 MCP
Cursor IDE 的代码审查工具,使用 OpenAI 的 GPT 模型提供智能代码分析和建议。
特征
使用 OpenAI 的 GPT 模型进行实时代码审查
通过 MCP 协议与 Cursor IDE 集成
支持 SSE 和 stdio 传输模式
详细的代码分析和具体的改进建议
Related MCP server: AI Development Assistant MCP Server
先决条件
Python 3.10 或更高版本
OpenAI API 密钥
游标 IDE
安装
克隆存储库:
git clone https://github.com/jacklandis29/codechecker-mcp.git
cd codechecker-mcp创建并激活虚拟环境:
python -m venv venv
source venv/bin/activate # On Windows use: venv\Scripts\activate安装依赖项:
pip install -e .在项目根目录中创建一个
.env文件并添加您的 OpenAI API 密钥:
OPENAI_API_KEY=your_api_key_here用法
启动服务器:
python main.py --transport sse --port 8000配置 Cursor IDE:
打开光标设置
添加以下配置:
{
"mcp": {
"endpoint": "http://127.0.0.1:8000/sse",
"enabled": true
}
}通过选择代码并提供审查上下文来使用 Cursor IDE 中的代码审查工具。
配置
--transport:在“sse”(用于 Cursor IDE 集成)或“stdio”(用于命令行使用)之间进行选择--port:指定 SSE 服务器的端口号(默认值:8000)
执照
MIT 许可证
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- AlicenseNot gradedqualityDmaintenanceAn AI-powered development toolkit for Cursor providing intelligent coding assistance through advanced reasoning, UI screenshot analysis, and code review tools.381337MIT
- AlicenseNot gradedqualityDmaintenanceA Cursor-compatible toolkit that provides intelligent coding assistance through custom AI tools for code architecture planning, screenshot analysis, code review, and file reading capabilities.38113MIT
- FlicenseNot gradedqualityDmaintenanceA server that integrates with Cursor IDE to provide code review functionality for Azure repositories, enabling AI-powered pull request analysis and feedback.2
- -licenseCqualityNot gradedmaintenanceEnables comprehensive GitHub PR reviews through Cursor's AI by fetching PR diffs, running static analysis tools (ESLint, Prettier, TypeScript, Semgrep), executing tests, and generating detailed code review reports with inline comments.91,2701
Related MCP Connectors
AI code review for GitHub PRs with an MCP autofix loop for Claude Code and Cursor
Agentic code review, no signup to try: reality gates + frontier-model review, with veto.
Deterministic AI code review, with an audit record. Governance inside the agent loop.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/jacklandis29/codechecker-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server