MCP SSH 서버
모델 컨텍스트 프로토콜(MCP)을 위한 강력한 SSH 서버 구현입니다. 이 서버는 SSH 프로토콜을 통해 안전한 원격 명령 실행 및 파일 작업을 지원하며, 비밀번호 및 키 기반 인증을 모두 지원합니다.
특징
✨ 안전한 SSH 연결 관리
🔑 비밀번호 및 키 기반 인증
💻 원격 명령 실행
📁 파일 작업(업로드/다운로드)
📊 파일 전송 진행 상황 추적
🔐 권한 관리
📂 디렉토리 작업
🚀 대량 파일 전송
📝 자세한 로깅
설치
패키지를 설치하세요:
지엑스피1
Claude 데스크톱 구성(
claude_desktop_config.json
)에 다음을 추가합니다.
용법
비밀번호 인증
키 인증
명령 실행
파일 작업
디렉토리 작업
개발
저장소를 복제합니다.
종속성 설치:
짓다:
서버 시작:
환경 변수
SSH_PORT
: 서버 포트(기본값: 8889)SSH_LOG_LEVEL
: 로깅 레벨(기본값: info)
기여하다
저장소를 포크하세요
기능 브랜치를 생성합니다(
git checkout -b feature/amazing-feature
)변경 사항을 커밋하세요(
git commit -m 'Add some amazing feature'
)브랜치에 푸시(
git push origin feature/amazing-feature
)풀 리퀘스트 열기
특허
MIT
This server cannot be installed
remote-capable server
The server can be hosted and run remotely because it primarily relies on remote services or has no dependency on the local environment.
원격 명령 실행과 파일 작업을 가능하게 하고, 비밀번호와 키 기반 인증을 모두 지원하는 모델 컨텍스트 프로토콜을 위한 안전한 SSH 서버 구현입니다.
Related Resources
Related MCP Servers
- AsecurityAlicenseAqualityA secure shell command execution server implementing the Model Context Protocol (MCP). This server allows remote execution of whitelisted shell commands with support for stdin input.Last updated -1141MIT License
- AsecurityFlicenseAqualityA Model Context Protocol server implementation that enables secure remote command execution via SSH, with features for managing and using SSH credentials.Last updated -5189
- AsecurityFlicenseAqualityA secure server that implements the Model Context Protocol (MCP) to enable controlled execution of authorized shell commands with stdin support.Last updated -1
- AsecurityFlicenseAqualityA server that enables remote command execution over SSH through the Model Context Protocol (MCP), supporting both password and private key authentication.Last updated -1182