Google's open-source Gemini CLI. mcpServers block goes in settings.json.
#Gemini CLI
Google's open-source Gemini CLI. mcpServers block goes in settings.json.
#Status
Manual — paste the snippet below into the indicated config file.
#Config file
macOS: ~/.gemini/settings.json
Windows: %USERPROFILE%\.gemini\settings.json
Linux: ~/.gemini/settings.json
#Setup
Open the config file above, paste the block below, save:
json{ "mcpServers": { "vault": { "command": "mcpvault", "args": ["server"] }, "supabase": { "command": "mcpvault", "args": ["wrap", "supabase"] }, "github": { "command": "mcpvault", "args": ["wrap", "github"] }, "vercel": { "command": "mcpvault", "args": ["wrap", "vercel"] }, "stripe": { "command": "mcpvault", "args": ["wrap", "stripe"] } } }
#Restart
Quit and relaunch the gemini CLI. Tools register at session start.
#Notes
- Gemini CLI uses the same
mcpServersshape as Claude Desktop. Drop the snippet straight in.
#Verify
Run mcpvault doctor --client gemini-cli to confirm Gemini CLI sees the vault.