Remote MCP Hub
🌐 Remote MCP Hub — Fernzugriff auf Dateien und CMD für KI-Systeme
⚡ Schnellstart in 3 Schritten
Schritt 1. Start
Starten Sie die Datei start.bat per Doppelklick (oder im Terminal npm start).
Der Server installiert automatisch fehlende Abhängigkeiten, startet auf Port 3800 und öffnet das Web-Panel im Browser: http://localhost:3800.
Schritt 2. Cloudflare Tunnel aktivieren
Klicken Sie im geöffneten Verwaltungspain auf „Tunnel starten“:
Sie erhalten eine öffentliche, geschützte HTTPS-Adresse:
https://<случай_имя>.trycloudflare.com/sseKopieren Sie die MCP server URL und Ihren Bearer Token.
Schritt 3. Verbindung zur KI herstellen (Notion, Claude, Cursor)
Fügen Sie die erhaltenen Daten in die MCP-Server-Einstellungen Ihrer KI ein:
MCP server URL:
https://<ваш_имя>.trycloudflare.com/sseAuthentication:
BearerToken:
mcp_...
🛠️ Verfügbare Tools (MCP Tools)
Tool | Beschreibung |
| Ausführung von Befehlen in Windows CMD / PowerShell (mit Ausgabe von |
| Auflistung von Dateien und Ordnern mit Paginierung ( |
| Zeilenweises Lesen von Dateien im Zeilenbereich |
| Einfügen von Text ab Zeile |
| Gezieltes Ersetzen von Text oder eines Zeilenfragments |
| Löschen eines Zeilenbereichs von |
| Erstellen einer Datei mit automatischer Erstellung der Zwischenordner |
| Löschen einer Datei oder eines Ordners (mit Unterstützung von |
Related MCP server: WinCommander
🖥️ Funktional der Web-Scheibe (Web UI)
🌐 Cloudflare Tunnel Control: Start und Stopp des Tunnels mit 1 Klick und Kopieren des Links
🔑 Token Manager: Anzeigen, Generieren eines neuen Bearer-Tokens und Kopieren in die Zwischenablage
📁 Datei-Explorer und Editor: Navigation durch Laufwerke, Anzeigen und Bearbeiten von Dateien direkt im Browser
💻 Integrierte CMD-Konsole: Testen von Terminalbefehlen
⚡ Protokoll der KI-Aufrufe: Echtzeit-Überwachung aller KI-Aktionen über WebSockets
🖥️ Verbindung zu verschiedenen Clients
1. Notion AI (Custom MCP Server)
MCP Server URL:
https://<васлишное_имя>.trycloudflare.com/sseName:
pc123Authentication:
BearerToken:
<ваш_токен>
2. Claude Desktop (claude_desktop_config.json)
{
"mcpServers": {
"my-pc-remote": {
"url": "https://<ваш_туннель>.trycloudflare.com/sse?token=<ваш_токен>"
}
}
}3. Cursor IDE (mcp.json)
{
"mcpServers": {
"local-pc": {
"type": "sse",
"url": "https://<ваш_туннель>.trycloudflare.com/sse",
"headers": {
"Authorization": "Bearer <ваш_токен>"
}
}
}
}📤 So laden Sie dieses Projekt auf GitHub hoch
Erstellen Sie ein neues Repository auf GitHub (z. B.
remote-mcp-hub).Führen Sie im Projektordner die folgenden Befehle im Terminal aus:
git remote add origin https://github.com/ВАШ_ЛОГИН/remote-mcp-hub.git
git branch -M main
git push -u origin mainThis 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
- FlicenseCqualityCmaintenanceEnables ChatGPT to control a Windows PC remotely via OpenAI Secure MCP Tunnel, executing file operations, PowerShell commands, and system actions through a local MCP server.15
- FlicenseNot gradedqualityBmaintenanceTurns any Windows device into a remotely controllable MCP toolset, allowing a mobile AI agent to execute CLI, GUI, browser, and system commands on Windows without an API key.2
- FlicenseNot gradedqualityCmaintenanceSecure self-hosted remote MCP server with file and shell tools, protected by Cloudflare Tunnel and bearer-token auth.
- AlicenseNot gradedqualityBmaintenanceUnifies local MCP servers into a single secure Cloudflare Tunnel endpoint, making them accessible to MCP clients like Notion and Claude. Supports HTTP/SSE/stdio servers, built-in file system tools, bearer authentication, and one-click Windows setup.MIT
Related MCP Connectors
MCP server for AI agents to plan, verify, and deploy Cloudflare-native apps.
Hosted MCP server connecting claude.ai, ChatGPT and other AI apps to your own computer
A comprehensive Model Context Protocol (MCP) server that enables AI assistants to interact with yo…
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'
If you have feedback or need assistance with the MCP directory API, please join our Discord server