MCP.so
登录

Cloudflare AI

@alvinmrrry

关于 Cloudflare AI

暂无概览

基本信息

分类

云与基础设施

许可证

MIT license

运行时

node

传输方式

stdio

发布者

alvinmrrry

配置

使用下面的配置,将此服务器添加到你的 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-provider for 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 服务器