TopoLift Negotiation for Cursor
io.github.topolift/topolift-mcp
Atom-grounded negotiation reasoning. Typed topology slot, inline citations, public dialect.
client:Cursor
transport:stdio
runtime:pypi
Install TopoLift Negotiation in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"topolift-mcp": {
"type": "stdio",
"command": "uvx",
"args": [
"topolift-mcp"
],
"env": {
"TOPOLIFT_API_KEY": "<TOPOLIFT_API_KEY>",
"TOPOLIFT_API_URL": "<TOPOLIFT_API_URL>",
"TOPOLIFT_TIMEOUT": "<TOPOLIFT_TIMEOUT>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs