GitHub Chat MCP

by AsyncFuncAI
Verified

index_repository

Analyze a GitHub repository by indexing its codebase. Use this tool to prepare the repository for detailed queries about its structure, architecture, and tech stack.

Instructions

Index a GitHub repository to analyze its codebase. This must be done before asking questions about the repository.

Input Schema

NameRequiredDescriptionDefault
repo_urlYesThe GitHub repository URL to index (format: https://github.com/username/repo).

Input Schema (JSON Schema)

{ "properties": { "repo_url": { "description": "The GitHub repository URL to index (format: https://github.com/username/repo).", "title": "Repo Url", "type": "string" } }, "required": [ "repo_url" ], "title": "index_repositoryArguments", "type": "object" }

You must be authenticated.

Other Tools from GitHub Chat MCP

Related Tools

ID: rp7oni38yh