Loading page...
Loading page...
Read files and repository contents from GitHub repositories directly in your AI conversations.
Access any public or private GitHub repository from your AI assistant. Browse directory trees, read source files, and analyze codebases without leaving your conversation.
repo scope for private repositories (or public_repo for public only){
"mcpServers": {
"github-file-reader": {
"command": "npx",
"args": ["-y", "@mcpnodehub/github-file-reader"],
"env": {
"GITHUB_TOKEN": "your_token_here"
}
}
}
}