Skip to main content
Glama

Lizard 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 start

Para desarrollo con recarga automática:

npm run dev

Related MCP server: PlugLayer MCP Server

Configuración

Variable

Default

Qué hace

PORT

3000

Puerto en el que escucha

PUBLIC_URL

http://localhost:$PORT

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.

PLATFORM_URL

https://lizard.build

La API de Lizard con la que se comunica este servidor

Herramientas

Área

Herramientas

Cuenta

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

Servicios

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

Despliegues

deploy.redeploy, deploy.restart, deploy.events

Registros y métricas

logs.tail, metrics.get

Secretos

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

Dominios

domain.attach, domain.verify, domain.delete

Git

git.connect, git.checkout, git.status

Shell

ssh.exec

Configuración como código

config.apply

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 typecheck

test/manual/mcp-inspector.md cubre comprobaciones de extremo a extremo contra una plataforma simulada y una real.

Licencia

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