MCP Filesystem Server
@MCP-Mirror
MCP Filesystem Server について
Mirror of
基本情報
設定
以下の設定を使って、このサーバーを 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
argsare 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 ..
「ファイルとストレージ」の他のコンテンツ
Filesystem MCP Server
cyanheadsA Model Context Protocol (MCP) server for platform-agnostic file capabilities, including advanced search/replace and directory tree traversal
Rust MCP Filesystem
rust-mcp-stackBlazing-fast, asynchronous MCP server for seamless filesystem operations.
Claude Document MCP Server
alejandroBallesterosCA lightweight MCP server for processing, editing, and interacting with PDF, Word, Excel, and CSV documents.
S3 MCP Server
samuraikunMCP server to integrate AWS S3 and LLM
mcp-v8: V8 JavaScript MCP Server
r33drichardsMCP server that exposes a V8 JavaScript runtime as a tool for AI agents like Claude and Cursor. Supports persistent heap snapshots via S3 or local filesystem, and is ready for integration with modern AI development environments.
コメント