mcp-1panel
Official[英語] | [中国語(簡体字)]
1パネルMCPサーバー
1Panel MCP サーバーは、 1Panel用のモデル コンテキスト プロトコル (MCP) サーバーの実装です。
インストール方法
方法1: リリースページからダウンロードする(推奨)
リリース ページにアクセスし、システムに対応する実行可能ファイルをダウンロードします。
インストール例 (amd64 の場合):
chmod +x mcp-1panel-linux-amd64
mv mcp-1panel-linux-amd64 /usr/local/bin/mcp-1panel方法2: ソースからビルドする
Go 1.23以降がローカルにインストールされていることを確認してください。その後、以下を実行してください。
リポジトリをクローンします。
git clone https://github.com/1Panel-dev/mcp-1panel.git
cd mcp-1panel実行ファイルをビルドします。
make build./build/mcp-1panel をシステムの PATH に含まれるディレクトリに移動します。
方法3: go install でインストールする
Go 1.23以降がローカルにインストールされていることを確認してください。その後、以下を実行してください。
go install github.com/1Panel-dev/mcp-1panel@latest方法4: Docker経由でインストールする
マシンに Docker が正しくインストールされ、設定されていることを確認してください。
公式イメージは次のアーキテクチャをサポートしています。
amd64
アーム64
アーム/v7
s390x
ppc64le
Related MCP server: Shellagent MCP Server
使用法
1Panel MCP Server は、 stdioとsse 2 つの実行モードをサポートしています。
stdioモード
ローカルバイナリの使用
Cursor または Windsurf の設定ファイルに以下を追加します。
{
"mcpServers": {
"mcp-1panel": {
"command": "mcp-1panel",
"env": {
"PANEL_ACCESS_TOKEN": "<your 1Panel access token>",
"PANEL_HOST": "such as http://localhost:8080"
}
}
}
}Dockerで実行
{
"mcpServers": {
"mcp-1panel": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"-e",
"PANEL_HOST",
"-e",
"PANEL_ACCESS_TOKEN",
"1panel/1panel-mcp-server"
],
"env": {
"PANEL_HOST": "such as http://localhost:8080",
"PANEL_ACCESS_TOKEN": "<your 1Panel access token>"
}
}
}
}sseモード
MCP サーバーを起動します。
mcp-1panel -host http://localhost:8080 -token <your 1Panel access token> -transport sse -addr http://localhost:8000カーソルまたはウィンドサーフィンで設定します。
{
"mcpServers": {
"mcp-1panel": {
"url": "http://localhost:8000/sse"
}
}
}コマンドラインオプション
-token: 1Panelアクセストークン-host: 1パネルのアクセスアドレス-transport: トランスポートタイプ (stdio または sse、デフォルト: stdio)-addr: 開始SSEサーバーアドレス(デフォルト: http://localhost:8000 )
利用可能なツール
サーバーは、1Panel と対話するためのさまざまなツールを提供します。
道具 | カテゴリ | 説明 |
ダッシュボード情報を取得する | システム | ダッシュボードのステータスを一覧表示する |
システム情報を取得する | システム | システム情報を取得する |
ウェブサイト一覧 | Webサイト | すべてのウェブサイトを一覧表示する |
ウェブサイトを作成 | Webサイト | ウェブサイトを作成する |
リスト_SSL | 証明書 | すべての証明書を一覧表示する |
作成SSL | 証明書 | 証明書を作成する |
インストール済みアプリの一覧 | 応用 | インストールされているアプリの一覧 |
インストール_openresty | 応用 | OpenRestyをインストールする |
インストール_mysql | 応用 | MySQLをインストールする |
データベース一覧 | データベース | すべてのデータベースを一覧表示する |
データベースの作成 | データベース | データベースを作成する |
Tool Schema Changelog
Recent tool additions, removals, and schema changes observed during successful MCP inspections. Dates show when Glama detected each change.
No tool schema history has been recorded yet.
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 Connectors
MCP server for building and testing AI agents with multi-model experimentation and insights.
A comprehensive Model Context Protocol (MCP) server that enables AI assistants to interact with yo…
MCP server for Appcircle mobile CI/CD platform.
Model Context Protocol server for the Apideck Unified API. Connect any MCP-compatible agent framework to 100+ accounting systems, HRIS platforms, file storage providers, and more through one integration. More information https://www.apideck.com/mcp-server
Related MCP Servers
- AlicenseBqualityDmaintenanceAn experimental server implementing Model Context Protocol to automate website deployments to 1Panel servers, allowing users to create websites and upload static files through natural language commands.13336MIT
- FlicenseBqualityDmaintenanceA Model Context Protocol (MCP) server that can be deployed locally via stdio or remotely via SSE/HTTP endpoints, supporting multiple MCP clients including VS Code, Cursor, Windsurf, and Claude Desktop.1-
- AlicenseNot gradedqualityBmaintenanceA MCP server integrated with the OPanel server management panel, enabling LLM-assisted management of Minecraft servers.171Mozilla Public 2.0
- FlicenseNot gradedqualityDmaintenanceAn educational MCP server that teaches implementing the Model Context Protocol from scratch, enabling AI models to discover and invoke tools via JSON-RPC over stdio.-
Appeared in Searches
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/1Panel-dev/mcp-1panel'
If you have feedback or need assistance with the MCP directory API, please join our Discord server