MCP File Server

readfile

Input Schema

NameRequiredDescriptionDefault
filePathYesPath to the file to read

Input Schema (JSON Schema)

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

You must be authenticated.

Other Tools