Provides LLM clients with a persistent, scalable knowledge graph memory system that supports semantic retrieval, contextual recall, and temporal awareness.
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.
process.env. You'll be asked to provide them before it can run.CF_ACCOUNT_IDEMBEDDING_API_BASE_URL— =https://api.cloudflare.com/client/v4/accounts/<id>/ai/v1EMBEDDING_API_ENDPOINTEMBEDDING_API_KEY— your-cf-workers-ai-token>EMBEDDING_BACKFILL_CRON— One server-side instance owns all embedding writes: WRITE_EMBEDDINGS_LOCALLY=true (the default) plus a tight backfill cron (='/1 ').EMBEDDING_DIMENSIONS— NEO4J_VECTOR_DIMENSIONS == the model's NATIVE output dimensionEMBEDDING_MODEL— @cf/qwen/qwen3-embedding-0.6b # native 1024 dimensionsEMBEDDING_RATE_LIMIT_INTERVALEMBEDDING_RATE_LIMIT_TOKENSEMBEDDING_STALE_CLAIM_MS— 300000 # (v2.4.0+) Claims older than this age are auto-released backENABLE_PROMETHEUS_METRICS— true # Enable metrics collection and HTTP endpointLOG_LEVEL— warn # Log level: debug, info, warn, error, silent (default: warn)MEMORY_STORAGE_TYPEMOCK_EMBEDDINGS— With NO provider configured (and unset) the server runs keyword-onlyNEO4J_DATABASE— "": "neo4j",NEO4J_PASSWORD— your_passwordNEO4J_SIMILARITY_FUNCTION— "": "cosine",NEO4J_URI— bolt://<your-neo4j-host>:7687NEO4J_USERNAME— neo4j # NOTE: NEO4J_USERNAME — "NEO4J_USER" is silently ignoredNEO4J_VECTOR_DIMENSIONS— EMBEDDING_DIMENSIONS == == the model's NATIVE output dimensionNEO4J_VECTOR_INDEX— entity_embeddingsOPENAI_API_KEY— your-openai-api-keyOPENAI_EMBEDDING_MODEL— text-embedding-3-small # 1536 dimensions (default)RERANK_ACCOUNT_ID— your-account-id>RERANK_API_KEY— your-cf-workers-ai-token>RERANK_ENABLED— Disabled unless =true AND an endpoint + key resolve. Fail-open on any errorRERANK_ENDPOINT— =https://api.cloudflare.com/client/v4/accounts/<id>/ai/run/@cf/baai/bge-reranker-baseRERANK_MODEL— @cf/baai/bge-reranker-baseRERANK_TOP_K— Reranker configured, default 10 5 () cross-encoder, best-firstTEST_INTEGRATIONVITESTWRITE_EMBEDDINGS_LOCALLY— One server-side instance owns all embedding writes: =true (the default) plus a tight backfill cron (EMBEDDING_BACKFILL_CRON='/1 ').[](https://m8ven.ai/mcp/henrychong-ai-mcp-neo4j-knowledge-graph-fpdth5)