Skip to main content
Glama

dorelli

Put your static website online with Dorelli Hosting — from your terminal or directly from an AI tool.

Built with Lovable, v0, Claude or Cursor? One command and your site is live on jouw-naam.dorelli.cloud. No account needed.

npx github:elsaviour/dorelli-cli deploy --email jij@voorbeeld.nl

The last line of the output is your URL. Done.

The package runs directly from GitHub; you only need Node 18+ and git. Once it's on npm, the command becomes shorter (npx dorelli).

What it does

  • Automatically finds your build folder (dist, build, out, public) or uses the current folder.

  • Skips what doesn't belong there: node_modules, .git, .env, and anything that isn't a static file.

  • Writes .dorelli.json with your site-id and token. Run it again, and the same site is updated — handy when you're iterating with an AI tool.

Don't put .dorelli.json under version control: the token is your access to the site.

Related MCP server: claude-host

Commands

npx github:elsaviour/dorelli-cli deploy [map]   # publiceren of bijwerken
npx github:elsaviour/dorelli-cli status [map]   # adres, status en verloopdatum
npx github:elsaviour/dorelli-cli mcp            # draaien als MCP-server

Options for deploy: --email, --slug, --yes (no questions, for scripts and AI tools).

If you use it more often, install it once — after that it's simply called dorelli:

npm install -g github:elsaviour/dorelli-cli
dorelli deploy

From Claude Code, Codex or Cursor

Those tools have a terminal, so this works without installation:

"Deploy this folder to Dorelli with npx github:elsaviour/dorelli-cli deploy"

Prefer an MCP tool? Then the model can call it directly:

claude mcp add dorelli -- npx -y github:elsaviour/dorelli-cli mcp

After that, deploy_site and site_status become available.

What is hosted

Static sites: HTML, CSS, images, and JavaScript that runs in the browser. Does your project need a server, database, or a build step? Build it first (npm run build) and publish the output folder.

A trial site remains available for 14 days and is not indexed by Google. Want to keep it, with your own domain name and email included? Dorelli arranges that for €10 per month — you'll receive an email with the management link after publication.

Use a different server yourself

DORELLI_API=https://voorbeeld.test npx github:elsaviour/dorelli-cli deploy

For the developer

This repo is a mirror. The source lives in packages/dorelli/ in dorelli.cloud's main repository; change it there and copy it here, not the other way around.

MIT license.

A
license - permissive license
Not graded
quality - not tested
C
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

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

  • A
    license
    A
    quality
    B
    maintenance
    Enables AI assistants to deploy static websites to the Demox platform with automatic directory packaging and cloud storage integration. It includes tools for managing deployments, such as listing, viewing, and deleting websites.
    7
    33
    MIT
  • A
    license
    A
    quality
    D
    maintenance
    Deploy Claude-generated websites to EliteSpec hosting in one tool call. deploy_site / update_site / list_sites tools give the model a live URL on elitespec.co.nz seconds after writing HTML/CSS/JS.
    3
    4
    MIT

View all related MCP servers

Related MCP Connectors

  • Hosted MCP for creating, checking, deploying, and hosting static sites for AI agents.

  • Agent-first web hosting: deploy sites, apps, databases and domains over MCP.

  • Deploy static websites from AI agents. Free at mcp.shipstatic.com — no install, no signup.

View all MCP Connectors

Latest Blog Posts

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/elsaviour/dorelli-cli'

If you have feedback or need assistance with the MCP directory API, please join our Discord server