Skip to main content
Glama

Lizard MCP

一个 MCP 服务器,让 ChatGPT、Claude 和其他 MCP 客户端能够在 Lizard (lizard.build) 上部署和管理应用。

只需连接一次,之后用大白话就能指挥助手:部署服务、查看日志、设置密钥、扩缩副本或绑定域名。

运行

npm install
npm run build
npm start

如需开发时热重载:

npm run dev

Related MCP server: PlugLayer MCP Server

配置

变量

默认值

作用

PORT

3000

要监听的端口

PUBLIC_URL

http://localhost:$PORT

客户端访问该服务器的 URL。同时用于设置 OAuth 资源标识符,因此在生产环境中必须与真实地址保持一致。

PLATFORM_URL

https://lizard.build

该服务器对接的 Lizard API

工具

分类

工具

账户

whoami, workspace.list, project.list, project.create, region.list, billing.summary

服务

service.list, service.show, service.create, service.set, service.rename, service.delete, service.scale, service.getPort, service.setPort, addon.create

部署

deploy.redeploy, deploy.restart, deploy.events

日志与指标

logs.tail, metrics.get

密钥

secrets.list, secrets.set, secrets.delete, secrets.refs

域名

domain.attach, domain.verify, domain.delete

Git

git.connect, git.checkout, git.status

Shell

ssh.exec

配置即代码

config.apply

破坏性工具——service.deletesecrets.deletedomain.delete——需要显式的确认参数,因此客户端不会误删任何内容。

认证

该服务器作为受 MCP 保护的资源(RFC 9728)使用 OAuth 2.1。它本身不保存任何密钥:每个请求携带一个持有者令牌,由 Lizard 决定该令牌是否有效。OAuth 签发的令牌和 liz_ API 密钥均可使用。

每个请求都会构建一个绑定到调用者令牌的新服务器,因此一个进程可以服务多个用户而无需共享状态。

测试

npm test        # unit tests
npm run typecheck

test/manual/mcp-inspector.md 覆盖了针对一个桩平台和一个真实平台的端到端检查。

许可证

MIT

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
    Not graded
    quality
    Not graded
    maintenance
    Enables AI assistants to manage cloud infrastructure through natural language by providing a unified interface to the Dokploy platform. Supports Docker containers, applications, databases, domains, monitoring, and deployment operations through conversational commands.
    45
    1
  • A
    license
    C
    quality
    B
    maintenance
    Enables deploying and managing infrastructure via natural language, including project/domain management, compute nodes, image deployment, and CI/CD integration.
    70
    MIT

View all related MCP servers

Related MCP Connectors

  • Deploy apps on your cloud. Create environments, configure infrastructure, and monitor jobs.

  • Deploy a live web app from one sentence. build_app + poll to a public HTTPS URL you own.

  • Manage projects, tasks, time tracking, and team collaboration through natural language.

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/lizard-build/lizard-mcp'

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