← Back to browse

TopoLift Negotiation

Indexed by io.github.TopoLift

About

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

Use this server

Add it to your MCP client. The catalogue lists this config verbatim from its source — it does not run, download, or vouch for the server. Review the command before you run it.

Transportstdio (runs a local command)
Env varsTOPOLIFT_API_KEY TOPOLIFT_API_URL TOPOLIFT_TIMEOUT
Claude Code
claude mcp add --env TOPOLIFT_API_KEY= --env TOPOLIFT_API_URL= --env TOPOLIFT_TIMEOUT= topolift-mcp -- uvx topolift-mcp
Cursor

Add to Cursor

If the button doesn't open Cursor, use the JSON below — Cursor accepts the same mcpServers config.

VS Code
code --add-mcp '{"name":"topolift-mcp","command":"uvx","args":["topolift-mcp"],"env":{"TOPOLIFT_API_KEY":"","TOPOLIFT_API_URL":"","TOPOLIFT_TIMEOUT":""}}'
JSON
{
  "mcpServers": {
    "topolift-mcp": {
      "command": "uvx",
      "args": [
        "topolift-mcp"
      ],
      "env": {
        "TOPOLIFT_API_KEY": "",
        "TOPOLIFT_API_URL": "",
        "TOPOLIFT_TIMEOUT": ""
      }
    }
  }
}

Environment variables are listed by name only — fill in your own values. Entries never carry secrets.