Nimply Developers
Integrations

Gemini CLI

Add Nimply to Google's Gemini CLI

Connect

  1. Create an API key in Nimply → Settings → Developers.
  2. 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"
      }
    }
  }
}
  1. Restart the CLI and run /mcp to 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 (not url, which older versions treat as SSE).
  • 401 — the key was revoked or mistyped; keys start with nim_live_.

On this page