We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/evangstav/python-memory-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
__init__.py•194 B
"""
Backend implementations for the Memory MCP Server.
This package provides different storage backends for the knowledge graph.
"""
from .jsonl import JsonlBackend
__all__ = ["JsonlBackend"]