We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/towan912/claude-memory-mcp-cf'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
__init__.py•225 B
"""
Claude Memory MCP Server
An MCP server implementation that provides persistent memory capabilities for Large Language Models,
specifically designed to work with the Claude desktop application.
"""
__version__ = "0.1.0"