Filesystem MCP π
@Tabeeh
About Filesystem MCP π
Node.js Model Context Protocol (MCP) server providing secure, relative filesystem access for AI agents like Cline/Claude.
Basic information
Config
No standard config provided
This server doesn't expose a parseable MCP config block in its README. See the repository for install instructions.
RepositoryTools
No tools detected
We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.
Overview
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.
More Files & Storage MCP servers
Claude Document MCP Server
alejandroBallesterosCA lightweight MCP server for processing, editing, and interacting with PDF, Word, Excel, and CSV documents.
Sample S3 Model Context Protocol Server
aws-samplesPDF Reader MCP Server (@shtse8/pdf-reader-mcp)
shtse8π The PDF intelligence layer for AI agents β Agent Document Twin, evidence-first extraction, visual crops, OCR provenance, trust reports, and benchmark-gated releases. MCP server for Claude, Cursor, VS Code, and any MCP client.
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.
Filesystem MCP Server (@sylphlab/filesystem-mcp)
sylphlabπ Secure, efficient MCP filesystem server - token-saving batch operations with project root confinement
Comments