Skip to main content
Glama

MCP Filesystem Server

MIT License
35
7
  • Linux
  • Apple

get_file_info

Retrieve metadata such as size, permissions, and timestamps for files or directories without accessing content. Operates within predefined secure paths on the MCP Filesystem Server.

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" }

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