Paraskevi-KIvroglou/Gemini-CLI-GitHub-MCP
To fully automate documentation updates using Gemini CLI with the GitHub MCP server when a branch is pushed to main, you need to combine Gemini's MCP integration with a CI/CD workflow (such as GitHub Actions).
Platform-specific configuration:
{
"mcpServers": {
"Gemini-CLI-GitHub-MCP": {
"command": "npx",
"args": [
"-y",
"Gemini-CLI-GitHub-MCP"
]
}
}
}Add the config above to .claude/settings.json under the mcpServers key.
Loading reviews...