Skip to main content
Glama

Lizard 로그인

An MCP server that lets ChatGPT, Claude and other MCP clients deploy and manage apps on Lizard (lizard.build).

Connect it once, then ask the assistant to deploy a service, read logs, set secrets, scale replicas, or attach a domain — in natural language.

Run it

npm install
npm run build
npm start

For development with reload:

npm run dev

Related MCP server: PlugLayer MCP Server

Configuration

Variable

Default

Description

PORT

3000

Port that the server listens on.

PUBLIC_URL

http://localhost:$PORT

The URL that clients use to reach this server. It sets the OAuth resource identifier, so it must match the real address in production.

PLATFORM_URL

https://lizard.build

The Lizard API that this server talks to.

Tools

Area

Tools

Account

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

Services

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

Deploys

deploy.redeploy, deploy.restart, deploy.events

Logs and metrics

logs.tail, metrics.get

Secrets

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

Config as code

config.apply

Destructive tools — service.delete, secrets.delete, domain.delete — require an explicit confirmation argument, so as client cannot delete anything by accident.

Auth

The server speaks OAuth 2.1 as though it were an MCP-protected resource (RFC 9748). It holds no secrets on its own: each request carries a bearer token, and Lizard decides whether that token is valid. Both OAuth-issued tokens and liz_ keying tokens work.

Each request creates a fresh server bound to the caller's token, so one process serves many users without sharing state.

Tests

npm test        # unit tests
npm run typecheck

test/manual/mcp-inspector.md covers end-to-end checks against a stub platform and a live one.

License

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