opencode-plugin-cloudflare
v0.1.4
Published
Cloudflare plugin for opencode (opencode-ai)
Readme
opencode-plugin-cloudflare
A plugin for opencode that enhances Cloudflare Workers development with a Cloudflare agent and Cloudflare Docs MCP server pre-configured..
Features
- Cloudflare Workers Agent: Automatically configures a specialized AI agent with deep knowledge of Cloudflare Workers, including the runtime, APIs, and best practices
- Documentation Integration: Seamlessly integrates Cloudflare's official documentation via MCP (Model Context Protocol) for real-time access to the latest docs
- Zero Configuration: Works out of the box with sensible defaults
Installation
Local Project Installation
# Install the plugin in your project
npm install opencode-plugin-cloudflare
# Or with pnpm
pnpm add opencode-plugin-cloudflare
# Or with bun
bun add opencode-plugin-cloudflareThen, update opencode.json:
{
"$schema": "https://opencode.ai/config.json",
"plugin": ["opencode-plugin-cloudflare"]
}