Remote MCP Hub
🐧 Instrucciones de instalación y ejecución de Remote MCP Hub en Linux VDS / VPS
Guía para el despliegue rápido de Remote MCP Hub en un servidor Linux remoto (Ubuntu, Debian, CentOS, AlmaLinux, Rocky, Alpine, etc.) para conectar redes neuronales (Notion AI, Claude, Cursor) en modo 24/7. No se requiere VPN — Cloudflare Tunnel funciona directamente en el VDS sin bloqueos.
📋 Requisitos del sistema
Cualquier servidor Linux VDS / VPS
Arquitectura del procesador: x86_64 (amd64) o ARM64
Acceso por SSH (permisos de root o sudo)
Related MCP server: ssh-mcp-server
⚡ Inicio rápido en 2 minutos (3 pasos sencillos)
Paso 1. Conéctese al VDS por SSH
ssh root@<IP_ВАШЕГО_СЕРВЕРА>Paso 2. Descargue el proyecto e inicie la instalación
Ejecute un solo comando en la terminal del servidor:
git clone https://github.com/etern1ty-crypto/remote-mcp-hub-linux.git && cd remote-mcp-hub-linux && chmod +x *.sh && ./install.shEl script automáticamente:
Verificará e instalará Node.js (versión 20 LTS, si no está instalada).
Instalará todas las dependencias necesarias (
npm install).Descargará el módulo oficial de Cloudflare Tunnel (
cloudflared).Generará una clave de acceso personal (Bearer Token).
Paso 3. Inicio del servidor
Elija la opción adecuada:
Opción A: Ejecución en modo 24/7 en segundo plano (Recomendado)
El servidor funcionará de forma continua en segundo plano, incluso si cierra la terminal SSH:
sudo ./service.sh installOpción B: Ejecución en la consola actual
Para un inicio rápido directamente en la ventana actual:
./start.sh🔑 Obtención de los datos de conexión
Al iniciar (en la consola o en los registros del servicio) se mostrará inmediatamente un bloque listo con el enlace y el token:
=============================================================================
🟢 Cloudflare Tunnel успешно активен!
📡 MCP Server URL для подключения нейросети (Notion AI / Claude / Cursor):
👉 https://xxxxxxxx.trycloudflare.com/sse
🔑 Bearer Token:
👉 mcp_xxxxxxxxxxxxxxxxxxxxxxxxxxxx
=============================================================================🔄 Reinicio del servidor con 1 comando
Si necesita reiniciar el servidor y obtener un nuevo túnel:
./restart.sh(El script determinará por sí mismo el método de inicio, reiniciará el servidor correctamente y mostrará de inmediato la URL actualizada).
🔌 Conexión en Notion AI
En la configuración de Notion, vaya a la sección Custom MCP Server.
Complete los campos:
MCP server URL: pegue la dirección copiada (
https://...trycloudflare.com/sse)Name: indique cualquier nombre (por ejemplo,
My-Linux-VDS)Authentication: seleccione el tipo
BearerToken: pegue su clave secreta (comienza con
mcp_...)
Pulse el botón «Connect» / «Save».
🧪 Solicitud de verificación
Envíe un mensaje de prueba a Notion AI:
Привет! Проверь подключение к моему VDS: выполни команду "uname -a && uptime && free -h && df -h" и выведи результат.La red neuronal ejecutará los comandos en el servidor y proporcionará el estado del sistema.
🛠️ Comandos útiles de gestión
./restart.sh # 🔄 Перезапуск сервера в одну команду
sudo ./service.sh logs # 📜 Просмотр логов и URL туннеля в реальном времени (Ctrl+C для выхода)
sudo ./service.sh status # 📊 Проверить состояние фоновой службы
sudo ./service.sh stop # ⏹️ Остановить службу
sudo ./service.sh uninstall # ❌ Полностью удалить службу из системы🔒 Seguridad
No se necesitan IP blanca ni puertos abiertos: gracias a Cloudflare Tunnel, el servidor está disponible para la red neuronal sin abrir puertos hacia el exterior (el firewall está completamente cerrado).
Cifrado HTTPS de extremo a extremo.
Autorización criptográfica Bearer.
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 Servers
- FlicenseNot gradedqualityCmaintenanceEnables AI assistants to securely execute shell commands on local machines through an SSH interface with session management, command execution, and sudo support.1
- AlicenseAqualityCmaintenanceEnables AI assistants to securely execute remote SSH commands, perform file transfers, and monitor system status through a standardized interface. It features robust security controls including command whitelisting, blacklisting, and credential isolation to prevent unauthorized operations.1022MIT
- AlicenseNot gradedqualityBmaintenanceEnables AI assistants to securely execute commands, transfer files, and manage port forwarding on remote servers via SSH.9836Apache 2.0
- AlicenseAqualityCmaintenanceEnables AI assistants to manage remote servers via SSH with agentless command execution, file operations, and service management.9MIT
Related MCP Connectors
Operate Linux, macOS and Windows from your LLM. Every action runs through an auditable allowlist.
Let AI operate servers without SSH. Choose actions, approve risky changes, and audit every step.
The bridge from K2 agents through Wrangler to your master AI - safe, approval-gated Cloudflare ops.
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/etern1ty-crypto/remote-mcp-hub-linux'
If you have feedback or need assistance with the MCP directory API, please join our Discord server