Developer Tools
greptile.com
Manages merge requests and custom context for code review workflows.
ENDPOINT 1
https://api.greptile.com/mcp
MCP server metadata
- Name
- Greptile MCP Server
- Version
- 1.0.0
Known tools 16
list_custom_contextList organization custom context with optional filtering by type and generation source
Inferred read-onlyget_custom_contextGet detailed custom context information including evidence and linked comments.
Inferred read-onlyget_merge_requestGet detailed merge request information including metadata, statistics, Greptile comments, and review analysis.
Inferred read-onlylist_merge_request_commentsGet all comments for a PR including Greptile review comments (clearly marked with sourceType), human comments, and other bot comments.
Inferred read-onlylist_code_reviewsList code reviews with optional filtering by repository and status.
Inferred read-onlyget_code_reviewGet detailed code review information including body, status, summary citations, and customer-provided review metadata (branch, baseSha, headSha, changedFiles, instructions, strictness, correlationId; keys absent from a review are omitted).
Inferred read-onlysearch_greptile_commentsSearch specifically for Greptile review comments across all merge requests.
Inferred read-onlylist_knowledge_basesList the repositories in your organization that Greptile holds knowledge base data for — the per-repository documentation Greptile synthesizes from the codebase and consults while reviewing.
Inferred read-onlylist_knowledge_base_documentsList the document paths in one repository's current published knowledge base.
Inferred read-onlyget_knowledge_base_documentGet the markdown body of a single knowledge base document.
Inferred read-onlysearch_knowledge_baseCase-insensitive substring search across one repository's knowledge base.
Inferred read-onlyCONNECT 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.
TRUST AND VERIFICATION EVIDENCE
Loading Trust v2 evidence…
Checking the associated registrable domain. The BuiltWith key remains server-side.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.