what is GitHub MCP Server?
GitHub MCP Server is a tool for managing GitHub repositories, enabling file operations, search functionality, and integration with the GitHub API for seamless collaborative software development.
Server Config
{
"mcpServers": {
"github": {
"command": "npx",
"args": [
"-y",
"@rz195440/server-github-mcp"
],
"env": {
"GITHUB_PERSONAL_ACCESS_TOKEN": "<YOUR_TOKEN>"
}
}
}
}