Filesystem MCP ServerServer

bsmi021
GitHub
filesystemMCPdeveloper-tools

Loading subscription status...

💡 Description

A Model Context Protocol server that provides standardized tools for file system operations, analysis, and manipulation functionalities through a unified interface.

📝 JSON Entries

{
  "mcpServers": [
    {
      "filesystem": {
        "args": [
          "path/to/filesystem-server/build/index.js"
        ],
        "command": "node"
      }
    }
  ]
}

🛠️ Tools

dir commandfile commandhash commandzip command

Features

  • Directory management
  • File operations (read, write, append)
  • Text analysis
  • ZIP file creation and extraction

💬 Example Queries

  • List the contents of a directory
  • Create a new directory
  • Read a file from the filesystem
  • Write content to a file
  • Analyze a text file