Skip to main content
Glama

Filesystem MCP Server

by ai-yliu

read_multiple_files

Reads multiple files at once by specifying their paths, enabling efficient file access for batch processing or analysis tasks through the Filesystem MCP Server.

Instructions

Read multiple files simultaneously

Input Schema

NameRequiredDescriptionDefault
pathsYesArray of file paths to read

Input Schema (JSON Schema)

{ "properties": { "paths": { "description": "Array of file paths to read", "items": { "type": "string" }, "type": "array" } }, "required": [ "paths" ], "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/ai-yliu/filesystem-mcp-server'

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