69
/ 100
1 month ago
glama

Lore

Cross-agent memory server: hybrid (vector + full-text + knowledge-graph) recall, per-user private/shared visibility, write-side secret/PII redaction, and as-of-date bi-temporal fact queries. Auto-injection hooks for Claude Code / Cursor / Codex; self-hostable on PostgreSQL or SQLite.

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: LORE_API_KEY, SMTP_PASS, OPENAI_API_KEY, LORE_LLM_API_KEY, AGENTGATE_JWT_SECRET
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.
configCDK_DEFAULT_ACCOUNT
configCDK_DEFAULT_REGION
🔐 secretLORE_API_KEY"": "your-api-key"
configLORE_API_URL"": "http://localhost:8765",
configSMTP_HOSTSMTP server for email alerts
configSMTP_PORT587 SMTP port
configSMTP_USERSMTP username
🔐 secretSMTP_PASS
configSMTP_FROMEmail sender address
configDATABASE_URLPostgreSQL connection string
configLORE_PORT8765 Server port
🔐 secretOPENAI_API_KEYAuto-enables enrichment when set
configLORE_ENRICHMENT_MODELgpt-4o-mini Model for enrichment
configLORE_PROJECT_OVERRIDE
configLORE_DATABASE_URL
configLORE_DREAM_AWAIT
configLORE_IDLE_TIMEOUT
configLORE_NO_AUTOSTART
configLORE_HOME
configLORE_GRAPH_MAX_DEPTH
configLORE_GRAPH_DEPTH2 Default graph traversal depth
configLORE_GRAPH_CONFIDENCE_THRESHOLD0.5 Entity confidence threshold
configLORE_GRAPH_CO_OCCURRENCE
configLORE_GRAPH_CO_OCCURRENCE_WEIGHT
configLORE_LLM_PROVIDERLLM provider override
🔐 secretLORE_LLM_API_KEYLLM API key
configLORE_LLM_MODELLLM model override
configLORE_LLM_BASE_URLLLM base URL
configLORE_PROJECTDefault project scope
configLORE_SNAPSHOT_THRESHOLD30000 Characters before auto-snapshot
configLORE_STORE
configLORE_ENRICHMENT_ENABLEDfalse Enable LLM enrichment pipeline
configLORE_MIGRATIONS_SQLITE_DIR
configLORE_REDACT_DISABLED
configLORE_REDACT_DENYLIST
configLORE_REDACT_BLOCK
configSLO_CHECK_INTERVAL60 SLO evaluation interval (seconds)
configREDIS_URL
configRATE_LIMIT_BACKEND
configHOST
configPORT
configMIGRATIONS_DIR
configOIDC_ISSUER
configOIDC_AUDIENCE
configOIDC_ROLE_CLAIM
configOIDC_ORG_CLAIM
configAUTH_MODEapi-key-only Auth mode: api-key-only, dual, oidc-required
🔐 secretAGENTGATE_JWT_SECRET
configMETRICS_ENABLED
configLOG_FORMAT
configLOG_LEVEL
configALERT_WEBHOOK_URLDefault webhook URL for SLO alerts
configRATE_LIMIT_MAX
configRATE_LIMIT_WINDOW
// 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/agentkitai-lore-cgojxs)](https://m8ven.ai/mcp/agentkitai-lore-cgojxs)
commit: b54bcf77a73c6f30054c6cfb8ad18b49d80b3cbc
code hash: 1f14295a630602a155fe47afd5925b137812b68255912e2b07a2b5706ebdc1b9
verified: 6/24/2026, 9:43:07 AM
view raw JSON →