> ## Documentation Index
> Fetch the complete documentation index at: https://www.greptile.com/docs/llms.txt
> Use this file to discover all available pages before exploring further.

# MCP Overview

> Use Greptile's MCP server to access code review tools directly in Claude, Cursor, VS Code, or Codex CLI. Fetch comments, apply fixes, and manage coding patterns.

The Greptile MCP server lets AI coding assistants (Claude, Cursor, Copilot, Codex) access your code review data directly. Instead of switching to GitHub or the Greptile dashboard, you can fetch comments, apply fixes, and manage coding patterns from your editor.

## What You Can Do

* **Fetch PR comments** - Get unaddressed Greptile feedback for any PR
* **Apply suggested fixes** - Comments often include code suggestions you can apply directly
* **Search feedback patterns** - Find recurring issues across all your reviews
* **Manage coding standards** - View and create your team's custom context patterns
* **Check review status** - See which comments are addressed before merging

## This Section Covers

<CardGroup cols={2}>
  <Card title="Setup" icon="laptop-code" href="/mcp-v2/setup">
    Configure MCP in Claude, Cursor, VS Code, or Codex CLI
  </Card>

  <Card title="Auto-Fix Workflow" icon="wand-magic-sparkles" href="/mcp-v2/auto-fix">
    Resolve comments from your IDE
  </Card>

  <Card title="Agent Skills" icon="robot" href="/mcp-v2/skills">
    Automate the full auto-fix loop in Claude Code
  </Card>

  <Card title="Custom Context" icon="brain" href="/mcp-v2/custom-context">
    Manage coding patterns
  </Card>

  <Card title="Reports" icon="chart-line" href="/mcp-v2/reports">
    Generate review analytics
  </Card>

  <Card title="Tools Reference" icon="book" href="/mcp-v2/tools">
    Complete API documentation
  </Card>
</CardGroup>

## Get Started

<Card title="Configure Your IDE" icon="arrow-right" href="/mcp-v2/setup">
  Set up the Greptile MCP server in 5 minutes
</Card>
