Skip to main content
Glama

Graphlit MCP Server

Official

ingestFile

Uploads local files to the Graphlit knowledge base for processing, extracting content, and enabling search within MCP clients. Supports async execution and returns a content identifier.

Instructions

Ingests local file into Graphlit knowledge base. Accepts the path to the file in the local filesystem. Executes asynchronously and returns the content identifier.

Input Schema

NameRequiredDescriptionDefault
filePathYes

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "filePath": { "type": "string" } }, "required": [ "filePath" ], "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/graphlit/graphlit-mcp-server'

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