74
/ 100
24 days ago
glama

memora

Persistent memory with knowledge graph visualization, semantic/hybrid search, importance scoring, and cloud sync (S3/R2) for cross-session context management.

Is this your MCP?

Claim it to get a verified publisher badge, a free copy of our full audit findings, and direct contact for any high-priority issues we find.

Install from

M8ven verifies MCPs across every public registry — install directly from whichever one you prefer.

// key findings
No credential exfiltration, no sensitive file access, no obfuscation
Static analysis found nothing flowing your secrets to unexpected places.
Open source with a license and README
Anyone can audit the code, the license is declared, and the publisher documents what it does.
🔐
You'll be asked for 3 credentials: CLOUDFLARE_API_TOKEN, CF_API_TOKEN, OPENAI_API_KEY
These are read from process.env at runtime. Make sure you trust where they’ll be sent.
// required environment variables
This server reads these from process.env. You'll be asked to provide them before it can run.
configCLAUDE_PLUGIN_ROOT
configMEMORA_AUTO_CAPTURE
configMEMORA_ALLOW_ANY_TAGAllow any tag without validation against allowlist (1 to enable)
configMEMORA_TAG_FILEPath to file containing allowed tags (one per line)
configMEMORA_TAGSComma-separated list of allowed tags
🔐 secretCLOUDFLARE_API_TOKEN"": "<your-api-token>",
🔐 secretCF_API_TOKEN
configMEMORA_CLOUD_ENCRYPT"": "true",
configMEMORA_CLOUD_COMPRESSCompress database before uploading to cloud (true/false)
configMEMORA_CACHE_DIRLocal cache directory for cloud-synced database
configMEMORA_CLOUD_GRAPH_ENABLED
configMEMORA_CLOUD_GRAPH_WORKER_URL
configMEMORA_CLOUD_GRAPH_SYNC_SCRIPT
configMEMORA_CLOUD_GRAPH_DEBOUNCE
configMEMORA_EMBEDDING_STRICT
configSENTENCE_TRANSFORMERS_MODELModel for sentence-transformers (default: all-MiniLM-L6-v2)
🔐 secretOPENAI_API_KEYAPI key for OpenAI embeddings and LLM deduplication
configOPENAI_EMBEDDING_MODELOpenAI embedding model (default: text-embedding-3-small)
configMEMORA_STALE_DAYSOpen items — open TODOs and issues with stale detection (configurable via , default 14)
configCHAT_MODELModel for the chat panel (default: deepseek/deepseek-chat, falls back to MEMORA_LLM_MODEL)
configMEMORA_STORAGE_URI"": "d1://<account-id>/<database-id>",
configAWS_ENDPOINT_URL"": "https://<account-id>.r2.cloudflarestorage.com",
configR2_PUBLIC_DOMAINPublic domain for R2 image URLs
configMEMORA_TRANSPORT
configMEMORA_HOST
configMEMORA_DB_PATH"": "~/.local/share/memora/memories.db",
configMEMORA_EMBEDDING_MODELEmbedding backend: openai (default), sentence-transformers, or tfidf
configMEMORA_LLM_ENABLEDEnable LLM-powered deduplication comparison (true/false, default: true)
configMEMORA_LLM_MODELModel for deduplication comparison (default: gpt-4o-mini)
configMEMORA_REWRITE_MODEL
configOPENAI_BASE_URLBase URL for OpenAI-compatible APIs (OpenRouter, Azure, etc.)
configMEMORA_VECTOR_SCAN_PAGE_SIZE
configCF_ACCOUNT_ID
configMEMORA_R2_URI
configMEMORA_SOURCE_URI
// full audit trail
The full breakdown of what we checked, the deductions that landed, the network hosts, the dependency advisories, and concrete fix guidance is available to verified publishers.
// improvement guidance — verified publishers only
We have 5 concrete improvements we can share with the publisher of this MCP. Each comes with specific guidance to raise the trust score.
// embed badge in your README
[![M8ven Score](https://m8ven.ai/badge/mcp/agentic-box-memora-qsq57y)](https://m8ven.ai/mcp/agentic-box-memora-qsq57y)
commit: bc64ff745a9b2c0e6245e0137654f041fba0c155
code hash: 18c6bbcc879d1a77bb4bc0a01ef3e5b9cd485af00dc1778d64340a3381281c18
verified: 6/18/2026, 11:55:09 AM
view raw JSON →