Skip to main content
Glama

GitHub Chat MCP

by AsyncFuncAI

query_repository

Query GitHub repositories to receive AI-generated responses about code, architecture, and tech stack by providing a repository URL and specific questions.

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

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