
MCP-Server-FS
Server MCP fournissant des opérations de système de fichiers de base. Prend en charge la navigation, la lecture, l'écriture et l'analyse des fichiers.
1
Github Watches
2
Github Forks
3
Github Stars
MCP File System Server
MCP server providing file system operations. Supports navigation, reading, writing, analyzing files and command execution.
Tools
File and Directory Operations
-
ls(path)
- List directory contents -
cd(path)
- Change working directory (supports home directory expansion with ~) -
read_file(path)
- Read file contents -
write_file(path, content)
- Write content to a file -
mkdir(path)
- Create directory -
rm(path)
- Remove file or empty directory -
rmdir(path)
- Remove directory and contents recursively -
cp(src, dst)
- Copy file or directory -
mv(src, dst)
- Move file or directory
Editing and Searching
-
edit_file(path, changes)
- Apply multiple search/replace operations to a file, where changes is a list of (search_text, replace_text) tuples -
grep(pattern, path)
- Search for regex pattern in file(s)
Analysis
-
summary(path)
- Generate summary of Python (.py) and Markdown (.md) files:- Python: Lists functions and classes
- Markdown: Lists headers (lines starting with #)
Batch Operations
-
read_files(paths)
- Read multiple files, returns dict mapping paths to contents -
summarize(paths)
- Generate summaries for multiple files, returns dict mapping paths to summaries
Project Navigation
-
work_on(path)
- Change to directory, list its contents, and get the notes from CLAUDE.md. Useful for getting familiar with a project at the start of a chat
Code Quality
-
ruff_check(paths)
- Run ruff linter on specified files -
ruff_format(paths)
- Format files using ruff
Command Execution
-
shell_command(command, args=None, cmdline=None, timeout=30)
- Run shell commands and capture their output⚠️ Security Warning: This tool allows arbitrary command execution on the host system. Always inspect and validate commands before allowing them to run, especially if the input source is untrusted.
相关推荐
I craft unique cereal names, stories, and ridiculously cute Cereal Baby images.
I find academic articles and books for research and literature reviews.
Evaluator for marketplace product descriptions, checks for relevancy and keyword stuffing.
Confidential guide on numerology and astrology, based of GG33 Public information
Emulating Dr. Jordan B. Peterson's style in providing life advice and insights.
Advanced software engineer GPT that excels through nailing the basics.
Your go-to expert in the Rust ecosystem, specializing in precise code interpretation, up-to-date crate version checking, and in-depth source code analysis. I offer accurate, context-aware insights for all your Rust programming questions.
This GPT assists in finding a top-rated business CPA - local or virtual. We account for their qualifications, experience, testimonials and reviews. Business operators provide a short description of your business, services wanted, and city or state.
Découvrez la collection la plus complète et la plus à jour de serveurs MCP sur le marché. Ce référentiel sert de centre centralisé, offrant un vaste catalogue de serveurs MCP open-source et propriétaires, avec des fonctionnalités, des liens de documentation et des contributeurs.
L'application tout-en-un desktop et Docker AI avec chiffon intégré, agents AI, constructeur d'agent sans code, compatibilité MCP, etc.
Manipulation basée sur Micropython I2C de l'exposition GPIO de la série MCP, dérivée d'Adafruit_MCP230XX
Plateforme d'automatisation de workflow à code équitable avec des capacités d'IA natives. Combinez le bâtiment visuel avec du code personnalisé, de l'auto-hôte ou du cloud, 400+ intégrations.
🧑🚀 全世界最好的 LLM 资料总结 (数据处理、模型训练、模型部署、 O1 模型、 MCP 、小语言模型、视觉语言模型) | Résumé des meilleures ressources LLM du monde.
Une liste organisée des serveurs de protocole de contexte de modèle (MCP)
Reviews

user_oSqqHVoc
I have been using mcp-server-fs for a while now, and it has significantly enhanced my server management experience. Developed by kvas-it, this open-source project is reliable and user-friendly. The documentation is clear, and the support community is excellent. Highly recommend checking it out at https://github.com/kvas-it/mcp-server-fs!