Skip to main content
Glama

CodeChecker MCP

by jacklandis29

コードチェッカーMCP

OpenAI の GPT モデルを使用してインテリジェントなコード分析と提案を提供する Cursor IDE 用のコード レビュー ツールです。

特徴

  • OpenAIのGPTモデルを使用したリアルタイムコードレビュー
  • MCPプロトコルによるカーソルIDEとの統合
  • SSEとstdioトランスポートモードの両方をサポート
  • 具体的な改善提案を伴う詳細なコード分析

前提条件

  • Python 3.10以上
  • OpenAI APIキー
  • カーソルIDE

インストール

  1. リポジトリをクローンします。
git clone https://github.com/jacklandis29/codechecker-mcp.git cd codechecker-mcp
  1. 仮想環境を作成してアクティブ化します。
python -m venv venv source venv/bin/activate # On Windows use: venv\Scripts\activate
  1. 依存関係をインストールします:
pip install -e .
  1. プロジェクト ルートに.envファイルを作成し、OpenAI API キーを追加します。
OPENAI_API_KEY=your_api_key_here

使用法

  1. サーバーを起動します。
python main.py --transport sse --port 8000
  1. カーソル IDE を構成する:
    • カーソル設定を開く
    • 次の構成を追加します。
{ "mcp": { "endpoint": "http://127.0.0.1:8000/sse", "enabled": true } }
  1. コードを選択し、レビューのコンテキストを指定して、Cursor IDE のコード レビュー ツールを使用します。

構成

  • --transport : 「sse」(カーソルIDE統合用)または「stdio」(コマンドライン使用用)を選択します。
  • --port : SSEサーバーのポート番号を指定します(デフォルト: 8000)

ライセンス

MITライセンス

-
security - not tested
F
license - not found
-
quality - not tested

hybrid server

The server is able to function both locally and remotely, depending on the configuration or use case.

OpenAI の GPT モデルを使用してインテリジェントなコード分析と提案を提供する Cursor IDE 用のコード レビュー ツールです。

  1. 特徴
    1. 前提条件
      1. インストール
        1. 使用法
          1. 構成
            1. ライセンス

              Related MCP Servers

              • -
                security
                A
                license
                -
                quality
                Facilitates integration with the Cursor code editor by enabling real-time code indexing, analysis, and bi-directional communication with Claude, supporting concurrent sessions and automatic reconnection.
                Last updated -
                2
                21
                31
                TypeScript
                MIT License
              • -
                security
                A
                license
                -
                quality
                An AI-powered development toolkit for Cursor providing intelligent coding assistance through advanced reasoning, UI screenshot analysis, and code review tools.
                Last updated -
                690
                240
                TypeScript
                MIT License
              • A
                security
                A
                license
                A
                quality
                A simple template for creating custom tools for Cursor IDE using Model Context Protocol, deployable via Heroku, Docker, or directly within Cursor IDE.
                Last updated -
                2
                Python
                MIT License
              • -
                security
                A
                license
                -
                quality
                A Cursor-compatible toolkit that provides intelligent coding assistance through custom AI tools for code architecture planning, screenshot analysis, code review, and file reading capabilities.
                Last updated -
                690
                2
                TypeScript
                MIT License

              View all related MCP servers

              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