"""Custom exceptions for the MemOS library.
This module defines all custom exceptions used throughout the MemOS project.
All exceptions inherit from a base MemOSError class to provide a consistent
error handling interface.
"""
class MemOSError(Exception): ...
class ConfigurationError(MemOSError): ...
class MemoryError(MemOSError): ...
class MemCubeError(MemOSError): ...
class VectorDBError(MemOSError): ...
class LLMError(MemOSError): ...
class EmbedderError(MemOSError): ...
class ParserError(MemOSError): ...
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/qinshu1109/memos-MCP'
If you have feedback or need assistance with the MCP directory API, please join our Discord server