VPS MCP Server
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@VPS MCP Serverrun 'df -h' to check disk usage"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
VPS MCP Server 🚀
English Description
An advanced Model Context Protocol (MCP) server designed to turn your VPS into a powerful AI-driven remote workstation. It provides a comprehensive set of tools for command execution, file management, system monitoring, and persistent session handling.
🌟 Key Features
Command Execution: Run shell commands and scripts (Python/Node/Bash) in a sandboxed environment.
Advanced File Management: Read, write, patch, search, and visualize directory trees.
Persistent Sessions: Based on
tmux, allowing AI to handle long-running or interactive tasks.System Monitoring: Real-time process listing and system resource tracking.
Network Capabilities: Make HTTP requests or download large files directly to the VPS.
Flexible Transport: Supports both
stdioandSSE(HTTP) modes.
⚡️ Quick Run with npx
You can run the server directly without cloning the repository:
# stdio mode (for local use)
npx github:zhy1369800/vps-mcp-server
# SSE mode (for remote VPS deployment)
MODE=sse PORT=8080 MCP_TOKEN=your-token npx github:zhy1369800/vps-mcp-server🛠 Tools Reference
Tool | Description |
| Execute a one-off shell command. |
| Run Python, Bash, or Node.js code blocks. |
| List directory contents or generate a recursive tree. |
| Read from or write to files. |
| Edit specific parts of a file (Token-efficient). |
| Search for files by name or content (grep). |
| Get OS info, memory, disk, or process list. |
| Fetch web content or download files to disk. |
| Start, exec, read, or stop persistent |
🚀 Manual Installation
Clone & Install:
git clone https://github.com/zhy1369800/vps-mcp-server.git cd vps-mcp-server npm installBuild:
npm run buildConfigure: Copy
.env.exampleto.envand set yourMCP_TOKEN.Run (SSE Mode):
MODE=sse PORT=8080 npm start
Related MCP server: interminal
中文说明
这是一个先进的 Model Context Protocol (MCP) 服务端,旨在将您的 VPS 变成一个强大的 AI 驱动远程工作站。它为 AI Agent 提供了完整的指令执行、文件管理、系统监控和持久化会话处理工具集。
🌟 核心特性
指令执行:在沙箱环境中运行 Shell 命令和脚本(Python/Node/Bash)。
高级文件管理:支持读取、写入、增量补丁(Patch)、全文搜索及目录树可视化。
持久化会话:基于
tmux实现,允许 AI 处理耗时较长或需要交互的任务。系统监控:实时查看进程列表、CPU、内存及磁盘占用情况。
网络增强:直接从 VPS 发起 HTTP 请求或下载大文件到磁盘。
双模式支持:支持
stdio本地调用和SSE(HTTP) 远程调用模式。
⚡️ 使用 npx 快速运行
无需克隆代码即可直接启动服务:
# stdio 模式 (本地使用)
npx github:zhy1369800/vps-mcp-server
# SSE 模式 (远程 VPS 部署)
MODE=sse PORT=8080 MCP_TOKEN=your-token npx github:zhy1369800/vps-mcp-server🛠 工具列表
工具名称 | 功能描述 |
| 执行一次性 Shell 命令。 |
| 运行 Python、Bash 或 Node.js 代码块。 |
| 列出目录内容或生成递归目录树(支持排除目录)。 |
| 读取或写入文件。 |
| 增量编辑文件特定部分(极度节省 Token)。 |
| 按名称或内容搜索文件(基于 grep)。 |
| 获取系统概览、内存、磁盘或进程列表。 |
| 发起 HTTP 请求或下载文件到 VPS 磁盘。 |
| 启动、执行、读取或停止持久化的 |
🚀 手动安装步骤
克隆与安装:
git clone https://github.com/zhy1369800/vps-mcp-server.git cd vps-mcp-server npm install编译:
npm run build配置环境: 将
.env.example复制为.env并设置您的MCP_TOKEN。启动服务 (SSE 模式):
MODE=sse PORT=8080 npm start
🛡 安全建议
建议在 Docker 容器中运行此服务,并配合 Nginx 反向代理(配置 SSL 证书)以确保通信安全。
📄 开源协议
MIT
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.
Latest Blog Posts
- 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/zhy1369800/vps-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server