plugins marketplace
← All plugins

greptile

AI code review agent for GitHub and GitLab. View and resolve Greptile's PR review comments directly from Claude Code.

Claude Code1 MCP serverstreamable-http

by Greptile33.3kupdated 40 minutes ago

Source

git clone https://github.com/anthropics/claude-plugins-official

Clone the source, then follow the repository's marketplace instructions for your runtime. The plugin root is external_plugins/greptile/ inside the repository.

Layout

external_plugins/greptile/
├── .claude-plugin/plugin.json
└── .mcp.json

MCP servers1

greptilestreamable-http
url
https://api.greptile.com/mcp

Manifests1

external_plugins/greptile/.claude-plugin/plugin.json
{
  "name": "greptile",
  "description": "AI code review agent for GitHub and GitLab. View and resolve Greptile's PR review comments directly from Claude Code.",
  "author": {
    "name": "Greptile",
    "url": "https://greptile.com"
  },
  "homepage": "https://greptile.com/docs",
  "keywords": [
    "code-review",
    "pull-requests",
    "github",
    "gitlab",
    "ai"
  ]
}