Skip to main content
Glama

Filesystem MCP Server

by ai-yliu

read_multiple_files

Read multiple files simultaneously from specified paths using the Filesystem MCP Server. This tool enables efficient batch file processing for streamlined data access and handling.

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