Skip to main content
Glama

GitHub Chat MCP

by AsyncFuncAI

index_repository

Analyze and query a GitHub repository's codebase by indexing it. Required step before asking questions about architecture, tech stack, or code structure.

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" }

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