filesystem-mcp
Filesystem MCP is a Node.js server that provides secure, relative filesystem access for AI agents like Cline and Claude. It offers features like secure access, relative path support, and TypeScript integration, enhancing the interaction between AI and the filesystem.
Filesystem MCP 🌐
Welcome to the Filesystem MCP repository! This project provides a Node.js Model Context Protocol (MCP) server designed to offer secure, relative filesystem access for AI agents such as Cline and Claude.
Features ✨
- Secure Access: Ensures that AI agents interact with the filesystem in a safe manner.
- Relative Paths: Simplifies the process of accessing files without needing absolute paths.
- Support for AI Agents: Specifically designed to work with Cline and Claude.
- Built with Node.js: Utilizes the power of Node.js for efficient server-side operations.
- TypeScript Support: Offers type safety and improved developer experience.
Installation ⚙️
To get started with the Filesystem MCP server, clone the repository and install dependencies using Node.js.
Usage 🚀
To start the server, run npm start
. Configure the server through config.json
and make requests to access the filesystem.
API Documentation 📚
The server exposes endpoints to interact with the filesystem using GET and POST requests to manage files.