Skip to main content
Glama

🌐 Remote MCP Hub — Remote file access and CMD for AI


⚡ Quick start in 3 steps

Step 1. Launch

Run the start.bat file by double-clicking it (or run npm start in the terminal).

The server will automatically install dependencies (if missing), start on port 3800, and open the web panel in the browser: http://localhost:3800.

Step 2. Enable the Cloudflare Tunnel

In the opened control panel, click "Start tunnel":

  • You will get a public secure HTTPS address: https://<случайное_имя>.trycloudflare.com/sse

  • Copy the MCP server URL and your Bearer Token.

Step 3. Connect to the AI (Notion, Claude, Cursor)

Paste the received data into the MCP server settings in your AI:

  • MCP server URL: https://<ваше_имя>.trycloudflare.com/sse

  • Authentication: Bearer

  • Token: mcp_...


Related MCP server: WinCommander

🛠️ Available tools (MCP Tools)

Tool

Description

execute_command

Execute commands in Windows CMD / PowerShell (with stdout, stderr, exit code, and time output)

list_directory

List files and folders with pagination (limit, offset) and the output Осталось: X файлов/папок

read_file_lines

Read files line by line within a line range [start_line, end_line] with numbering

insert_text_at_line

Insert text from line start_line, shifting the remaining lines without loss

replace_text

Targeted replacement of a text or a string fragment

delete_lines

Delete a line range from start_line through end_line

create_file

Create a file with automatic creation of intermediate folders

delete_path

Delete a file or folder (with support for recursive: true)


🖥️ Web UI capabilities

  • 🌐 Cloudflare Tunnel Control: Start and stop the tunnel in one click with link copying.

  • 🔑 Token Manager: View, generate a new Bearer token, and copy it to the clipboard.

  • 📁 File explorer and editor: Navigate drives, view, and edit files directly in the browser.

  • 💻 Built-in CMD console: Test terminal commands.

  • AI call log: Monitor all AI actions in real time via WebSockets.


🔌 Connecting to different clients

1. Notion AI (Custom MCP Server)

  • MCP server URL: https://<ваш_туннель>.trycloudflare.com/sse

  • Name: pc123

  • Authentication: Bearer

  • Token: <ваш_токен>

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 <ваш_токен>"
      }
    }
  }
}

📤 How to upload this project to GitHub

  1. Create a new repository on GitHub (for example, remote-mcp-hub).

  2. In the project folder, run the commands in the terminal:

git remote add origin https://github.com/ВАШ_ЛОГИН/remote-mcp-hub.git
git branch -M main
git push -u origin main
F
license - not found
Not graded
quality - not tested
C
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

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

View all related MCP servers

Related MCP Connectors

View all MCP Connectors

Latest Blog Posts

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