Serversio.github.modelcontextprotocol/filesystem
F

Filesystem

io.github.modelcontextprotocol/filesystem · v1.0.2
▦ npm
v1.0.2npm npm: @modelcontextprotocol/server-filesystem↗ Repository
{}server.json

The full server descriptor as registered with IndusMCP.

{
  "$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
  "name": "io.github.modelcontextprotocol/filesystem",
  "title": "Filesystem",
  "description": "Node.js server implementing Model Context Protocol (MCP) for filesystem operations.",
  "version": "1.0.2",
  "repository": {
    "url": "https://github.com/modelcontextprotocol/servers",
    "source": "github"
  },
  "packages": [
    {
      "registryType": "npm",
      "registryBaseUrl": "https://registry.npmjs.org",
      "identifier": "@modelcontextprotocol/server-filesystem",
      "version": "1.0.2",
      "transport": {
        "type": "stdio"
      },
      "packageArguments": [
        {
          "type": "positional",
          "valueHint": "target_dir",
          "description": "Path the server is allowed to access",
          "isRequired": true,
          "isRepeated": true
        }
      ],
      "environmentVariables": [
        {
          "name": "LOG_LEVEL",
          "description": "Logging level (debug, info, warn, error)",
          "default": "info"
        }
      ]
    }
  ],
  "_meta": {
    "dev.indusmcp/category": [
      "files",
      "reference"
    ],
    "dev.indusmcp/source": "official-registry-mirror"
  }
}