TopoLift Negotiation for Grok
io.github.topolift/topolift-mcp
Atom-grounded negotiation reasoning. Typed topology slot, inline citations, public dialect.
client:Grok
transport:stdio
runtime:pypi
Install TopoLift Negotiation in Grok
.mcp.json (in your project root)
{
"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>"
}
}
}
}
Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs