local-only server
The server can only run on the client’s local machine because it depends on local resources.
Integrations
Provides filesystem operations including file reading/writing, directory management, file movement, renaming, metadata retrieval, and search capabilities within allowed directories.
Leverages Node.js filesystem APIs to enable file system operations with security controls for path validation.
Built using TypeScript to provide type-safe filesystem interactions through the MCP interface.
MCP 파일 시스템
표준화된 인터페이스를 통해 파일 시스템 작업을 제공하는 MCP(Model Context Protocol) 서버입니다.
특징
- 파일 작업(읽기/쓰기)
- 디렉토리 관리(생성/나열/삭제)
- 파일 이동 및 이름 바꾸기
- 파일 메타데이터 검색
- 파일 검색 기능
- 허용된 디렉토리를 통한 액세스 제어
시작하기
- 종속성 설치:
지엑스피1
- 프로젝트를 빌드하세요:
- 허용된 디렉토리로 서버를 실행합니다.
선적 서류 비치
- 서버 구현 세부 정보 - 서버 구현 및 최근 수정 사항에 대해 알아보세요.
- 프로토콜에 대한 자세한 내용은 MCP SDK 설명서를 참조하세요.
개발
서버는 다음을 사용하여 구축되었습니다.
- 타입스크립트
- MCP SDK(고수준 API)
- Node.js 파일 시스템 API
보안
서버는 경로 검증을 구현하여 작업이 시작 시 지정된 허용 디렉터리 내에서만 발생하도록 보장합니다.
특허
아이에스씨
You must be authenticated.
Tools
허용된 디렉토리에 대한 보안 제어를 통해 표준화된 인터페이스를 통해 파일 시스템 작업(읽기/쓰기, 디렉토리 관리, 파일 이동)을 제공하는 모델 컨텍스트 프로토콜을 구현하는 서버입니다.