Back to Home
guerinjeanmarc icon

mcp-neo4j-vectordb

Verified Safe

by guerinjeanmarc

Overview

This server integrates Neo4j as a pure vector database for LLM applications, primarily designed to compare the performance of Vector RAG against Graph RAG by explicitly hiding graph features.

Installation

Run Command
uv run mcp-neo4j-vectordb

Environment Variables

  • NEO4J_URI
  • NEO4J_USERNAME
  • NEO4J_PASSWORD
  • OPENAI_API_KEY
  • EMBEDDING_MODEL

Security Notes

The server uses parameterized Neo4j queries, mitigating SQL/Cypher injection risks. Credentials and API keys are managed via environment variables, not hardcoded. Output content is sanitized and truncated based on size and token limits, reducing potential data overexposure. No 'eval' or similar dangerous patterns were identified in the provided source code.

Similar Servers

Stats

Interest Score0
Security Score9
Cost ClassMedium
Avg Tokens2500
Stars0
Forks0
Last Update2025-12-05

Tags

Neo4jVector DatabaseRAGLLM IntegrationComparison Tool