Filesystem MCP 🌐
@Tabeeh
关于 Filesystem MCP 🌐
Node.js Model Context Protocol (MCP) server providing secure, relative filesystem access for AI agents like Cline/Claude.
基本信息
配置
工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
What is Filesystem MCP?
Filesystem MCP is a Node.js Model Context Protocol (MCP) server that provides secure, relative filesystem access for AI agents such as Cline and Claude.
How to use Filesystem MCP?
Clone the repository, install dependencies with npm install, then start the server with npm start. Modify config.json to configure the port, security settings, and allowed agents. Access the filesystem via HTTP endpoints like GET /files/{path} and POST /files/{path}.
Key features of Filesystem MCP
- Secure relative filesystem access for AI agents
- Designed for Cline and Claude
- Built with Node.js and TypeScript support
- Configuration via
config.jsonfile - HTTP API with GET and POST endpoints
Use cases of Filesystem MCP
- Allow AI agents to read files from a safe, sandboxed directory
- Enable AI agents to create or update files using relative paths
- Provide a controlled filesystem interface for agent workflows
FAQ from Filesystem MCP
What runtime does Filesystem MCP require?
Node.js version 16.0.0 or higher.
Which AI agents are supported?
The server is specifically designed to work with Cline and Claude.
How do I configure the server?
Edit the config.json file to set the port, enable security, and specify allowed agents.
How do I access files?
Use GET /files/{path} to read a file and POST /files/{path} with a JSON body containing content to write a file.
What happens if a file is not found or access is denied?
The server returns HTTP status 404 Not Found for missing files and 403 Forbidden for denied access.
文件与存储 分类下的更多 MCP 服务器
Google Drive MCP Server
hxie-pallasA google drive mcp servers based on Python
Google Drive server
isaacphiModel Context Protocol (MCP) Server for reading from Google Drive and editing Google Sheets
WORK IN PROGRESS - USE WITH CAUTION - Windows:
hanwegMCP server for working with PDF files
PDF Extraction MCP Server (Claude Code Fork)
xraywuMCP server to extract contents from a PDF file
Filesystem MCP Server SSE
ysthinkThe SSE version of the MCP service is modified from the Filesystem MCP server
评论