Plugins / Docs & search
Greptile
Natural-language search and Q&A over indexed codebases.
xNAUT supports this plugin. It is a third-party MCP server; we neither host it nor vet it.
Connector
https://api.greptile.com/mcpA hosted endpoint. xNAUT talks to it directly, and nothing is installed.
Setup
- GREPTILE_API_KEYpaste it once, into your own plugin library
Needs a Greptile API key.
What it can do · 12 tools
- list_custom_contextList organization custom context with optional filtering by type and generation source
- get_custom_contextGet detailed custom context information including evidence and linked comments. Linked comments include source: "pr" | "headless"; headless entries have codeRev
- search_custom_contextSearch custom context by content using text search
- list_merge_requestsList merge requests/PRs. Can filter by repository (name+remote+defaultBranch), branch, author, or state. For GitHub: Works best with gh CLI installed for curren
- list_pull_requestsList pull requests (alias for list_merge_requests). Can filter by repository, branch, author, or state. GitHub tip: Use gh CLI for best results with current bra
- get_merge_requestGet detailed merge request information including metadata, statistics, Greptile comments, and review analysis. Analyzes which review comments have been addresse
- list_merge_request_commentsGet all comments for a PR including Greptile review comments (clearly marked with sourceType), human comments, and other bot comments. Greptile comments may inc
- list_code_reviewsList code reviews with optional filtering by repository and status. Reviews dispatched via the CLI return source: "headless" with mergeRequest: null; PR reviews
- get_code_reviewGet detailed code review information including body, status, summary citations, and customer-provided review metadata (branch, baseSha, headSha, changedFiles, i
- trigger_code_reviewTrigger a code review for a pull request/merge request. Currently supports GitHub and GitLab only.
- search_greptile_commentsSearch specifically for Greptile review comments across all merge requests. Returns comments with clear identification as Greptile-generated, including any code
- create_custom_contextCreate a new custom context for an organization