Filesystem MCP Server
@jayessdeesea
Filesystem MCP Server について
概要はまだありません
基本情報
設定
ツール
1List files in a directory
概要
What is Filesystem MCP Server?
The Filesystem MCP Server is a Model Context Protocol (MCP) server that provides resources for accessing file metadata and content. It allows clients to retrieve information about files and directories, as well as read the content of files.
How to use Filesystem MCP Server?
Build with mvn clean package (requires Java 17+ and Maven). Run with java -jar target/filesystem-mcp-1.0-SNAPSHOT-jar-with-dependencies.jar. The server exposes resources at file://metadata/{path} and file://content/{path} and a tool list_files.
Key features of Filesystem MCP Server
- Get metadata for files and directories (name, path, size, timestamps, permissions)
- Read content of text and binary files
- Automatic MIME type detection based on file extension
- Comprehensive logging
- Dependency injection using Spring Framework for maintainability
Use cases of Filesystem MCP Server
- Retrieve file metadata through MCP resources
- Read file contents via MCP protocol
- List files in a directory using the
list_filestool - Integrate file system access into MCP-compatible applications
FAQ from Filesystem MCP Server
What are the prerequisites to build and run the server?
Java 17 or higher, Maven, and Spring Framework (automatically managed by Maven).
How does the server handle file content?
It can read the content of both text and binary files, with automatic MIME type detection based on file extension.
What resources and tools does the server provide?
Resources: file://metadata/{path} for metadata, file://content/{path} for content. Tool: list_files for listing directory contents.
What architecture does the server use?
A layered architecture: Configuration Layer (Spring), Service Layer (core operations), Resource Layer (MCP resources), Utility Layer.
Where can I find more documentation?
Documentation is available under docs/ for resources, tools, prompts, and Spring integration. A license is provided (MIT).
「ファイルとストレージ」の他のコンテンツ
Filesystem MCP Server
cyanheadsA Model Context Protocol (MCP) server for platform-agnostic file capabilities, including advanced search/replace and directory tree traversal
Mcp Filesystem
gabrielmaialva33A secure Model Context Protocol (MCP) server providing filesystem access within predefined directories
WORK IN PROGRESS - USE WITH CAUTION - Windows:
hanwegMCP server for working with PDF files
File Context Server
bsmi021A Model Context Protocol (MCP) server that provides file system context to Large Language Models (LLMs). This server enables LLMs to read, search, and analyze code files with advanced caching and real-time file watching capabilities.
mcp-rquest
xxxbrianA MCP server providing realistic browser-like HTTP request capabilities with accurate TLS/JA3/JA4 fingerprints for bypassing anti-bot measures. It also supports converting PDF and HTML documents to Markdown for easier processing by LLMs.
コメント