Skip to main content
Glama

Continuo Memory System

by GtOkAi
__init__.py360 B
""" Persistent Memory Module for MCP Implements effectively continuous context with RAG and hierarchical compression """ from .embedding_service import EmbeddingService from .hierarchical_compression import HierarchicalCompressor from .memory_server import MemoryServer __all__ = [ "MemoryServer", "EmbeddingService", "HierarchicalCompressor", ]

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/GtOkAi/continuo-memory-mcp'

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