Skip to main content
Glama

CodeChecker MCP

by jacklandis29

코드체커 MCP

OpenAI의 GPT 모델을 사용하여 지능형 코드 분석과 제안을 제공하는 Cursor IDE용 코드 검토 도구입니다.

특징

  • OpenAI의 GPT 모델을 사용한 실시간 코드 검토
  • MCP 프로토콜을 통한 Cursor IDE와의 통합
  • SSE 및 stdio 전송 모드 모두 지원
  • 구체적인 개선 제안을 포함한 자세한 코드 분석

필수 조건

  • Python 3.10 이상
  • OpenAI API 키
  • 커서 IDE

설치

  1. 저장소를 복제합니다.

지엑스피1

  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