You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I wanted to flag a potential point of confusion in the README.
Right after listing powerful example use cases like:
Please deploy me a new Worker with an example durable object.
Can you tell me about the data in my D1 database named '...'?
Can you copy all the entries from my KV namespace '...' into my R2 bucket '...'?
…the instructions recommend configuring Claude Desktop to use:
However, this endpoint (observability/sse) only supports observability-related commands (like logs and telemetry), not the broader Cloudflare API access mentioned above (like D1, KV, R2, or deploying Workers).
For users looking for full MCP integration with Cloudflare's API, the correct setup is to use the local package:
Hey @Zilong-L 👋, I've updated the README.md to clarify that we're working on gradually moving over tools to this remote MCP server repo. In the meantime if you need more tools, feel free to use the local only mcp-server-cloudflare package which currently has more tools available.
Hi team,
I wanted to flag a potential point of confusion in the README.
Right after listing powerful example use cases like:
…the instructions recommend configuring Claude Desktop to use:
However, this endpoint (
observability/sse
) only supports observability-related commands (like logs and telemetry), not the broader Cloudflare API access mentioned above (like D1, KV, R2, or deploying Workers).For users looking for full MCP integration with Cloudflare's API, the correct setup is to use the local package:
@cloudflare/mcp-server-cloudflare
This local server allows us to authenticate with OAuth client and access the full range of Cloudflare features via MCP.
Would be great to clarify this in the README to help guide users to the right path based on their needs.
Also I have a question that why is it called the "deprecated local only cloudflare-mcp-server"?
Thanks again for all the work on this!
The text was updated successfully, but these errors were encountered: