Skip to main content
Glama

CodeChecker MCP

by jacklandis29

CodeChecker MCP

A code review tool for Cursor IDE that uses OpenAI's GPT models to provide intelligent code analysis and suggestions.

Features

  • Real-time code review using OpenAI's GPT models
  • Integration with Cursor IDE through MCP protocol
  • Support for both SSE and stdio transport modes
  • Detailed code analysis with specific improvement suggestions

Prerequisites

  • Python 3.10 or higher
  • OpenAI API key
  • Cursor IDE

Installation

  1. Clone the repository:
git clone https://github.com/jacklandis29/codechecker-mcp.git cd codechecker-mcp
  1. Create and activate a virtual environment:
python -m venv venv source venv/bin/activate # On Windows use: venv\Scripts\activate
  1. Install dependencies:
pip install -e .
  1. Create a .env file in the project root and add your OpenAI API key:
OPENAI_API_KEY=your_api_key_here

Usage

  1. Start the server:
python main.py --transport sse --port 8000
  1. Configure Cursor IDE:
    • Open Cursor settings
    • Add the following configuration:
{ "mcp": { "endpoint": "http://127.0.0.1:8000/sse", "enabled": true } }
  1. Use the code review tool in Cursor IDE by selecting code and providing context for review.

Configuration

  • --transport: Choose between "sse" (for Cursor IDE integration) or "stdio" (for command-line usage)
  • --port: Specify the port number for the SSE server (default: 8000)

License

MIT License

-
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.

A code review tool for Cursor IDE that uses OpenAI's GPT models to provide intelligent code analysis and suggestions.

  1. Features
    1. Prerequisites
      1. Installation
        1. Usage
          1. Configuration
            1. License

              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 -
                1,133
                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 -
                1,133
                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