MCP 파일 서버
표준화된 인터페이스를 통해 파일 시스템 작업을 제공하는 MCP(모델 컨텍스트 프로토콜) 서버 구현입니다.
개요
MCP 파일 서버는 AI 모델이 표준화된 API를 통해 로컬 파일 시스템에서 파일 작업을 수행할 수 있도록 지원합니다. MCP 파일 서버는 Model Context Protocol SDK를 사용하여 구축되었으며, 파일을 읽고, 생성하고, 나열하는 도구를 제공합니다.
특징
- 파일 생성 : 지정된 내용으로 새 파일을 생성합니다.
- 파일 읽기 : 기존 파일의 내용을 읽습니다.
- 디렉토리 내용 나열 : 자세한 정보와 함께 파일 및 디렉토리 나열
- 성능 모니터링 : 오류 추적 및 성능 모니터링을 위한 Sentry 통합 기능 내장
설치
지엑스피1
용법
MCP 파일 서버를 시작합니다.
서버는 MCP 프로토콜을 사용하여 stdin/stdout을 통해 통신합니다.
사용 가능한 도구
createfile
제공된 콘텐츠로 지정된 경로에 새 파일을 만듭니다.
매개변수:
filePath
: 파일이 생성되어야 하는 경로content
: 파일에 쓸 내용
보고:
- 파일 경로 및 크기 정보가 포함된 성공 메시지
읽기 파일
지정된 경로에 있는 파일의 내용을 읽습니다.
매개변수:
filePath
: 읽을 파일의 경로
보고:
- 파일의 내용
목록 파일
지정된 경로에 있는 파일과 디렉토리를 나열합니다.
매개변수:
path
: 내용을 나열할 디렉토리 경로
보고:
- 파일 이름, 크기, 유형을 포함하는 마크다운 테이블
환경 변수
SENTRY_DSN
: 오류 추적을 위한 Sentry 데이터 소스 이름(선택 사항)
종속성
@modelcontextprotocol/sdk
: MCP SDK 패키지zod
: 스키마 검증@sentry/node
: 오류 추적 및 성능 모니터링
예시
MCP 프로토콜을 통해 이러한 도구를 호출하는 방법의 예:
local-only server
The server can only run on the client's local machine because it depends on local resources.
표준화된 모델 컨텍스트 프로토콜 인터페이스를 통해 AI 모델이 로컬 파일 시스템에서 파일 시스템 작업(파일 읽기, 생성, 나열)을 수행할 수 있도록 합니다.
Related Resources
Related MCP Servers
- -securityAlicense-qualityA Model Context Protocol (MCP) server that allows AI models to safely access and interact with local file systems, enabling reading file contents, listing directories, and retrieving file metadata.Last updated -139JavaScriptMIT License
- -securityFlicense-qualityA Model Context Protocol server that extends AI capabilities by providing file system access and management functionalities to Claude or other AI assistants.Last updated -2966TypeScript
- -securityAlicense-qualityEnables AI applications to interact with decentralized storage through a standardized Model Context Protocol interface, allowing file uploads, retrievals, and identity management.Last updated -10TypeScriptApache 2.0
- AsecurityAlicenseAqualityA Model Context Protocol server that provides AI agents with secure access to local filesystem operations, enabling reading, writing, and managing files through a standardized interface.Last updated -1043615TypeScriptApache 2.0
Appeared in Searches
- Tools to Enhance Cursor AI Performance
- MCP servers to enhance agent-based medical project performance
- How to organize or locate my project file
- Developing and redeveloping web frontend and Python backend projects, including frontend-backend integration and debugging
- A system or tool for reading, writing, and interacting with local storage