Odel
Filesystem MCP

Filesystem MCP

Local
@j0hanz14TypeScriptMITUpdated Today

Secure filesystem MCP server for reading, writing, searching, diffing, and patching files.

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npm@j0hanz/filesystem-mcpv2.1.5

Run

npx -y @j0hanz/filesystem-mcp

MCP client config

{
  "mcpServers": {
    "filesystem-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@j0hanz/filesystem-mcp"
      ]
    }
  }
}
Dockerghcr.io/j0hanz/filesystem-mcp:2.1.5

Run

docker run -i --rm ghcr.io/j0hanz/filesystem-mcp:2.1.5

MCP client config

{
  "mcpServers": {
    "filesystem-mcp": {
      "command": "docker",
      "args": [
        "run",
        "-i",
        "--rm",
        "ghcr.io/j0hanz/filesystem-mcp:2.1.5"
      ]
    }
  }
}