filesystem-mcp-server

A Model Context Protocol (MCP) server for platform-agnostic file capabilities, including advanced search/replace and directory tree traversal

GitHub Stars

18

User Rating

Not Rated

Favorites

0

Views

25

Forks

15

Issues

3

Installation
Difficulty
Advanced
Estimated Time
20-45 minutes

Installation

1 Clone the repository:
bash
    git clone https://github.com/cyanheads/filesystem-mcp-server.git
    cd filesystem-mcp-server
    
2 Install dependencies:
bash
    npm install
    
3 Build the project:
bash
    npm run build
    
This compiles the TypeScript code to JavaScript in the dist/ directory and makes the main script executable. The executable will be located at dist/index.js.