Lizard MCP
OfficialLizard MCP
一个 MCP 服务器,让 ChatGPT、Claude 和其他 MCP 客户端能够在 Lizard (lizard.build) 上部署和管理应用。
只需连接一次,之后用大白话就能指挥助手:部署服务、查看日志、设置密钥、扩缩副本或绑定域名。
运行
npm install
npm run build
npm start如需开发时热重载:
npm run devRelated MCP server: PlugLayer MCP Server
配置
变量 | 默认值 | 作用 |
|
| 要监听的端口 |
|
| 客户端访问该服务器的 URL。同时用于设置 OAuth 资源标识符,因此在生产环境中必须与真实地址保持一致。 |
|
| 该服务器对接的 Lizard API |
工具
分类 | 工具 |
账户 |
|
服务 |
|
部署 |
|
日志与指标 |
|
密钥 |
|
域名 |
|
Git |
|
Shell |
|
配置即代码 |
|
破坏性工具——service.delete、secrets.delete、domain.delete——需要显式的确认参数,因此客户端不会误删任何内容。
认证
该服务器作为受 MCP 保护的资源(RFC 9728)使用 OAuth 2.1。它本身不保存任何密钥:每个请求携带一个持有者令牌,由 Lizard 决定该令牌是否有效。OAuth 签发的令牌和 liz_ API 密钥均可使用。
每个请求都会构建一个绑定到调用者令牌的新服务器,因此一个进程可以服务多个用户而无需共享状态。
测试
npm test # unit tests
npm run typechecktest/manual/mcp-inspector.md 覆盖了针对一个桩平台和一个真实平台的端到端检查。
许可证
MIT
This server cannot be installed
Maintenance
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
- AlicenseNot gradedqualityNot gradedmaintenanceEnables 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.451

PlugLayer MCP Serverofficial
AlicenseCqualityBmaintenanceEnables deploying and managing infrastructure via natural language, including project/domain management, compute nodes, image deployment, and CI/CD integration.70MIT- AlicenseBqualityFmaintenanceEnables management of Komodo infrastructure including servers, stacks, deployments, builds, repositories, procedures, and system settings through natural language.5430710GPL 3.0

hostman-mcp-serverofficial
AlicenseAqualityDmaintenanceEnables deploying applications to Hostman, creating VPCs, databases, and floating IPs, and managing VCS providers through natural language prompts.1210MIT
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.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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