Remote MCP Hub
🌐 Remote MCP Hub — ニューラルネットワーク向けのファイル / CMD リモートアクセス
⚡ 3ステップでクイックスタート
ステップ 1: 起動
start.bat をダブルクリックして起動します(またはターミナルで npm start)。
サーバーは依存関係を自動的にインストールし(存在しない場合)、ポート 3800 で起動して、ブラウザで Web 管理パネルを開きます: http://localhost:3800。
ステップ 2: Cloudflare Tunnel を有効にする
表示された管理パネルで 「トンネルを起動」 をクリックします:
公開された安全な HTTPS アドレスが発行されます:
https://<случайное_имя>.trycloudflare.com/sseMCP server URL と Bearer Token をコピーします。
ステップ 3: ニューラルネットワーク(Notion、Claude、Cursor)に接続する
取得した情報を、お使いのニューラルネットワークの MCP サーバー設定に貼り付けます:
MCP server URL:
https://<ваше_имя>.trycloudflare.com/sseAuthentication:
BearerToken:
mcp_...
Related MCP server: WinCommander
🛠️ 利用可能なツール (MCP Tools)
ツール | 説明 |
| Windows CMD / PowerShell でコマンドを実行( |
| ページング( |
|
|
|
|
| テキストまたは行の一部を部分的に置換 |
|
|
| 中間フォルダも自動作成してファイルを作成 |
| ファイルまたはフォルダを削除( |
🖥️ Web インターフェースの機能 (Web UI)
🌐 Cloudflare Tunnel Control: トンネルの起動と停止をワンクリックで行い、リンクをコピーできます。
🔑 Token Manager: Bearer トークンの表示、再生成、クリップボードへのコピーができます。
📁 ファイルエクスプローラとエディタ: ドライブを移動し、ブラウザ上でファイルの表示・編集ができます。
💻 組み込み CMD コンソール: ターミナルコマンドをテストできます。
⚡ AI呼び出しログ: WebSockets を介して AI のすべての操作をリアルタイムで監視します。
🔌 各種クライアントへの接続
1. Notion AI (カスタム MCP サーバー)
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 <ваш_токен>"
}
}
}
}📤 このプロジェクトをGitHubにアップロードする方法
GitHub で新しいリポジトリを作成します(例:
remote-mcp-hub)。プロジェクトフォルダ内でターミナルに次のコマンドを入力します:
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