Lizard MCP
OfficialLizard MCP
Ein MCP-Server, der es ChatGPT, Claude und anderen MCP-Clients ermöglicht, Apps auf Lizard (lizard.build) bereitzustellen und zu verwalten.
Einmal verbinden, dann können Sie Ihren Assistenten bitten, einen Dienst zu starten, Logs zu lesen, Secrets zu setzen, Replikate zu skalieren oder eine Domain anzuhängen – in einfachen Worten.
Ausführen
npm install
npm run build
npm startFür die Entwicklung mit Reload:
npm run devRelated MCP server: PlugLayer MCP Server
Konfiguration
Variable | Standard | Was es tut |
|
| Port, auf dem der Server lauscht |
|
| Die URL, über die Clients diesen Server erreichen. Legt die OAuth-Ressourcenkennung fest, muss also in Produktion mit der echten Adresse übereinstimmen. |
|
| Die Lizard-API, mit der dieser Server kommuniziert |
Werkzeuge
Bereich | Werkzeuge |
Konto |
|
Dienste |
|
Deployments |
|
Logs und Metriken |
|
Geheimnisse |
|
Domains |
|
Git |
|
Shell |
|
Konfiguration als Code |
|
Destruktive Werkzeuge — service.delete, secrets.delete, domain.delete — erfordern ein explizites Bestätigungsargument, damit ein Client nicht versehentlich etwas löschen kann.
Authentifizierung
Der Server spricht OAuth 2.1 als geschützte MCP-Ressource (RFC 9728). Er besitzt keine eigenen Geheimnisse: Jede Anfrage trägt ein Bearer-Token, und Lizard entscheidet, ob dieses Token gültig ist. Sowohl von OAuth ausgestellte Token als auch liz_-API-Schlüssel funktionieren.
Jede Anfrage erstellt einen neuen Server, der an das Token des Aufrufers gebunden ist, sodass ein Prozess viele Benutzer bedient, ohne Zustand zu teilen.
Tests
npm test # unit tests
npm run typechecktest/manual/mcp-inspector.md deckt End-to-End-Prüfungen gegen eine Stub-Plattform und eine Live-Plattform ab.
Lizenz
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