Skip to main content
Glama

MCP File Server

by codyde

readfile

Read and extract content from files using the MCP File Server, enabling AI models to access and process local file system data efficiently.

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 from MCP File Server

Related Tools

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/codyde/mcp-file-tool'

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