MCP File System Server
MCP 파일 시스템 서버
파일 시스템 작업을 제공하는 MCP 서버입니다. 파일 탐색, 읽기, 쓰기, 분석 및 명령 실행을 지원합니다.
도구
파일 및 디렉터리 작업
ls(path)- 디렉토리 내용 나열cd(path)- 작업 디렉토리 변경(~를 사용하여 홈 디렉토리 확장 지원)read_file(path)- 파일 내용 읽기write_file(path, content)- 파일에 내용 쓰기mkdir(path)- 디렉토리 생성rm(path)- 파일 또는 빈 디렉토리 제거rmdir(path)- 디렉토리와 내용을 재귀적으로 제거합니다.cp(src, dst)- 파일 또는 디렉토리 복사mv(src, dst)- 파일 또는 디렉토리 이동
편집 및 검색
edit_file(path, changes)- changes가 (search_text, replace_text) 튜플 목록인 파일에 여러 검색/바꾸기 작업을 적용합니다.grep(pattern, path)- 파일에서 정규식 패턴 검색
분석
summary(path)- Python(.py) 및 Markdown(.md) 파일의 요약을 생성합니다.Python: 함수와 클래스 목록
마크다운: 헤더(#으로 시작하는 줄)를 나열합니다.
배치 작업
read_files(paths)- 여러 파일을 읽고 경로를 콘텐츠에 매핑하는 dict를 반환합니다.summarize(paths)- 여러 파일에 대한 요약을 생성하고 요약에 대한 경로를 매핑하는 dict를 반환합니다.
프로젝트 탐색
work_on(path)- 디렉토리로 이동하고, 디렉토리 내용을 나열하고, CLAUDE.md에서 메모를 가져옵니다. 채팅 시작 시 프로젝트에 익숙해지는 데 유용합니다.
코드 품질
ruff_check(paths)- 지정된 파일에 ruff linter를 실행합니다.ruff_format(paths)- ruff를 사용하여 파일 형식 지정
명령 실행
shell_command(command, args=None, cmdline=None, timeout=30)- 셸 명령을 실행하고 출력을 캡처합니다.⚠️ 보안 경고 : 이 도구는 호스트 시스템에서 임의의 명령 실행을 허용합니다. 특히 입력 소스를 신뢰할 수 없는 경우, 실행을 허용하기 전에 항상 명령을 검사하고 검증하십시오.
This server cannot be installed
Maintenance
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
- AlicenseBqualityDmaintenanceA beginner-friendly MCP server that enables AI to explore file systems through tools for listing directories, reading files, searching with wildcards, and getting file metadata. Perfect for learning MCP development while providing practical file system interaction capabilities.411MIT
- FlicenseBqualityDmaintenanceA lightweight server for managing local workspaces through file operations, Git version control, and Node.js development commands. It enables users to manipulate files, track repository status, and execute build or dependency scripts within their development environment.18
- Alicense-qualityDmaintenanceProvides tools for text file analysis, including metrics like word counts and character frequencies, alongside file reading and directory browsing capabilities. This server enables LLMs to interact with and process local file content securely through the Model Context Protocol.MIT
- Alicense-qualityCmaintenanceMCP server for performing filesystem operations, enabling file management and manipulation through natural language.MIT
Related MCP Connectors
File uploads for AI agents. Upload, list, and manage files. No signup required.
Agent-native MCP server over the public saagarpatel.dev corpus. Read-only, stateless.
This MCP server enables users to perform scientific computations regarding linear algebra and vect…
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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/kvas-it/mcp-server-fs'
If you have feedback or need assistance with the MCP directory API, please join our Discord server