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

コメント

「クラウドとインフラ」の他のコンテンツ