Remote MCP Hub
🌐 Remote MCP Hub — AI를 위한 파일 및 CMD 원격 액세스
⚡ 빠른 시작 3단계
단계 1. 실행
start.bat 파일을 더블 클릭으로 실행하세요(또는 터미널에서 npm start).
서버는 의존성이 없으면 자동으로 설치하고, ** 포트 3800**에서 실행한 뒤 브라우저에서 웹 패널을 엽니다: http://localhost:3800.
단계 2. Cloudflare Tunnel 켜기
열린 관리 패널에서 **«터널 시작»**을 클릭하세요:
공개 보안 HTTPS 주소를 받습니다:
https://<случайное_имя>.trycloudflare.com/sseMCP server URL 과 Bearer Token을 복사하세요.
단계 3. 신경망에 연결 (Notion, Claude, Cursor)
받은 데이터를 AI의 MCP 서버 설정에 붙여넣으세요:
MCP server URL:
https://<ваше_имя>.trycloudflare.com/sseAuthentication:
BearerToken:
mcp_...
Related MCP server: WinCommander
🛠️ 사용 가능한 도구 (MCP Tools)
도구 | 설명 |
| Windows CMD / PowerShell에서 명령 실행 ( |
| 파일/폴더 목록, 페이지네이션 ( |
|
|
|
|
| 특정 텍스트 또는 문자열 일부를 교체 |
|
|
| 중간 폴더를 자동 생성하면서 파일 생성 |
| 파일 또는 폴더 삭제 ( |
🖥️ 웹 인터페이스 기능 (Web UI)
🌐 Cloudflare Tunnel Control: 터널 시작/중지를 1 클릭으로 하고 링크 복사.
🔑 Token Manager: Bearer 토큰 조회, 새로 생성, 클립보드에 복사.
📁 파일 동선기 및 편집기: 브라우저에서 직접 드라이브 탐색, 파일 보기 및 편집.
💻 내장 CMD 콘솔: 터미널 명령 테스트.
⚡ AI 호출 로그: WebSockets를 통해 AI의 모든 동작을 실시간 모니터링.
🔌 다양한 클라이언트에 연결
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 Operation (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