Overview
what is bestK_tiny-ser-mcp-server?
bestK_tiny-ser-mcp-server is a remote MCP server designed to be deployed on Cloudflare, allowing users to set up and manage their own server instances easily.
how to use bestK_tiny-ser-mcp-server?
To use the server, you can deploy it to Cloudflare using the provided deployment commands and access it via the specified URL.
key features of bestK_tiny-ser-mcp-server?
- Easy deployment to Cloudflare
- Supports Durable Objects for state management
- Provides a simple JSON configuration for server settings
use cases of bestK_tiny-ser-mcp-server?
- Hosting lightweight applications on Cloudflare.
- Managing server instances with minimal overhead.
- Utilizing Cloudflare's infrastructure for better performance and reliability.
FAQ from bestK_tiny-ser-mcp-server?
- Can I deploy this server for free?
No, to use Durable Objects, you must switch to a paid plan on Cloudflare.
- What programming language is used?
The server is built using TypeScript.
- Where can I find the deployment instructions?
Deployment instructions are available in the project's README on GitHub.
Content
Remote MCP Server on Cloudflare
你可以通过这个链接访问:https://note.linkof.link/13a9p7.html
mcp.json
{
"mcpServers": {
"tiny-server": {
"url": "http://localhost:8787/sse"
}
}
}
Deploy to Cloudflare
tiny-ser-mcp-server 🍣 master via v20.17.0 🐏 26GiB/32GiB | 16GiB/19GiB took 12s
🕙 17:50:29 ➜ npm run deploy
> tiny-ser-mcp-server@0.0.0 deploy
> wrangler deploy
⛅️ wrangler 4.6.0
------------------
🌀 Building list of assets...
🌀 Starting asset upload...
No files to upload. Proceeding with deployment...
Total Upload: 432.56 KiB / gzip: 83.32 KiB
Your worker has access to the following bindings:
- Durable Objects:
- MCP_OBJECT: MyMCP
- Assets:
- Binding: ASSETS
✘ [ERROR] A request to the Cloudflare API (/accounts/xxx/workers/scripts/tiny-ser-mcp-server) failed.
In order to use Durable Objects, you must switch to a paid plan at
https://dash.cloudflare.com/xxx/workers/plans. [code: 10084]
If you think this is a bug, please open an issue at:
https://github.com/cloudflare/workers-sdk/issues/new/choose
No tools information available.