An MCP configuration template to allow the LLM to read, search, and manage a GitHub repository.
410 characters
Integrate GitHub with your LLM to streamline repository management. This config allows the model to search code, review pull requests, and manage issues using your Personal Access Token.
{
"mcpServers": {
"github": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-github"
],
"env": {
"GITHUB_PERSONAL_ACCESS_TOKEN": ""
}
}
}
}
Tags:
mcpgithubgitversion-controlconfiguration
By Promptexify|3/27/2026
Related Prompts
Memory Graph MCP Server Configuration
MCP
Puppeteer Web Browser MCP Configuration
MCP
Google Developer Knowledge MCP Configuration
MCP
Google Drive MCP Server Configuration
MCP
Google Maps MCP Server Configuration
MCP
Brave Search MCP Server Configuration
MCP
GitHub Repository MCP Server Configuration | Promptexify