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
{
"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