Skip to main content
Glama

Lizard MCP

ChatGPT、Claude、その他のMCPクライアントがLizard (lizard.build)上でアプリをデプロイおよび管理できるようにするMCPサーバーです。

一度接続すれば、アシスタントに「サービスをデプロイして」「ログを読んで」「シークレットを設定して」「レプリカをスケールして」「ドメインを接続して」と自然な言葉で依頼できます。

実行方法

npm install
npm run build
npm start

開発時(リロード付き):

npm run dev

Related MCP server: PlugLayer MCP Server

設定

変数

デフォルト

説明

PORT

3000

リッスンするポート

PUBLIC_URL

http://localhost:$PORT

クライアントがこのサーバーに到達するためのURLです。OAuthリソース識別子を設定するため、本番環境では実際のアドレスと一致する必要があります。

PLATFORM_URL

https://lizard.build

このサーバーが通信するLizard API

ツール

領域

ツール

アカウント

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

サービス

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

デプロイ

deploy.redeploy, deploy.restart, deploy.events

ログとメトリクス

logs.tail, metrics.get

シークレット

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

ドメイン

domain.attach, domain.verify, domain.delete

Git

git.connect, git.checkout, git.status

シェル

ssh.exec

コードとしての設定

config.apply

破壊的なツール — service.deletesecrets.deletedomain.delete — は明示的な確認引数を必要とするため、クライアントが誤って何かを削除することはありません。

認証

このサーバーは、MCP保護リソース(RFC 9728)としてOAuth 2.1を使用します。自身のシークレットは保持しません。すべてのリクエストにはベアラートークンが含まれ、Lizardがそのトークンの有効性を判断します。OAuthで発行されたトークンとliz_ APIキーの両方が機能します。

各リクエストは呼び出し元のトークンに紐づいた新しいサーバーを構築するため、1つのプロセスで状態を共有せずに多くのユーザーにサービスを提供できます。

テスト

npm test        # unit tests
npm run typecheck

test/manual/mcp-inspector.mdは、スタブプラットフォームと実環境の両方に対するエンドツーエンドのチェックをカバーしています。

ライセンス

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