CodeChecker MCP
コードチェッカーMCP
OpenAI の GPT モデルを使用してインテリジェントなコード分析と提案を提供する Cursor IDE 用のコード レビュー ツールです。
特徴
OpenAIのGPTモデルを使用したリアルタイムコードレビュー
MCPプロトコルによるカーソル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カーソル IDE を構成する:
カーソル設定を開く
次の構成を追加します。
{
"mcp": {
"endpoint": "http://127.0.0.1:8000/sse",
"enabled": true
}
}コードを選択し、レビューのコンテキストを指定して、Cursor IDE のコード レビュー ツールを使用します。
構成
--transport: 「sse」(カーソル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