Revdoku
OfficialAllows Hermes agents to publish static websites to Revdoku.
Revdoku
Publish websites from Claude, ChatGPT, Codex, Cursor, Gemini, and other AI agents. A first public preview needs no account.
Prompt for an AI agent
I'd like you to set up Revdoku so you can publish a website for me for free.
Browser chat only: follow `https://revdoku.com/<client>/`, using your lowercase, hyphenated product name.
Otherwise, run `npx skills add revdoku/revdoku --skill revdoku -g`; without npm, run `curl -fsSL https://revdoku.com/install.sh | bash`.
Then review https://revdoku.com/docs and ask what I'd like to publish.The agent should run setup commands itself when it has shell access. It must not send the user to a separate terminal.
Related MCP server: sitemd
How the first publish works
The agent creates a public preview at a randomized Revdoku URL. No signup or login is needed.
The preview lasts 24 hours. The agent can update the same URL without extending that deadline.
Revdoku returns one browser claim link. Account creation happens only at
https://app.revdoku.com/users/sign_up.After email verification, the website appears in the new Free account. The original agent reconnects automatically on its next command.
Anonymous previews never create private buckets and do not include forms,
analytics, custom domains, or custom URLs. They are noindex and use a
no-referrer policy.
Local agents
Install the public skill and CLI:
npx skills add revdoku/revdoku --skill revdoku -gIf npm is unavailable:
curl -fsSL https://revdoku.com/install.sh | bashPublish or update the current folder:
revdoku pThe first unsigned run prints the preview and claim URLs. Re-running updates the same preview. After claim, re-running exchanges Revdoku's one-time connection grant automatically and updates the claimed website.
For a different existing account, run revdoku login. This is sign-in only;
new accounts are created on the web signup page.
Useful commands:
revdoku p [PATH]— publish or update a website.revdoku preview [PATH]— create a review URL.revdoku p [PATH] --draft— save a private draft after sign-in.revdoku p --protected— publish with Password access on an eligible plan.revdoku p --access-mode require_email— require visitor email OTP.revdoku open,revdoku status,revdoku ls,revdoku --help— inspect the current connection and sites.
Hosted and web agents
The hosted MCP endpoint is https://app.revdoku.com/mcp. Its anonymous website
preview tools require no authentication. Durable buckets and account features
use OAuth, and that OAuth screen is sign-in only. If the user has no Revdoku
account, the agent should create an anonymous preview and share its returned web
signup/claim link instead of trying to sign the user up through OAuth.
Hosted agents cannot read files from the user's computer. Use the local CLI for local folders, JavaScript bundles, images, fonts, PDFs, and other binary assets. MCP can directly write generated text files.
Tutorials
Client guides use the lowercase product name, with spaces replaced by hyphens:
https://revdoku.com/<client>/ (for example, /cursor/ and /antigravity/).
Setup hub: https://revdoku.com/connect/
ChatGPT: https://revdoku.com/chatgpt/
Codex: https://revdoku.com/codex/
Claude: https://revdoku.com/claude/
Claude Desktop and terminal agents: https://revdoku.com/claude-desktop-terminal/
Gemini: https://revdoku.com/gemini/
Hermes: https://revdoku.com/hermes/
Use those tutorials only when manual setup or troubleshooting is actually needed. Normal onboarding should stay to one preview URL and one claim link.
Public package
This repository contains the Revdoku CLI, skill, API documentation, and
Claude/Codex/Cursor plugin manifests. The hosted MCP implementation runs at
https://app.revdoku.com/mcp. MCP manifests use "auth":"oauth" for account
tools; the tool descriptors separately advertise the anonymous preview tools as
noauth.
See CHANGELOG.md and api.md.
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- AlicenseAqualityCmaintenancePublish live web pages from AI coding agents. Instant shareable URLs for dashboards, landing pages, and reports with password protection.41MIT
- AlicenseNot gradedqualityBmaintenanceStatic site generator / website building toolkit for AI coding agents like Claude, Codex, Cursor, Gemini, OpenClaw, etc. No subscription, no lock-in — host your site anywhere.199Elastic 2.0
- AlicenseNot gradedqualityCmaintenancePublishes HTML pages straight from your AI assistant to a shareable URL, then lets you manage them - update, list, search, fetch, and delete pages in a public or private workspace. Turns "share what I just made" into a single tool call from Claude, Cursor, or any MCP client.MIT
- AlicenseAqualityAmaintenanceInstant web hosting for AI agents. Publish a live site in one call, no account needed.5MIT
Related MCP Connectors
Turn Claude or ChatGPT into a website builder that ships a real site to a live URL you own.
Build personal interactive apps with real URLs and persistent storage, using any AI.
Publish the website you built with AI to a live public URL — straight from chat, no setup.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/revdoku/revdoku'
If you have feedback or need assistance with the MCP directory API, please join our Discord server