cloudflare-os

GitHub

Agent workspace built on Cloudflare Workers for creating documents, building apps, and running agents with your company’s context and systems.

7,143 stars TypeScript
RAW Config

Claude Desktop Configuration

Add to ~/Library/Application Support/Claude/claude_desktop_config.json

{
  "mcpServers": {
    "cloudflare-os": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-cloudflare-os"
      ]
    }
  }
}