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 Server Kubernetes
Flux159MCP Server for kubernetes management commands
Kubernetes MCP Server
reza-gholizadeManage Your Kubernetes Cluster with k8s mcp-server
Run Model Context Protocol (MCP) servers with AWS Lambda
awslabsRun existing Model Context Protocol (MCP) stdio-based servers in AWS Lambda functions
tfmcp: Terraform Model Context Protocol Tool
nwiizo🌍 Terraform Model Context Protocol (MCP) Tool - An experimental CLI tool that enables AI assistants to manage and operate Terraform environments. Supports reading Terraform configurations, analyzing plans, applying configurations, and managing state with Claude Desktop integrati
AWS Model Context Protocol (MCP) Server
alexei-ledA lightweight service that enables AI assistants to execute AWS CLI commands (in safe containerized environment) through the Model Context Protocol (MCP). Bridges Claude, Cursor, and other MCP-aware AI tools with AWS CLI for enhanced cloud infrastructure management.
コメント