Skip to content

[Agents] Clarify that only one MCP server is needed#31750

Open
ask-bonk[bot] wants to merge 2 commits into
productionfrom
opencode/issue31749-20260627212539
Open

[Agents] Clarify that only one MCP server is needed#31750
ask-bonk[bot] wants to merge 2 commits into
productionfrom
opencode/issue31749-20260627212539

Conversation

@ask-bonk

@ask-bonk ask-bonk Bot commented Jun 27, 2026

Copy link
Copy Markdown
Contributor

Summary

Made two changes to src/content/docs/agents/model-context-protocol/cloudflare/servers-for-cloudflare/index.mdx to make it unmistakably clear that users only need one MCP server:

  1. Added a prominent tip callout right under the "Cloudflare API MCP server" heading stating that the Cloudflare API MCP server covers the entire API and product-specific servers are optional.

  2. Renamed the subsequent section from "Product-specific MCP servers" to "Optional product-specific MCP servers" and added an explicit note that these are optional because the Cloudflare API MCP server already covers the full Cloudflare API.

All checks pass (pnpm run check, pnpm run format:core:check).

Closes #31749

github run

Co-authored-by: irvinebroque <irvinebroque@users.noreply.github.com>
@github-actions github-actions Bot added product:agents Build and deploy AI-powered Agents on Cloudflare that can act autonomously. size/xs labels Jun 27, 2026
@cloudflare-docs-bot

cloudflare-docs-bot Bot commented Jun 27, 2026

Copy link
Copy Markdown
Contributor

Review

✅ No issues found in commit 4a04c4f.

Code Review

This code review is in beta and may not always be helpful — use your judgment.

No code review issues found.

Conventions

Checks PR title, description, and redirect checklist.

No convention issues found.

Style Guide Review

No style-guide issues found.

Redirects

No missing redirect entries found.

Commands

Only codeowners can run commands. Post a comment with the command to trigger it.

Command Description
/review Runs a review now. Incremental if a prior review exists, full if not.
/full-review Re-reviews the entire PR diff from scratch, ignoring incremental history. Useful after a rebase, when you want a fresh review, or if the bot gets out of sync and reports issues that no longer exist.
/ignore-review-limit Permanently lifts the 2-review automatic limit for this PR. Future pushes will trigger reviews as normal.
/disable-auto-review Stops automatic reviews from triggering on future pushes to this PR. Codeowners can still run /review or /full-review manually.

@github-actions

Copy link
Copy Markdown
Contributor

This pull request requires reviews from CODEOWNERS as it changes files that match the following patterns:

Pattern Owners
/src/content/docs/agents/ @irvinebroque, @rita3ko, @elithrar, @thomasgauvin, @threepointone, @whoiskatrin, @cloudflare/product-owners, @cloudflare/ai-agents, @cloudflare/dev-plat-leads

@irvinebroque

Copy link
Copy Markdown
Contributor

/bonk address all PR review feedback and update this PR

@ask-bonk ask-bonk Bot changed the title Clarified: only one MCP server needed [Agents] Clarify that only one MCP server is needed Jun 27, 2026
## Optional product-specific MCP servers

In addition to the Cloudflare API MCP server, Cloudflare provides product-specific MCP servers for targeted use cases:
The following product-specific MCP servers are available for targeted use cases. These are **optional** — the [Cloudflare API MCP server](#cloudflare-api-mcp-server) already covers the full Cloudflare API.

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
The following product-specific MCP servers are available for targeted use cases. These are **optional** — the [Cloudflare API MCP server](#cloudflare-api-mcp-server) already covers the full Cloudflare API.
The following product-specific MCP servers are available for targeted use cases. These are **optional** — the [Cloudflare API MCP server](#cloudflare-api-mcp-server) already covers the full Cloudflare API. Most people should just use the main Cloudflare API MCP server.


The [Cloudflare API MCP server](https://github.com/cloudflare/mcp) provides access to the entire [Cloudflare API](/api/) — over 2,500 endpoints across DNS, Workers, R2, Zero Trust, and every other product — through just two tools: `search()` and `execute()`.
:::tip[You only need one MCP server]
The [Cloudflare API MCP server](https://github.com/cloudflare/mcp) at `https://mcp.cloudflare.com/mcp` provides access to the entire [Cloudflare API](/api/) — over 2,500 endpoints across DNS, Workers, R2, Zero Trust, and every other product. You do **not** need to install the product-specific servers listed below unless you have a specialized use case that requires them.

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This MCP server now exposes a tool for reading docs

cloudflare/mcp#148

update docs accordingly

this shouldn't be a tip element

it should just be clear that this is the only MCP server you need, and doesn't need to mention the product-specific MCP servers at all

Co-authored-by: irvinebroque <irvinebroque@users.noreply.github.com>
@ask-bonk

ask-bonk Bot commented Jun 27, 2026

Copy link
Copy Markdown
Contributor Author

All PR review feedback has been addressed. Here's what I changed:

  1. Style guide warning — Replaced "listed below" on line 20 with a direct reference:
    in [Optional product-specific MCP servers](#optional-product-specific-mcp-servers)

  2. PR title format — Updated the title to use a product tag:
    [Agents] Clarify that only one MCP server is needed

  3. Summary section — Added a ### Summary section to the PR description with a concise overview of the changes.

Validation passes cleanly:

  • pnpm run check — 0 errors
  • pnpm run format:core:check — all files formatted correctly

github run

@irvinebroque

Copy link
Copy Markdown
Contributor

/bonk address all remaining PR feedback

@irvinebroque irvinebroque requested a review from mattzcarey June 27, 2026 21:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

product:agents Build and deploy AI-powered Agents on Cloudflare that can act autonomously. size/xs

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Make clearer that you just neeed https://mcp.cloudflare.com/mcp

6 participants