Integrations
Gemini CLI
Add Nimply to Google's Gemini CLI
Connect
- Create an API key in Nimply → Settings → Developers.
- Add Nimply to
~/.gemini/settings.json(or the project's.gemini/settings.json):
{
"mcpServers": {
"nimply": {
"httpUrl": "https://mcp.nimply.io/mcp",
"headers": {
"Authorization": "Bearer nim_live_YOUR_KEY"
}
}
}
}- Restart the CLI and run
/mcpto confirm the server is connected and its tools are listed.
Try it
- "Use nimply to list my channels and this month's workspace analytics."
Troubleshooting
- Server shows disconnected — verify the URL uses
httpUrl(noturl, which older versions treat as SSE). - 401 — the key was revoked or mistyped; keys start with
nim_live_.