mcp-1panel
mcp-1panel is an implementation of the Model Context Protocol (MCP) server for 1Panel.
GitHub Stars
142
User Rating
Not Rated
Favorites
0
Views
33
Forks
20
Issues
4
Installation
Difficulty
BeginnerEstimated Time
5-10 minutes
Installation
Installation
Prerequisites
Go: Version 1.23 or later must be installed.
Installation Steps
Method 1: Download from Release Page (Recommended)
1Visit the [Releases Page](https://github.com/1Panel-dev/mcp-1panel/releases) and download the executable file corresponding to your system.
2Example installation (for amd64):
bash
chmod +x mcp-1panel-linux-amd64
mv mcp-1panel-linux-amd64 /usr/local/bin/mcp-1panel
Method 2: Build from Source
1Clone the repository:
bash
git clone https://github.com/1Panel-dev/mcp-1panel.git
cd mcp-1panel
2Build the executable:
bash
make build
Method 3: Install via go install
bash
go install github.com/1Panel-dev/mcp-1panel@latest