Track MCP LogoTrack MCP
Track MCP LogoTrack MCP

The world's largest repository of Model Context Protocol servers. Discover, explore, and submit MCP tools.

Product

  • Categories
  • Top MCP
  • New & Updated
  • Submit MCP

Company

  • About

Legal

  • Privacy Policy
  • Terms of Service
  • Cookie Policy

© 2026 TrackMCP. All rights reserved.

Built with ❤️ by Krishna Goyal

    Codechecker Mcp

    Cursor code-checker MCP

    3 stars
    Python
    Updated Sep 3, 2025

    Table of Contents

    • Features
    • Prerequisites
    • Installation
    • Usage
    • Configuration
    • License

    Table of Contents

    • Features
    • Prerequisites
    • Installation
    • Usage
    • Configuration
    • License

    Documentation

    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:

    bash
    git clone https://github.com/jacklandis29/codechecker-mcp.git
    cd codechecker-mcp

    2. Create and activate a virtual environment:

    bash
    python -m venv venv
    source venv/bin/activate  # On Windows use: venv\Scripts\activate

    3. Install dependencies:

    bash
    pip install -e .

    4. Create a .env file in the project root and add your OpenAI API key:

    bash
    OPENAI_API_KEY=your_api_key_here

    Usage

    1. Start the server:

    bash
    python main.py --transport sse --port 8000

    2. Configure Cursor IDE:

    • Open Cursor settings
    • Add the following configuration:
    json
    {
      "mcp": {
        "endpoint": "http://127.0.0.1:8000/sse",
        "enabled": true
      }
    }

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

    Similar MCP

    Based on tags & features

    • AD

      Adls Mcp Server

      Python·
      4
    • BO

      Books Mcp Server

      Python·
      5
    • CH

      Chuk Mcp Linkedin

      Python00
    • PU

      Pursuit Mcp

      Python00

    Trending MCP

    Most active this week

    • PL

      Playwright Mcp

      TypeScript·
      22.1k
    • SE

      Serena

      Python·
      14.5k
    • MC

      Mcp Playwright

      TypeScript·
      4.9k
    • MC

      Mcp Server Cloudflare

      TypeScript·
      3.0k
    View All MCP Servers

    Similar MCP

    Based on tags & features

    • AD

      Adls Mcp Server

      Python·
      4
    • BO

      Books Mcp Server

      Python·
      5
    • CH

      Chuk Mcp Linkedin

      Python00
    • PU

      Pursuit Mcp

      Python00

    Trending MCP

    Most active this week

    • PL

      Playwright Mcp

      TypeScript·
      22.1k
    • SE

      Serena

      Python·
      14.5k
    • MC

      Mcp Playwright

      TypeScript·
      4.9k
    • MC

      Mcp Server Cloudflare

      TypeScript·
      3.0k