69
/ 100
10 days ago
glama

MemoryGate

Provides durable memory for AI agents with structured storage, semantic search, OAuth authentication, and lifecycle controls.

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 4 credentials: PSTRYDER_DESKTOP_SECRET, GOOGLE_CLIENT_SECRET, GITHUB_CLIENT_SECRET, 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.
configDATABASE_URLexport ="postgresql://user:password@localhost:5432/memorygate"
configDB_BACKEND
configSQLITE_PATH
configVECTOR_BACKEND
configTRUSTED_HOSTS
configCORS_ALLOWED_ORIGINS
configFRONTEND_URL
configMEMORYGATE_INSTANCE_ID
configOAUTH_REDIRECT_BASE
configPSTRYDER_DESKTOPexport ="client-id"
🔐 secretPSTRYDER_DESKTOP_SECRETexport ="client-secret"
configPSTRYDER_DESKTOP_REDIRECT_URISexport ="https://claude.ai/api/mcp/callback"
configGOOGLE_CLIENT_ID
🔐 secretGOOGLE_CLIENT_SECRET
configGITHUB_CLIENT_ID
🔐 secretGITHUB_CLIENT_SECRET
configLOG_LEVEL
🔐 secretOPENAI_API_KEYexport ="sk-..."
configMEMORYGATE_TENANCY_MODE
configEMBEDDING_PROVIDER
configFORGET_MODE
configREQUIRE_MCP_AUTHFor local dev without auth, you can set =false.
configMEMORYGATE_AUTH_MODE
configMEMORYGATE_AUTH_SCOPES
configMEMORYGATE_MAX_PAYLOAD_BYTES
configMEMORYGATE_DEFAULT_RESULT_LIMIT
configMEMORYGATE_BUILD
configMEMORYGATE_ENV
configMEMORYGATE_EXPORTS_ENABLED
configMEMORYGATE_PLANS_ENABLED
configMEMORYGATE_ENFORCES_QUOTA
configMEMORYGATE_DB_PING_TIMEOUT_MS
configRATE_LIMIT_TRUSTED_PROXY_IPS
configRATE_LIMIT_REDIS_URL
configREDIS_URL
configSECURITY_HEADERS_CSP
// 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/pstryder-memorygate-aml6ee)](https://m8ven.ai/mcp/pstryder-memorygate-aml6ee)
commit: 0af932783b659c34ffdc8cd255761bbf5814a2c6
code hash: 219ad1b4e9c2cbfd6fe3a681c08c7e296076cfc51b181d1942ffc37ed62b3a29
verified: 7/21/2026, 9:38:32 AM
view raw JSON →