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
- Post from your AI client via MCP tools (Claude, Cursor, and any MCP client).
- Five drop kinds: image, markdown, file, report (markdown + inline screenshots), and runnable HTML (sandboxed).
- Share with control: every drop is private, team, or public, on a clean
drp.dev/r/<id>link. - Organize with folders; collaborate with team invites; publish a public changelog.
- Choose your data region (EU or rest-of-world) at signup.
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
- Quickstart: connect the MCP and post your first drop.
- Features: drops, folders, teams, regions, changelog, sharing.
- MCP tool reference: every tool and parameter.
- For AI agents: a concise setup page an agent can read (also at /llms.txt).
- FAQ.