71
/ 100
19 days ago
glama

Recall Select

Provides long-term memory for AI agents via MCP tools to store, recall, and delete memories, with per-user scoping and usage limits.

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 5 credentials: GOOGLE_CLIENT_SECRET, QDRANT_API_KEY, SESSION_SECRET, EMBEDDING_API_KEY, MONOBANK_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.
configPUBLIC_BASE_URLclient points at {}/m/{key} (Streamable HTTP, stateless, JSON
configMONOBANK_WEBHOOK_VERIFY1 Verify the webhook's X-Sign against the merchant pubkey. Keep on wherever money moves; 0 only for local dev.
configGOOGLE_CLIENT_ID_(required for sign-in)_ Google OAuth 2.0 Web client id.
🔐 secretGOOGLE_CLIENT_SECRET_(required for sign-in)_ Google OAuth 2.0 client secret.
configQDRANT_URL
🔐 secretQDRANT_API_KEY
configMONGODB_URI_(required)_ Remote, managed MongoDB connection string.
configMONGODB_DBrecall_select Database name.
🔐 secretSESSION_SECRET_(dev fallback)_ Signs the session cookie. Set a stable value in prod.
configEMBEDDING_BASE_URL
🔐 secretEMBEDDING_API_KEY_(required)_ API key for the remote embedding API.
🔐 secretMONOBANK_API_KEY_(required for payments)_ Monobank acquiring merchant token. Shared with the mcp-api.net platform - same merchant, one account; invoices are told apart by reference.
configMONOBANK_WEBHOOK_URL{PUBLIC_BASE_URL}/webhooks/monobank Server-to-server callback that grants the tier. Must be publicly reachable.
configMONOBANK_REDIRECT_URL{PUBLIC_BASE_URL}/payment/success Where the shopper's browser returns after paying.
configVECTOR_SIZE768 Vector dimension for every collection. The remote embedder is asked (via the API dimensions param) to return vectors of exactly this size, so the two stay in sync.
// 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 4 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/sergeysetti-recall-select-x1x22w)](https://m8ven.ai/mcp/sergeysetti-recall-select-x1x22w)
commit: ff03570e1b4f04b3ac1884f900b762dd730bf41c
code hash: 6602ce304a4fbb9e575c85ee66394231f7318e85a6633ccd6309c14a1637cfe7
verified: 7/12/2026, 8:34:38 AM
view raw JSON →