0
/ 100
1 month ago
glama

Memoreei

An open-source MCP server that gives AI assistants a searchable memory of your entire personal communication history by ingesting messages from multiple platforms and indexing them with hybrid search.

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
🚨
Reads files from sensitive locations
Touches: /home/fi/.config/bw/credentials
🔐
You'll be asked for 8 credentials: OPENAI_API_KEY, DISCORD_BOT_TOKEN, TELEGRAM_BOT_TOKEN, MATRIX_ACCESS_TOKEN, SLACK_BOT_TOKEN, GMAIL_APP_PASSWORD, GMAIL_PASSWORD, MASTODON_ACCESS_TOKEN
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.
configMEMOREEI_DB_PATH./memoreei.db SQLite database path
configDISCORD_CHANNEL_IDchannel_id string env var Discord channel ID
configEMBEDDING_PROVIDERfastembed fastembed (local ONNX, no API key) or openai
🔐 secretOPENAI_API_KEYRequired only if EMBEDDING_PROVIDER=openai
configAUTO_SYNCfalse Enable background sync loop on server start
configSYNC_INTERVAL
🔐 secretDISCORD_BOT_TOKENBot token from Discord Developer Portal
🔐 secretTELEGRAM_BOT_TOKENBot token from @BotFather
configTELEGRAM_CHAT_IDchat_id string env var Chat ID (positive = DM, negative = group). Syncs all if omitted.
configMATRIX_HOMESERVERHomeserver URL, e.g. https://matrix.org
🔐 secretMATRIX_ACCESS_TOKENUser access token
configMATRIX_ROOM_IDroom_id string env var Matrix room ID, e.g. !abc123:matrix.org
🔐 secretSLACK_BOT_TOKENBot token (xoxb-...), requires channels:history + users:read
configSLACK_CHANNEL_IDchannel_id string env var Slack channel ID, e.g. C1234567890
configGMAIL_EMAILGmail address
🔐 secretGMAIL_APP_PASSWORD[App Password](https://myaccount.google.com/apppasswords) (required if 2FA enabled)
🔐 secretGMAIL_PASSWORD
configMASTODON_INSTANCEinstance string env var Instance URL, e.g. https://fosstodon.org
configMASTODON_HASHTAGhashtag string env var Hashtag without #, or omit for public timeline
🔐 secretMASTODON_ACCESS_TOKENaccess_token string env var OAuth token (optional, for home timeline)
configIMESSAGE_DB_PATH~/Library/Messages/chat.db Override path to chat.db
configSIGNAL_DB_PATHOverride path to Signal's db.sqlite
configSIGNAL_CONFIG_PATHOverride path to Signal's config.json
// 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 7 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/calebchristiansen-memoreei-soi455)](https://m8ven.ai/mcp/calebchristiansen-memoreei-soi455)
commit: a9484ba5b4d664d1b0ff15564ff470256c4827ad
code hash: 75025df5a3c56d871f110318b47c67d3ea537ef326152afa3631c0ec603b9823
verified: 6/16/2026, 1:31:44 PM
view raw JSON →