Skip to main content
Glama

🌐 Remote MCP Hub — AI를 위한 파일 및 CMD 원격 액세스


⚡ 빠른 시작 3단계

단계 1. 실행

start.bat 파일을 더블 클릭으로 실행하세요(또는 터미널에서 npm start).

서버는 의존성이 없으면 자동으로 설치하고, ** 포트 3800**에서 실행한 뒤 브라우저에서 웹 패널을 엽니다: http://localhost:3800.

단계 2. Cloudflare Tunnel 켜기

열린 관리 패널에서 **«터널 시작»**을 클릭하세요:

  • 공개 보안 HTTPS 주소를 받습니다: https://<случайное_имя>.trycloudflare.com/sse

  • MCP server URLBearer Token을 복사하세요.

단계 3. 신경망에 연결 (Notion, Claude, Cursor)

받은 데이터를 AI의 MCP 서버 설정에 붙여넣으세요:

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

  • Authentication: Bearer

  • Token: mcp_...


Related MCP server: WinCommander

🛠️ 사용 가능한 도구 (MCP Tools)

도구

설명

execute_command

Windows CMD / PowerShell에서 명령 실행 (stdout, stderr, 종료 코드 및 Unix 시간 포함)

list_directory

파일/폴더 목록, 페이지네이션 (limit, offset) 및 Осталось: X files/papок 출력 포함

read_chn_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 UI)

  • 🌐 Cloudflare Tunnel Control: 터널 시작/중지를 1 클릭으로 하고 링크 복사.

  • 🔑 Token Manager: Bearer 토큰 조회, 새로 생성, 클립보드에 복사.

  • 📁 파일 동선기 및 편집기: 브라우저에서 직접 드라이브 탐색, 파일 보기 및 편집.

  • 💻 내장 CMD 콘솔: 터미널 명령 테스트.

  • AI 호출 로그: WebSockets를 통해 AI의 모든 동작을 실시간 모니터링.


🔌 다양한 클라이언트에 연결

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 Operation (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