Remote MCP Server example is not working
I followed all the necessary steps mentioned here: https://developers.cloudflare.com/agents/guides/remote-mcp-server/
When I try to connect with
http://localhost:8787/see
, it is failing and shows diconnected regardless
Cloudflare Docs
Build a Remote MCP server · Cloudflare Agents docs
This guide will walk you through how to deploy an example MCP server to your Cloudflare account. You will then customize this example to suit your needs.
1 Reply
Solved the issue
While connecting to
http://localhost:8787/see
in inspector, I was accidentally passing the auth header which was not required. Removal of it solved the problem