Loading languages...
FI

filesystem-mcp-server

@cyanheads18

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

filesystem
mcp-server
ai-agent
type-safe

# mcpServer Config

{
  "mcpServers": {
    "filesystem_stdio": {
      "command": "node",
      "args": [
        "/path/to/filesystem-mcp-server/dist/index.js"
      ],
      "env": {
        "MCP_LOG_LEVEL": "debug"
      },
      "disabled": false,
      "autoApprove": []
    }
  }
}

# stdio

node dist/index.js
Transport:
stdio
sse
Language:
TypeScript
Created:4/13/2025
Updated:8/28/2025