Dingix
MCP · OAuth 2.1

Connect Dingix to Gemini

The Gemini CLI speaks MCP over HTTP with a bearer token, so Dingix plugs straight in.

Why connect Dingix to your assistant

An AI assistant without your data can only give you advice. It can tell you what a good budget looks like; it cannot tell you whether yours is working. Connecting Dingix closes that gap: the assistant you already talk to gets your real agenda, your real ledger and your real history, and it can act on them in the same message where you ask.

What changes the moment it is connected

Things people actually ask once it is connected

Before you start

  • The Gemini CLI installed and signed in.
  • A Dingix access key from Settings → API & integrations.

Step by step

  1. Install the CLI

    Run npm install -g @google/gemini-cli, start it with gemini and sign in.

  2. Create a key

    In Dingix → Settings → API & integrations, generate an access key and copy it.

  3. Add the server

    In ~/.gemini/settings.json, add Dingix under mcpServers with httpUrl set to the connector URL below and an Authorization: Bearer <key> header.

    https://dingix.com/api/mcp
  4. Verify

    Restart Gemini and run /mcp — Dingix should be listed as connected.

Open Dingix

What it can do once connected

  • The same full tool set as the other clients, over the same endpoint.

What it costs you

Nothing to install and nothing to maintain. The connector is a single URL and one sign-in; there is no API key to generate, store or rotate. Dingix itself is free, and connecting it does not change that: the assistant runs on your existing subscription with that provider, not on a Dingix plan.

You stay in control

Security

  • The key is a full-access token. Treat it like a password and revoke it from Settings whenever you want.

Troubleshooting

Gemini shows no tools

Check the Authorization header reads “Bearer ” followed by the key, and that the URL ends in /api/mcp.