GitHub Chat MCP

by AsyncFuncAI
Verified

query_repository

Query indexed GitHub repositories for insights on code, architecture, and tech stack using AI. Provide a repository URL and ask specific questions to get detailed responses.

Instructions

Ask questions about a GitHub repository and receive detailed AI responses. The repository must be indexed first.

Input Schema

NameRequiredDescriptionDefault
conversation_historyNoPrevious conversation history for multi-turn conversations.
questionYesThe question to ask about the repository.
repo_urlYesThe GitHub repository URL to query (format: https://github.com/username/repo).

Input Schema (JSON Schema)

{ "properties": { "conversation_history": { "anyOf": [ { "items": { "additionalProperties": { "type": "string" }, "type": "object" }, "type": "array" }, { "type": "null" } ], "default": null, "description": "Previous conversation history for multi-turn conversations.", "title": "Conversation History" }, "question": { "description": "The question to ask about the repository.", "title": "Question", "type": "string" }, "repo_url": { "description": "The GitHub repository URL to query (format: https://github.com/username/repo).", "title": "Repo Url", "type": "string" } }, "required": [ "repo_url", "question" ], "title": "query_repositoryArguments", "type": "object" }

You must be authenticated.

Other Tools from GitHub Chat MCP

Related Tools

ID: rp7oni38yh