BeClaude

durable-objects

New
4.4kSmitheryGeneralby cloudflare

Create and review Cloudflare Durable Objects. Use when building stateful coordination (chat rooms, multiplayer games, booking systems), implementing RPC methods, SQLite storage, alarms, WebSockets, or reviewing DO code for best practices. Covers Workers integration, wrangler config, and testing with Vitest.

First seen 5/22/2026

Install & Usage

1
Open your MCP config
~/.claude.json
2
Add the server config

Add the configuration to "mcpServers": { "durable-objects": { "command": "...", "args": [] } }

3
Restart Claude Code
/mcp
View source on GitHub
testingcode-reviewdevopscoding

Security Audits

LicenseUnknownSourceWarnRepositoryPass

Frequently Asked Questions

What is durable-objects?

Create and review Cloudflare Durable Objects. Use when building stateful coordination (chat rooms, multiplayer games, booking systems), implementing RPC methods, SQLite storage, alarms, WebSockets, or reviewing DO code for best practices. Covers Workers integration, wrangler config, and testing with Vitest.

How to install durable-objects?

To install durable-objects: open your mcp config (~/.claude.json), then add the config to "mcpServers": { "durable-objects": { "command": "...", "args": [] } }. Finally, /mcp in Claude Code.

What is durable-objects best for?

durable-objects is a mcp categorized under General. It is designed for: testing, code-review, devops, coding. Created by cloudflare.