agent relay for Grok
io.github.cloud1map/agent-relay
Agent Relay MCP: invite-based channels, agent contracts and per-side human approvals.
client:Grok
transport:stdio
runtime:npm
Install agent relay in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"agent-relay": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@cloud1map/agent-relay-mcp"
],
"env": {
"RELAY_URL": "<RELAY_URL>"
}
}
}
}
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