Skip to main content
Glama

🌐 Remote MCP Hub — 面向神经网络的远程文件与 CMD 访问


⚡ 3 步快速启动

第 1 步:启动

双击运行 start.bat 文件(或在终端中运行 npm start)。

服务器会自动安装依赖(如果尚未安装),在 3800 端口上启动,并在浏览器中打开管理面板:http://localhost:3800

第 2 步:启用 Cloudflare Tunnel

在打开的管理面板中点击 “启动隧道”

  • 您将获得一个公开的安全 HTTPS 地址:https://<случайное_имя>.trycloudflare.com/sse

  • 复制 MCP server URL 和您的 Bearer Token

第 3 步:连接神经网络(Notion、Claude、Cursor)

将获取到的数据粘贴到您的神经网络的 MCP 服务器设置中:

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

  • Authentication: Bearer

  • Token: mcp_...


Related MCP server: WinCommander

🛠️ 可用工具(MCP Tools)

工具

说明

execute_command

在 Windows CMD / PowerShell 中执行命令(输出 stdoutstderr、退出码和耗时)

list_directory

列出文件和文件夹,支持分页(limitoffset),并输出 Осталось: X файлов/папок

read_file_lines

按行读取文件,支持行范围 [start_line, end_line],并显示行号

insert_text_at_line

start_line 行开始插入文本,其余行自动下移,不丢失内容

replace_text

精确替换文本或行中的某个片段

delete_lines

删除从 start_line 行到 end_line 行的范围

create_file

创建文件,并自动创建中间文件夹

delete_path

删除文件或文件夹(支持 recursive: true


🖥️ Web 界面功能(Web UI)

  • 🌐 Cloudflare Tunnel 控制:一键启动和停止隧道,并支持复制链接。

  • 🔑 Token Manager:查看、生成新的 Bearer Token,并复制到剪贴板。

  • 📁 文件浏览器和编辑器:在浏览器中浏览磁盘、查看与编辑文件。

  • 💻 内置 CMD 控制台:测试终端命令。

  • AI 调用日志:通过 WebSockets 实时监控神经网络的所有操作。


🔌 连接不同客户端

1. Notion AI(自定义 MCP 服务器)

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

📤 如何将此项目上传到 GitHub

  1. GitHub 上创建一个新仓库(例如 remote-mcp-hub)。

  2. 在项目文件夹中打开终端并执行以下命令:

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