← greptile.com

INDIVIDUAL MCP TOOL

trigger_code_review

Trigger a code review for a pull request/merge request.

greptile.comnone authenticationAvailability not checked

LIVE ENDPOINT

https://api.greptile.com/mcp

No auth detected

Connect to this endpoint to inspect the live schema for trigger_code_review and invoke it with your own arguments.

Indexed input schema

{}

Risk classification

Inferred read-only · medium confidence · heuristic, not a guarantee.

  • No write-capable action terms were found; this is not proof that invocation has no side effects.

Parent server

greptile.com

CONNECT WITH APPROVAL

Client installation

Review this server and its permissions before adding it. Secret placeholders must be set locally.

Codex

~/.codex/config.toml

[mcp_servers.greptile-mcp-server]
url = "https://api.greptile.com/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "greptile-mcp-server": {
      "type": "http",
      "url": "https://api.greptile.com/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: greptile-mcp-server
Remote MCP URL: https://api.greptile.com/mcp

Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.

Cursor

.cursor/mcp.json

{
  "mcpServers": {
    "greptile-mcp-server": {
      "url": "https://api.greptile.com/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "greptile-mcp-server": {
      "type": "http",
      "url": "https://api.greptile.com/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "greptile-mcp-server",
  "transport": "streamable-http",
  "url": "https://api.greptile.com/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

Related tools

  • list_custom_context — List organization custom context with optional filtering by type and generation source
  • get_custom_context — Get detailed custom context information including evidence and linked comments.
  • search_custom_context — Search custom context by content using text search
  • list_merge_requests — List merge requests/PRs.
  • list_pull_requests — List pull requests (alias for list_merge_requests).
  • get_merge_request — Get detailed merge request information including metadata, statistics, Greptile comments, and review analysis.
  • list_merge_request_comments — Get all comments for a PR including Greptile review comments (clearly marked with sourceType), human comments, and other bot comments.
  • list_code_reviews — List code reviews with optional filtering by repository and status.