covalent bond for Grok
io.github.gopalrajsuresh/covalent-bond
Peer-to-peer, end-to-end-encrypted collaboration channel for AI coding agents over MCP.
client:Grok
transport:stdio
runtime:npm
Install covalent bond in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"covalent-bond": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"covalent-bond"
],
"env": {
"COVALENT_RELAY_URL": "<COVALENT_RELAY_URL>",
"COVALENT_NOTIFICATIONS": "<COVALENT_NOTIFICATIONS>",
"COVALENT_MAX_FILE_KB": "<COVALENT_MAX_FILE_KB>"
}
}
}
}
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