Skip to main content
Glama

MCP File Context Server

by bsmi021
{ "$schema": "https://json-schema.org/draft-07/schema#", "title": "File List", "description": "A list of file objects.", "type": "array", "items": { "type": "object", "title": "File", "description": "Represents a single file with its metadata and content.", "properties": { "fileName": { "type": "string", "description": "The name of the file, including its extension." }, "content": { "type": "string", "description": "Holds the full file content in plain text." }, "fileSize": { "type": "integer", "description": "File size in bytes.", "minimum": 0 }, "lastModifiedDateTime": { "type": "string", "format": "date-time", "description": "The last modified date and time of the file in ISO 8601 format (e.g., '2024-07-04T15:04:05Z')." } }, "required": [ "fileName", "content", "fileSize", "lastModifiedDateTime" ] } }

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/bsmi021/mcp-file-context-server'

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