Integrations
Provides tools for managing a 1Panel instance, including retrieving system information, managing websites, SSL certificates, applications, and databases. Enables actions like creating websites, installing applications like OpenResty and MySQL, and managing database resources.
Supports MySQL database operations, including listing existing databases, creating new databases, and installing MySQL instances via the 1Panel interface.
[英語] | [中国語(簡体字)]
1パネルMCPサーバー
1Panel MCP サーバーは、 1Panel用のモデル コンテキスト プロトコル (MCP) サーバーの実装です。
インストール方法
方法1: リリースページからダウンロードする(推奨)
- リリース ページにアクセスし、システムに対応する実行可能ファイルをダウンロードします。
- インストール例 (amd64 の場合):
方法2: ソースからビルドする
Go 1.23以降がローカルにインストールされていることを確認してください。その後、以下を実行してください。
- リポジトリをクローンします。
- 実行ファイルをビルドします。
./build/mcp-1panel をシステムの PATH に含まれるディレクトリに移動します。
方法3: go install でインストールする
Go 1.23以降がローカルにインストールされていることを確認してください。その後、以下を実行してください。
方法4: Docker経由でインストールする
マシンに Docker が正しくインストールされ、設定されていることを確認してください。
公式イメージは次のアーキテクチャをサポートしています。
- amd64
- アーム64
- アーム/v7
- s390x
- ppc64le
使用法
1Panel MCP Server は、 stdio
とsse
2 つの実行モードをサポートしています。
stdioモード
ローカルバイナリの使用
Cursor または Windsurf の設定ファイルに以下を追加します。
Dockerで実行
sseモード
- MCP サーバーを起動します。
- カーソルまたはウィンドサーフィンで設定します。
コマンドラインオプション
-token
: 1Panelアクセストークン-host
: 1パネルのアクセスアドレス-transport
: トランスポートタイプ (stdio または sse、デフォルト: stdio)-addr
: 開始SSEサーバーアドレス(デフォルト: http://localhost:8000 )
利用可能なツール
サーバーは、1Panel と対話するためのさまざまなツールを提供します。
道具 | カテゴリ | 説明 |
---|---|---|
ダッシュボード情報を取得する | システム | ダッシュボードのステータスを一覧表示する |
システム情報を取得する | システム | システム情報を取得する |
ウェブサイト一覧 | Webサイト | すべてのウェブサイトを一覧表示する |
ウェブサイトを作成 | Webサイト | ウェブサイトを作成する |
リスト_SSL | 証明書 | すべての証明書を一覧表示する |
作成SSL | 証明書 | 証明書を作成する |
インストール済みアプリの一覧 | 応用 | インストールされているアプリの一覧 |
インストール_openresty | 応用 | OpenRestyをインストールする |
インストール_mysql | 応用 | MySQLをインストールする |
データベース一覧 | データベース | すべてのデータベースを一覧表示する |
データベースの作成 | データベース | データベースを作成する |
This server cannot be installed
hybrid server
The server is able to function both locally and remotely, depending on the configuration or use case.
1Panel MCP サーバーは、1Panel 用のモデル コンテキスト プロトコル (MCP) サーバーの実装です。
Related MCP Servers
- AsecurityAlicenseAqualityA beginner-friendly Model Context Protocol (MCP) server that helps users understand MCP concepts, provides interactive examples, and lists available MCP servers. This server is designed to be a helpful companion for developers working with MCP. Also comes with a huge list of servers you can install.Last updated -3936JavaScriptApache 2.0
- AsecurityFlicenseAqualityA Model Context Protocol (MCP) server that provides a simple sleep/wait tool, useful for adding delays between operations such as waiting between API calls or testing eventually consistent systems.Last updated -167JavaScript
- AsecurityAlicenseAqualityA dynamic service that creates and manages Model Context Protocol (MCP) servers, allowing users to spawn, customize, and control multiple MCP servers as child processes.Last updated -521TypeScriptMIT License
- -security-license-qualityA specialized server that helps users create new Model Context Protocol (MCP) servers by providing tools and templates for scaffolding projects with various capabilities.Last updated -1TypeScript