Skip to main content
Glama

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

Für die Entwicklung mit Reload:

npm run dev

Related MCP server: PlugLayer MCP Server

Konfiguration

Variable

Standard

Was es tut

PORT

3000

Port, auf dem der Server lauscht

PUBLIC_URL

http://localhost:$PORT

Die URL, über die Clients diesen Server erreichen. Legt die OAuth-Ressourcenkennung fest, muss also in Produktion mit der echten Adresse übereinstimmen.

PLATFORM_URL

https://lizard.build

Die Lizard-API, mit der dieser Server kommuniziert

Werkzeuge

Bereich

Werkzeuge

Konto

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

Dienste

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

Deployments

deploy.redeploy, deploy.restart, deploy.events

Logs und Metriken

logs.tail, metrics.get

Geheimnisse

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

Domains

domain.attach, domain.verify, domain.delete

Git

git.connect, git.checkout, git.status

Shell

ssh.exec

Konfiguration als Code

config.apply

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 typecheck

test/manual/mcp-inspector.md deckt End-to-End-Prüfungen gegen eine Stub-Plattform und eine Live-Plattform ab.

Lizenz

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