GitHub Chat
Enables AI to analyze and query GitHub repositories through a FastMCP-based interface for understanding codebases, exploring architecture, and retrieving contextual information with source references.
Featured
View Source56 stars
0 tools
Created Aug 2025
@asyncfuncai/asyncfuncai-github-chat-github-chat-mcpAbout
Enables AI to analyze and query GitHub repositories through a FastMCP-based interface for understanding codebases, exploring architecture, and retrieving contextual information with source references.
Categories
general
Installation
npm
npm install @asyncfuncai/asyncfuncai-github-chat-github-chat-mcp
Configuration
{
"mcpServers": {
"asyncfuncai-github-chat-github-chat-mcp": {
"command": "npx",
"args": [
"-y",
"@asyncfuncai/asyncfuncai-github-chat-github-chat-mcp"
]
}
}
}