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
                F
                license
                -
                quality
                Google Calendar integration in Cursor IDE. This server enables AI assistants to manage Google Calendar events through natural language interactions.
                Last updated -
                5
                0
                5
                JavaScript
              • -
                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 -
                693
                327
                TypeScript
                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 -
                693
                10
                TypeScript
                MIT License
              • -
                security
                F
                license
                -
                quality
                Managed Code Plugin for Cursor IDE providing integration with Atlassian products (JIRA, Confluence, BitBucket), enabling developers to search for tasks, create new issues, view documentation, and manage code repositories directly from the IDE.
                Last updated -
                TypeScript

              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