Skip to main content
Glama
VitexSoftware

mcp-server-filesystem

mcp-server-filesystem

Linux ファイルシステム操作を LLM エージェント向けのツールとして公開する MCP サーバーで、FastMCP で構築されています。mcprack MCP プロキシ/カタログツール用の軽量で依存関係の少ないテストサーバーとして設計されています。

設定

資格情報は不要です。すべての設定は環境変数を介して行われ、起動時に一度だけ読み取られます。

変数

必須

説明

FS_ROOT

いいえ

すべてのパスが制限されるディレクトリ(デフォルト: 起動時のカレントワーキングディレクトリ)

FS_READONLY

いいえ

true(デフォルト)は変更ツールをブロックします。書き込み・削除・移動を許可するには false に設定します。

ツールに与えられたすべてのパスは FS_ROOT に対して解決され、.. やシンボリックリンクを介してそこから逃げ出そうとする場合は拒否されます。これはアプリケーションレベルの境界であり、堅牢なサンドボックスではありません(chroot/マウント名前空間はありません)。

Related MCP server: ab_mcp

ツール

読み取り専用: list_dirread_filestatexistsglob_search

変更(FS_READONLY=false が必要): write_filemkdirdeletemovecopy

使用方法

推奨 — VitexSoftware リポジトリの Debian パッケージ

sudo curl -fsSL http://repo.vitexsoftware.com/KEY.gpg -o /usr/share/keyrings/vitexsoftware-archive-keyring.gpg
echo "deb [signed-by=/usr/share/keyrings/vitexsoftware-archive-keyring.gpg] http://repo.vitexsoftware.com trixie main backports" \
  | sudo tee /etc/apt/sources.list.d/vitexsoftware.list
sudo apt update
sudo apt install mcp-server-filesystem

backports コンポーネントは必須であり、任意ではありません。python3-mcppython3-fastmcp の依存関係)は python3-jsonschema >= 4.20.0 を必要としますが、これは Debian trixie が main で提供しているバージョンよりも新しいため、backports でのみ利用可能です。これがないと、apt installpython3-jsonschema に関する依存関係未解決エラーで失敗します。

これにより、python3-fastmcpmcp-server-filesystem が一度にインストールされます。

代替 — pip

pip install -e .
export FS_ROOT=/path/to/sandbox
mcp-server-filesystem

mcprack 統合

このサーバーを mcprack に登録するには、次のようにします:

  • コマンド: mcp-server-filesystem

  • 環境変数: FS_ROOT=/path/to/sandboxFS_READONLY=false(書き込みが必要な場合)

mcprack はこれを stdio サブプロセスとして起動し、ユーザーごとに HTTP 経由でプロキシします。

開発

pytest
A
license - permissive license
Not graded
quality - not tested
C
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

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

  • -
    license
    Not graded
    quality
    Not graded
    maintenance
    A Filesystem MCP server that allows an LLM to read and list files from a specified directory on your local machine through the Model Context Protocol.
    2
  • A
    license
    A
    quality
    C
    maintenance
    A file system MCP server that confines AI assistant file tools to a single folder, with read-only by default and optional write access.
    7
    MIT
  • A
    license
    A
    quality
    B
    maintenance
    Provides LLMs with local filesystem operations (read/write files, list directories) and command execution via MCP, enabling file management and task automation within AI clients.
    7
    17
    ISC

View all related MCP servers

Related MCP Connectors

  • Agent-native MCP server over the public saagarpatel.dev corpus. Read-only, stateless.

  • OCR, transcription, file extraction, and image generation for AI agents via MCP.

  • MCP server for secureFlows: token-free URL builders and integration-linting tools for AI agents.

View all MCP Connectors

Latest Blog Posts

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/VitexSoftware/mcp-server-filesystem'

If you have feedback or need assistance with the MCP directory API, please join our Discord server