Cloudflare AI
@alvinmrrry
关于 Cloudflare AI
暂无概览
基本信息
配置
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"mcpServers": {
"cloiudflare_mcp_server": {
"command": "npx",
"args": [
"nx",
"dev",
"tool-calling"
]
}
}
}工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
What is Cloudflare AI?
Cloudflare AI is a monorepo containing packages and demo apps for consuming Cloudflare's AI offerings on the client-side. It provides a custom provider (workers-ai-provider) that enables Workers AI models for the Vercel AI SDK.
How to use Cloudflare AI?
Clone the repository, install dependencies with npm install, then use Nx commands to develop or test apps. For example, run npx nx dev <app-name> to start a development server.
Key features of Cloudflare AI?
- Monorepo managed with Nx and Changesets
- Includes
workers-ai-providerfor Vercel AI SDK integration - Supports local development and testing
- Provides demo apps for client-side AI consumption
- Uses Changesets for versioning and release
Use cases of Cloudflare AI?
- Integrate Cloudflare Workers AI models into Vercel AI SDK projects
- Develop client-side applications that call Workers AI models
- Explore demo apps for tool-calling and other AI patterns
FAQ from Cloudflare AI
What is the workers-ai-provider package?
It is a custom provider that enables Workers AI models for the Vercel AI SDK.
How do I install dependencies?
From the repository root, run npm install.
How do I start a development server?
Use `npx nx dev <demo-name
云与基础设施 分类下的更多 MCP 服务器
AWS MCP Servers
awslabsOpen source MCP Servers for AWS
Kubernetes MCP Server
reza-gholizadeManage Your Kubernetes Cluster with k8s mcp-server
Kubernetes MCP Server
manusaModel Context Protocol (MCP) server for Kubernetes and OpenShift

Aws Kb Retrieval Server
modelcontextprotocolModel Context Protocol Servers
K8s MCP Server
alexei-ledK8s-mcp-server is a Model Context Protocol (MCP) server that enables AI assistants like Claude to securely execute Kubernetes commands. It provides a bridge between language models and essential Kubernetes CLI tools including kubectl, helm, istioctl, and argocd, allowing AI syste
评论