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: 関数とクラスのリスト
Markdown: ヘッダー(# で始まる行)をリストします
バッチ操作
read_files(paths)- 複数のファイルを読み取り、パスと内容をマッピングした辞書を返します。summarize(paths)- 複数のファイルの要約を生成し、要約へのパスをマッピングする辞書を返します。
プロジェクトナビゲーション
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