Skip to main content
Glama

Cervo

一个用于在共享 VPS 上管理静态网站托管的演示应用。它构建为一个 MCP server(FastMCP,通过 HTTP 提供服务),因此托管管理通过 AI 聊天完成:在开发中,Claude Code 充当聊天界面,用于使用和测试服务器的工具。

快速开始

前置条件:uvDocker(含 Compose)。

uv sync                 # install deps
docker compose up -d    # supporting services (caddy, mailcatcher)
uv run cervo            # start the MCP server at http://127.0.0.1:8000/mcp

然后在此仓库中打开 Claude Code——服务器已在 .mcp.json 中预先注册,因此其工具可直接在聊天中使用。在打开 Claude Code 会话之前启动 MCP server(连接在启动时建立),并且每当更改 MCP server 代码时运行 /mcp 重新连接——Claude Code 不会自动重新连接。

开发无需任何配置即可运行;设置可通过 .env 文件覆盖(参见配置表)。

Related MCP server: StaticX MCP Server

文档

详细信息位于 CLAUDE.md 中(也会被 Claude Code 作为项目上下文加载):

Tool Schema Changelog

Recent tool additions, removals, and schema changes observed during successful MCP inspections. Dates show when Glama detected each change.

No tool schema history has been recorded yet.

Maintenance

ActivityMaintained
ResponsivenessNo issues

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Related MCP Connectors

Related MCP Servers

  • F
    license
    Not graded
    quality
    B
    maintenance
    Enables LLMs and clients to upload, deploy, and manage static websites (HTML/CSS/JS) on a server with Nginx, supporting API key authentication and customizable site TTL with automatic cleanup.
    -

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/ericovis/cervo'

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