Staticbot
@bitfiction
关于 Staticbot
What Staticbot does
基本信息
配置
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"mcpServers": {
"staticbot": {
"command": "npx",
"args": [
"-y",
"staticbot-mcp"
],
"env": {
"STATICBOT_API_KEY": "sk-your-api-key-here"
}
}
}
}工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
What is Staticbot?
Staticbot is an MCP server for the Staticbot platform that lets AI agents (Claude Code, Cursor, any MCP-compatible runtime) orchestrate deployment workflows via the Staticbot API. Staticbot itself is a managed operations platform for complex, long-running deployment workflows—it hosts static websites and web apps inside your own AWS account using S3 and CloudFront, with no vendor lock-in.
How to use Staticbot?
Prerequisites: a Staticbot account, an API key (generated at Settings → API Keys in the Staticbot UI), and Node.js 18+. Add the server to your MCP client configuration (e.g., .mcp.json) with command npx -y staticbot-mcp and environment variable STATICBOT_API_KEY. Optionally set STATICBOT_API_URL to override the default http://localhost:9000.
Key features of Staticbot
- Deploy static sites and web apps to AWS via S3 + CloudFront
- Orchestrate full Supabase project migrations to own AWS infrastructure
- Manage multi‑stage deployments (dev, preview, production)
- Provide tools for listing, getting, confirming, and resuming migrations
- Create infrastructure stacks from templates with custom domains
- Return immediate status URLs for human oversight and agent polling
Use cases of Staticbot
- Deploy a static website to AWS with a custom domain and automatic SSL
- Migrate a Lovable project from Supabase to your own AWS account (database, edge functions, storage, auth)
- Manage independent lifecycle of dev, preview, and production stages per website
- Let an AI agent handle orchestration while Staticbot manages state, credentials, and approval gates
FAQ from Staticbot
Is Staticbot a CI/CD platform?
No. Staticbot does not replace GitHub Actions or deployment pipelines; it is a managed operations platform for specific, opinionated deployment playbooks.
What are the runtime requirements?
Node.js 18+ and a Staticbot account with an API key. No additional dependencies beyond those needed for MCP‑compatible clients.
Where does my deployment data live?
All deployments run inside your own AWS account using S3 and CloudFront. Staticbot orchestrates the workflow but the infrastructure and data remain in your control.
How does an agent orchestrate a deployment?
The agent calls a tool (e.g., create_stack), receives an ID and a statusUrl deep‑link to the Staticbot UI, shares that link with the human, and then polls the status until completion. When human action is needed (e.g., DNS setup), the agent tells the human what to do and waits.
What transports and authentication does the server use?
The server runs via npx and communicates over stdio with the MCP client. Authentication is provided by the STATICBOT_API_KEY environment variable.
其他 分类下的更多 MCP 服务器
Mcp
browsermcpBrowser MCP is a Model Context Provider (MCP) server that allows AI applications to control your browser
Activepieces
activepiecesAI Agents & MCPs & AI Workflow Automation • (~400 MCP servers for AI agents) • AI Automation / AI Agent with MCPs • AI Workflows & AI Agents • MCPs for AI Agents
ghidraMCP
LaurieWiredMCP Server for Ghidra
Awesome Mcp Servers
punkpeyeA collection of MCP servers.
🪟 Windows-MCP
CursorTouchMCP Server for Computer Use in Windows
评论