MCP.so
ログイン

MCP Filesystem Server

@MCP-Mirror

MCP Filesystem Server について

Mirror of

基本情報

カテゴリ

ファイルとストレージ

トランスポート

stdio

公開者

MCP-Mirror

設定

以下の設定を使って、このサーバーを MCP 対応クライアントに追加してください。

{
  "mcpServers": {
    "philgei_mcp_server_filesystem": {
      "command": "uv",
      "args": [
        "venv"
      ]
    }
  }
}

ツール

ツールは検出されませんでした

ツールは README から自動的に抽出されます。メンテナーは ## Tools という見出しの下に記載することで、このタブに反映できます。

概要

What is MCP Filesystem Server?

This server enables Claude Desktop to interact with files in user‑specified directories. It is an unofficial Proof‑of‑Concept port of Claude’s filesystem MCP server, created for educational purposes and not intended for production.

How to use MCP Filesystem Server?

Install the server with UVX, then configure it in claude_desktop_config.json by listing one or more directories as command arguments. After restarting Claude Desktop, access the server through the paperclip icon and the MCP menu.

Key features of MCP Filesystem Server

  • Enforces strict path validation for security
  • Only directories in args are accessible
  • Supports multiple directory specifications
  • Unofficial Proof‑of‑Concept implementation

Use cases of MCP Filesystem Server

  • Provide Claude Desktop with controlled file access
  • Explore MCP server functionality for educational purposes
  • Demonstrate filesystem integration with AI assistants

FAQ from MCP Filesystem Server

What directories can the server access?

Only directories explicitly listed in the args array of the configuration file.

Is this server safe for production use?

No. The README states it is an unofficial Proof‑of‑Concept and should not be used in production environments.

What should I do if the server does not appear in Claude Desktop?

Verify your config file syntax, confirm the package is installed (uv pip list), ensure your Python environment is active, and restart Claude Desktop.

What runtime dependencies are required?

Python with the UV package manager. The server is installed using uv pip install -e ..

コメント

「ファイルとストレージ」の他のコンテンツ