Skip to content
Zed

TopoLift Negotiation for Zed

io.github.topolift/topolift-mcp

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

client:Zed transport:stdio runtime:pypi

Install TopoLift Negotiation in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

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

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

Merge this into your existing settings object — do not replace the file. Zed docs

TopoLift Negotiation in other clients