Skip to main content
Glama

marm-mcp

__init__.py709 B
""" MARM MCP Server - Universal Memory Intelligence for AI Agents MARM (Memory Accurate Response Mode) is a production-ready Universal MCP Server that provides advanced AI memory capabilities, semantic search, and intelligent context management for Claude and other AI agents. Features: - Universal MCP Protocol compliance - Semantic search with sentence transformers - Intelligent memory management - FastAPI-based architecture - Docker deployment ready - Production-grade performance Author: Lyell - MARM Systems Version: 2.2.6 """ __version__ = "2.2.6" __author__ = "Lyell" __email__ = "lyell@marmsystems.com" from .server import create_server, main __all__ = ["create_server", "main", "__version__"]

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/Lyellr88/marm-mcp'

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