GitHub Repository MCP Server Configuration | Promptexify
MCP
MCP
GitHub Repository MCP Server Configuration
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": ""
}
}
}
}