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