Skip to content
Gemini CLI

TopoLift Negotiation for Gemini CLI

io.github.topolift/topolift-mcp

Atom-grounded negotiation reasoning. Typed topology slot, inline citations, public dialect.

client:Gemini CLI transport:stdio runtime:pypi

Install TopoLift Negotiation in Gemini CLI

~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "topolift-mcp": {
      "command": "uvx",
      "args": [
        "topolift-mcp"
      ],
      "env": {
        "TOPOLIFT_API_KEY": "<TOPOLIFT_API_KEY>",
        "TOPOLIFT_API_URL": "<TOPOLIFT_API_URL>",
        "TOPOLIFT_TIMEOUT": "<TOPOLIFT_TIMEOUT>"
      }
    }
  }
}

Gemini expands $VAR and ${VAR} inside env values, so a secret can live in your shell rather than this file. Gemini CLI docs

TopoLift Negotiation in other clients