Filesystem MCP
未申請Give your AI access to the filesystem
インストール
npm i mcp-remote && make run未申請リスティング
このMCPサーバーはあなたのものですか?
このリスティングは公開情報から自動的にインデックスされました。申請することで、ページの編集、互換性の設定、成長ツールのアンロックができます。2分以内に完了します。
このサーバーを申請するツール(12個)
diff
Unified diff between two files or sections. Supports line ranges on both sides
edit_file
Batch find-and-replace on a file. Accepts an array of {oldtext, newtext, replaceall} edits applied sequentially. Reports successes and failures
exec
Execute shell commands in foreground (with timeout) or background (returns process ID)
ls
List directory contents with depth, glob filter, hidden file toggle. depth=1 is flat, depth=N is tree
process_kill
Kill a background process
process_status
Get output and status of a background process, or list all background processes
read_file
Read a file fully or specific line ranges. Accepts an array of {offset, limit} ranges for partial reads
scratch
In-memory key-value store for the agent to save/retrieve temporary data between calls
search
Recursive grep with regex or literal mode. Configurable include/exclude patterns, context lines, max results
system_info
OS, architecture, hostname, user, working directory, shell, PATH
undo
Revert a file to its state before the last writefile or editfile
write_file
Create or overwrite a file. Auto-creates parent directories. Saves undo state