MCP File System

by Wayazi
Verified

read_file

Read file contents from a specified path using the MCP File System server, enabling secure and standardized file access for authorized operations.

Input Schema

NameRequiredDescriptionDefault
pathYesFile path to read

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "path": { "description": "File path to read", "type": "string" } }, "required": [ "path" ], "type": "object" }

You must be authenticated.

Other Tools from MCP File System

Related Tools

ID: mu1kc5xumt