Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Workers AI Instructions to Testing Remote MCP Servers Guide #21225

Open
wants to merge 3 commits into
base: production
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions src/content/docs/agents/guides/test-remote-mcp-server.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -71,3 +71,11 @@ You can connect your remote MCP server to [Windsurf](https://codeium.com/windsur
}
}
```

## Connect your remote MCP server to the Cloudflare Workers AI LLM Playground

The [Cloudflare Workers AI LLM Playground](https://playground.ai.cloudflare.com/) is a web-based tool for exploring models using Workers AI. You can connect your remote MCP server to it and quickly test your server with a real-world MCP client.

Enter the URL of your remote MCP server under the "MCP Server" field section of the playground and hit "Connect". You can use an MCP server running on your local machine on localhost, or you can use a remote MCP server running on Cloudflare.

Once you have authenticated, you will see your available tools listed and ready to use. You can trigger your tools by sending a message to the assistant that requests the tools you want to use.