Skip to main content
Glama

greptile-mcp

index_repository

Index code repositories from GitHub or GitLab to enable search and query capabilities for specific branches.

Instructions

Index a repository to make it searchable for future queries

Input Schema

NameRequiredDescriptionDefault
branchYesBranch to index
notifyNoSend email notification when indexing completes
reloadNoForce reprocessing of previously indexed repository
remoteYesRepository host (github or gitlab)
repositoryYesRepository in owner/repo format

Input Schema (JSON Schema)

{ "properties": { "branch": { "description": "Branch to index", "type": "string" }, "notify": { "default": false, "description": "Send email notification when indexing completes", "type": "boolean" }, "reload": { "default": true, "description": "Force reprocessing of previously indexed repository", "type": "boolean" }, "remote": { "description": "Repository host (github or gitlab)", "enum": [ "github", "gitlab" ], "type": "string" }, "repository": { "description": "Repository in owner/repo format", "type": "string" } }, "required": [ "remote", "repository", "branch" ], "type": "object" }

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/sosacrazy126/greptile-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server