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
registry.json•803 B
{
"name": "github-chat-mcp",
"description": "GitHub Chat MCP server for analyzing and querying GitHub repositories",
"version": "0.1.0",
"repositoryUrl": "https://github.com/yourusername/github-chat-mcp",
"installCommand": "pip install github-chat-mcp",
"tools": [
{
"name": "index_repository",
"description": "Index a GitHub repository to analyze its codebase. This must be done before asking questions about the repository."
},
{
"name": "query_repository",
"description": "Ask questions about a GitHub repository and receive detailed AI responses. The repository must be indexed first."
}
],
"configuration": {
"githubApiKey": {
"type": "string",
"description": "API key for GitHub Chat API",
"required": true
}
}
}