Skip to main content
Glama

basic-memory

read_content

Retrieve raw file content from your local knowledge base to access stored information directly from Markdown files in your semantic graph system.

Instructions

Read a file's raw content by path or permalink

Input Schema

NameRequiredDescriptionDefault
pathYes
projectNo

Input Schema (JSON Schema)

{ "properties": { "path": { "title": "Path", "type": "string" }, "project": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "title": "Project" } }, "required": [ "path" ], "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/basicmachines-co/basic-memory'

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