파일 시스템을 위한 모델 컨텍스트 프로토콜 서버
이 모델 컨텍스트 프로토콜(MCP) 서버는 대규모 언어 모델(LLM)이 파일 시스템에서 파일을 나열하고, 읽고, 수정할 수 있도록 합니다.
일반적인 사용법
- jbang 설치
- 서버를 실행하도록 MCP 클라이언트를 구성하세요(아래 Claude Desktop Config 참조)
다음 명령을 사용하여 특정 경로에 대한 액세스 권한을 부여하여 서버를 시작합니다.
지엑스피1
Claude Desktop Config 및 mcp-cli
claude_desktop_config.json
또는 server_config.json
파일에 다음을 추가하세요.
네이티브 이미지/실행 파일
네이티브 이미지를 사용하면 시작 시간이 거의 즉각적입니다.
네이티브 이미지는 출시 페이지 에서 다운로드할 수 있습니다.
그런 다음 MCP 클라이언트에서 해당 플랫폼에 맞는 실행 파일을 사용하세요.
MacOS arm64(M1, M2 등)의 예:
물론 원한다면 실행 파일의 이름을 mcp-server-filesystem
등으로 바꿀 수도 있습니다.
문제 해결
jbang을 찾을 수 없습니다
jbang
설치되어 있고 PATH에 사용 가능한지 확인하세요.- 또는 jbang 실행 파일의 전체 경로를 사용하세요(예:
/Users/username/.jbang/jbang
)
더 많은 로깅을 얻으세요
더 자세한 로깅을 얻으려면 jbang 명령줄에 다음 매개변수를 추가할 수 있습니다.
예:
어떻게 만들어졌나요?
MCP 서버는 Quarkus, Supersonic Subatomic Java Framework 및 해당 Model Context Protocol 지원을 사용합니다.
Quarkus MCP 서버 지원에 대해 자세히 알아보려면 이 블로그 게시물 과 Quarkus MCP 서버 확장 설명서를 참조하세요.
서버를 실행하려면 jbang을 사용하여 Java를 설정하고 .jar 파일을 최대한 투명하게 실행합니다. uvx
, pipx
, npmx
등의 작동 방식과 매우 유사하며, Java에서만 작동합니다.
This server cannot be installed
local-only server
The server can only run on the client's local machine because it depends on local resources.
파일 시스템을 탐색, 나열 및 편집합니다. Java/Quarkus로 구현되었으며 네이티브 이미지(빠름!)를 사용할 수 있습니다.
Related Resources
Related MCP Servers
- -securityAlicense-qualityEnables integration with Google Drive for listing, reading, and searching over files, supporting various file types with automatic export for Google Workspace files.Last updated -71448MIT License
- -securityFlicense-qualityThis server provides an interface for performing basic file system operations such as navigation, reading, writing, and file analysis, allowing users to manage directories and files efficiently.Last updated -4
- -security-license-qualityProvides fast file searching capabilities across Windows, macOS, and Linux operating systems using platform-specific search technologies.Last updated -MIT License
- AsecurityFlicenseAqualityEnables comprehensive directory analysis and file management operations including project structure exploration, intelligent file search, full CRUD operations on files and directories, batch operations with rollback capabilities, and Git integration.Last updated -133