Skip to main content
Glama

MCP Filesystem Server

MIT License
12
7
  • Linux
  • Apple

get_file_info

Retrieve detailed metadata for files or directories, including size, permissions, and timestamps. Understand file characteristics without accessing content. Works within predefined secure directory paths.

Instructions

Retrieve detailed metadata about a file or directory. Returns comprehensive information including size, creation time, last modified time, permissions, and type. This tool is perfect for understanding file characteristics without reading the actual content. Only works within allowed directories.

Input Schema

NameRequiredDescriptionDefault
pathYesPath to the file or directory to get information about

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "path": { "description": "Path to the file or directory to get information about", "type": "string" } }, "required": [ "path" ], "type": "object" }
Install Server

Other Tools from MCP Filesystem Server

Related Tools

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/gabrielmaialva33/mcp-filesystem'

If you have feedback or need assistance with the MCP directory API, please join our Discord server