Skip to main content
Glama

MCP Memory Service

memory_export_template.json1.82 kB
{ "export_metadata": { "source_machine": "example-hostname", "export_timestamp": "2025-08-21T12:00:00.000000", "total_memories": 3, "database_path": "/path/to/sqlite_vec.db", "platform": "Linux", "python_version": "3.11.0", "include_embeddings": false, "filter_tags": null, "exporter_version": "6.2.4" }, "memories": [ { "content": "MCP Memory Service is a Model Context Protocol server that provides semantic memory and persistent storage capabilities for Claude Desktop using SQLite-vec and sentence transformers.", "content_hash": "example-hash-1234567890abcdef", "tags": ["documentation", "project-overview"], "created_at": 1692633600.0, "updated_at": 1692633600.0, "memory_type": "note", "metadata": { "source": "example-machine", "project": "mcp-memory-service" } }, { "content": "Key development commands: `uv run memory` to start server, `pytest tests/` for testing, `python install.py` for setup.", "content_hash": "example-hash-abcdef1234567890", "tags": ["commands", "development"], "created_at": 1692634200.0, "updated_at": 1692634200.0, "memory_type": "reference", "metadata": { "source": "example-machine", "category": "quick-reference" } }, { "content": "SQLite-vec backend is now the default storage backend (v6.0+) offering fast performance and single-file database storage.", "content_hash": "example-hash-fedcba0987654321", "tags": ["architecture", "backend", "sqlite-vec"], "created_at": 1692634800.0, "updated_at": 1692634800.0, "memory_type": "architectural-decision", "metadata": { "source": "example-machine", "version": "v6.0.0" } } ] }

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/doobidoo/mcp-memory-service'

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