Install

Gemini

Connect the Gemini CLI to your plnnrly organisation.

Google's Gemini CLI supports MCP servers via its global settings.json.

Prerequisites

  • Gemini CLI installed (npm install -g @google/gemini-cli).
  • Your plnnrly URL and an MCP token from the AI slide-over — see Get a token.

Configure

Edit ~/.gemini/settings.json and add a mcpServers entry:

{
  "mcpServers": {
    "plnnrly": {
      "httpUrl": "https://<your-url>/mcp/v1",
      "headers": {
        "Authorization": "Bearer <token>"
      }
    }
  }
}

Restart your Gemini CLI session.

Verify

Run gemini mcp list (or the equivalent slash command inside a Gemini session). The plnnrly server should appear with its tool list.

On this page