Manual setup
Prerequisites
- Gemini CLI installed (
npm install -g @google/gemini-cli@latest) - A VMEG account — see Pricing for credits
- An API Key from API Configuration
Add the MCP server
Edit your Gemini CLI settings and add VMEG undermcpServers:
- Global (all projects):
~/.gemini/settings.json - Project-scoped:
.gemini/settings.jsonin your project root
YOUR_API_KEY with your key from API Configuration. If you already have other MCP servers, add vmeg alongside them. Restart Gemini CLI after saving.
Verify
Launch Gemini CLI and run:vmeg should appear with its available tools.
Usage
Configuration scoping
| Scope | File location | Availability |
|---|---|---|
| Global | ~/.gemini/settings.json | All projects |
| Project | .gemini/settings.json (project root) | Current project only |
App marketplace
One-click Gemini CLI integration is coming soon. Use manual setup above for now.

