name: filesystem version: "2.0.0" description: Filesystem MCP server for reading and writing files # Was "@anthropic/filesystem-mcp", which 404s on the npm registry — creating a # server from this template failed at install. This is the real package. packageName: "@modelcontextprotocol/server-filesystem" runtime: node transport: STDIO repositoryUrl: https://github.com/modelcontextprotocol/servers/tree/main/src/filesystem healthCheck: # Zero-arg and proves the server resolved its configured roots, which is the # only thing it can be misconfigured about. tool: list_allowed_directories arguments: {} intervalSeconds: 60 timeoutSeconds: 10 env: - name: ALLOWED_DIRECTORIES description: >- Space-separated directories the server may access. Passed as the package's positional arguments; without at least one the server exposes nothing. required: true