Skip to main content
Glama

basic-memory

exceptions.py390 B
class FileOperationError(Exception): """Raised when file operations fail""" pass class EntityNotFoundError(Exception): """Raised when an entity cannot be found""" pass class EntityCreationError(Exception): """Raised when an entity cannot be created""" pass class DirectoryOperationError(Exception): """Raised when directory operations fail""" pass

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