Lizard MCP
OfficialLizard MCP
Un servidor MCP que permite a ChatGPT, Claude y otros clientes MCP implementar y gestionar aplicaciones en Lizard (lizard.build).
Conéctalo una vez y luego pídele a tu asistente que publique un servicio, lea registros, configure secretos, escale réplicas o asocie un dominio — en palabras sencillas.
Ejecútalo
npm install
npm run build
npm startPara desarrollo con recarga automática:
npm run devRelated MCP server: PlugLayer MCP Server
Configuración
Variable | Default | Qué hace |
|
| Puerto en el que escucha |
|
| La URL a través de la cual los clientes acceden a este servidor. Define el identificador del recurso OAuth, por lo que debe coincidir con la dirección real en producción. |
|
| La API de Lizard con la que se comunica este servidor |
Herramientas
Área | Herramientas |
Cuenta |
|
Servicios |
|
Despliegues |
|
Registros y métricas |
|
Secretos |
|
Dominios |
|
Git |
|
Shell |
|
Configuración como código |
|
Las herramientas destructivas — service.delete, secrets.delete, domain.delete — requieren un argumento de confirmación explícito, para que un cliente no pueda eliminar nada por accidente.
Autenticación
El servidor habla OAuth 2.1 como un recurso protegido de MCP (RFC 9728). No guarda secretos propios: cada solicitud lleva un token de portador, y Lizard decide si ese token es válido. Tanto los tokens emitidos por OAuth como las claves de API liz_ funcionan.
Cada solicitud crea un servidor nuevo vinculado al token del llamante, de modo que un solo proceso atiende a muchos usuarios sin compartir estado.
Pruebas
npm test # unit tests
npm run typechecktest/manual/mcp-inspector.md cubre comprobaciones de extremo a extremo contra una plataforma simulada y una real.
Licencia
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