agentsync (remote) for Grok
io.github.jarmstrong158/agentsync-remote
Cloudflare Worker remote transport for agentsync. MCP 2026-07-28, dual-era, stateless.
client:Grok
transport:streamable-http
Install agentsync (remote) in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"agentsync-remote": {
"type": "http",
"url": "https://agentsync-remote.{account}.workers.dev/mcp/{token}"
}
}
}
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