73
/ 100
19 days ago
glama

agent-magnet

Self-learning memory for AI tools. Remembers user preferences and context across Claude, Cursor, and Codex with multi-parameter forgetting and cross-tool identity.

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 6 credentials: SUPABASE_SERVICE_ROLE_KEY, OPENAI_API_KEY, QDRANT_API_KEY, ANTHROPIC_API_KEY, MAGNET_OPENAI_KEY, MAGNET_QDRANT_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.
configSUPABASE_URL
🔐 secretSUPABASE_SERVICE_ROLE_KEY
configREDIS_URL
🔐 secretOPENAI_API_KEY
configQDRANT_URLEpisodic memory layer
🔐 secretQDRANT_API_KEY
🔐 secretANTHROPIC_API_KEY
configMAGNET_USER_ID"command": "MAGNET_REDIS_URL=your_redis_url MAGNET_OPENAI_KEY=your_openai_key =your_name MAGNET_PROJECT_ID=default /path/to/pipx/venvs/agent-magnet/bin/python -m magnet.hooks.save_session",
configNEO4J_URLKnowledge graph layer
configNEO4J_AUTH
configMAGNET_PROJECT_ID"command": "MAGNET_REDIS_URL=your_redis_url MAGNET_OPENAI_KEY=your_openai_key MAGNET_USER_ID=your_name =default /path/to/pipx/venvs/agent-magnet/bin/python -m magnet.hooks.save_session",
configMAGNET_REDIS_URL"": "your_redis_url",
configMAGNET_LOCAL_MODE
🔐 secretMAGNET_OPENAI_KEY"": "your_openai_key"
configMAGNET_QDRANT_URL
🔐 secretMAGNET_QDRANT_API_KEY
// 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/helinakdogan-magnet-gateway-1fiatq)](https://m8ven.ai/mcp/helinakdogan-magnet-gateway-1fiatq)
commit: 673228cc60b81f34312645070b1eb8eabc4b38a3
code hash: c6c1fe0f45a13f8d37a228a207dfabaa668e289c2466b2b64e6ac3393ef09dd0
verified: 6/18/2026, 10:30:45 AM
view raw JSON →