git-mcp icon indicating copy to clipboard operation
git-mcp copied to clipboard

Gemini CLI wizard

Open aslafy-z opened this issue 5 months ago • 2 comments

It would be nice to add steps to configure .gemini/settings.json with the MCP settings to the install wizard.

aslafy-z avatar Jul 04 '25 11:07 aslafy-z

Thanks @aslafy-z. Would you be interested in contributing?

idosal avatar Jul 05 '25 00:07 idosal

Just add below lines to ~/.gemini/settings.json, tested it myself.

"mcpServers": {
	"repo-name": {
		"url": "https://gitmcp.io/user/repo"
	}
  }

rabilrbl avatar Aug 05 '25 15:08 rabilrbl