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