Drp docs
Get started

Drp documentation

Drp is a developer file host with a built-in MCP server. Post images, markdown, files, runnable HTML, code and reports straight from your AI client, then share one clean link with your team.

What you can do

How it works (the short version)

Drp runs entirely on Cloudflare: a Hono API on Workers, files in R2, metadata in D1. The MCP server is a thin layer over that API. You authenticate either with OAuth (browser login, no key to copy) or a scoped API key. Each drop's bytes live in R2 (in your region), its metadata in D1, and it's served back through the Worker with visibility checks.

Start here