streamable-httpupdated 5mo ago
Demo stage for vibe-coded prototypes. Reserve a subdomain, publish from your agent via MCP, get a clean link like yourproject.demo.st. Static hosting only (Nginx; no PHP, no databases).
O que dá para fazer com demo st?
demo.st
Demo stage for vibe-coded prototypes. Reserve a subdomain, publish from your agent via MCP, get a clean link like yourproject.demo.st. Static hosting only (Nginx; no PHP, no databases).
- Site: https://demo.st
- MCP endpoint: https://demo.st/mcp
Cursor plugin
This repo is a Cursor plugin. Install it from the Cursor Marketplace (after it’s published) or add the repo in Cursor to use the demo.st MCP server.
Getting your MCP token
Authenticated tools (reserve subdomain, upload zip, clear, release) require a Bearer token:
- Sign in at https://demo.st (create an account if needed).
- Open https://demo.st/api/mcp/token or the MCP page and copy the token.
- Set it as an environment variable:
- Windows (PowerShell):
$env:DEMO_ST_MCP_TOKEN = "your-token-here" - macOS / Linux:
export DEMO_ST_MCP_TOKEN="your-token-here" - Or add to your shell profile (
.bashrc,.zshrc) so Cursor picks it up.
- Windows (PowerShell):
- Restart Cursor (or reload the window). The Agent can then use demo.st tools.
MCP tools
check_subdomain_availability— Check if a subdomain is available (no token).reserve_subdomain— Reserve a subdomain (token required).upload_site— Upload a .zip as site content; usezip_base64(easiest for agents) orfile_urlfor a public zip URL (token required).clear_site— Remove deployed content; subdomain stays reserved (token required).release_subdomain— Release your subdomain (token required).
License
See LICENSE.
Instalação
Adicione demo st ao seu cliente. Escolha o que você usa.
claude mcp add --transport http demo-st https://demo.st/mcpcodex mcp add demo-st --url https://demo.st/mcp{
"mcpServers": {
"demo-st": {
"url": "https://demo.st/mcp"
}
}
}Add to `~/.cursor/mcp.json`, or `.cursor/mcp.json` for a single project.
{
"servers": {
"demo-st": {
"type": "http",
"url": "https://demo.st/mcp"
}
}
}Add to `.vscode/mcp.json` in your workspace.
{
"mcpServers": {
"demo-st": {
"url": "https://demo.st/mcp"
}
}
}Add to `claude_desktop_config.json`, then restart Claude Desktop.
{
"mcpServers": {
"demo-st": {
"serverUrl": "https://demo.st/mcp"
}
}
}Add to `~/.codeium/windsurf/mcp_config.json`.
Pontuação
39 / 100
Incompleta
- Documentação16/25
- Manutenção19/25
- Confiança6/20
- Capacidade0/15
- Instalação12/15
- Documents what it does and how to connect
- Has a resolvable package or endpoint
- Exposes at least one tool, prompt or resource
- README has substantive content
- Includes a code example
- Documents its configuration
- Mentions credentials or security posture
- Last commit 168 days ago
- Has a release history
- Repository is not archived
- No licence detected
- Namespace verified in the official MCP registry
- Claimed by its owner
- Published under an organisation
- 0 tool(s) documented
- Provides prompt templates
- Provides resources
- 6 documented install method(s)
- Published to a package registry
- Offers a hosted endpoint — no local install
Histórico de versões
| Versões | Publicada |
|---|---|
| 1.1.0Mais recente | 9 de jul. de 2026 |
| 1.0.1 | 15 de mar. de 2026 |
| 1.0.0 | 14 de mar. de 2026 |