Skip to main content
Glama

GitHub Chat MCP

by AsyncFuncAI

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

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/AsyncFuncAI/github-chat-mcp'

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