MCP Server
MCP
agentsync (remote)
Cloudflare Worker remote transport for agentsync. MCP 2026-07-28, dual-era, stateless.
Configuration Example
{
"remotes": [
{
"type": "streamable-http",
"url": "https://agentsync-remote.{account}.workers.dev/mcp/{token}",
"variables": {
"account": {
"description": "Your Cloudflare account subdomain (the 'x' in x.workers.dev); edit the URL if you use a custom domain.",
"isRequired": true
},
"token": {
"description": "Your Worker AUTH_TOKEN (set as a Worker secret at deploy time). It is the path credential; keep it private.",
"isRequired": true,
"isSecret": true
}
}
}
],
"packages": []
}
mcp
model-context-protocol
streamable-http
By
Comments
Sign in to leave a comment