git-mcp
git-mcp copied to clipboard
Gemini CLI wizard
It would be nice to add steps to configure .gemini/settings.json with the MCP settings to the install wizard.
Thanks @aslafy-z. Would you be interested in contributing?
Just add below lines to ~/.gemini/settings.json, tested it myself.
"mcpServers": {
"repo-name": {
"url": "https://gitmcp.io/user/repo"
}
}