Back to Home
Hyperkorn icon

qdrant-neo4j-crawl4ai-mcp

Verified Safe

by Hyperkorn

Overview

A unified Model Context Protocol (MCP) server for agentic RAG, combining vector search, knowledge graphs, and web intelligence for AI assistant interactions.

Installation

Run Command
uv run python -m qdrant_neo4j_crawl4ai_mcp.main

Environment Variables

  • JWT_SECRET_KEY
  • NEO4J_PASSWORD
  • ADMIN_API_KEY
  • OPENAI_API_KEY

Security Notes

The server implements robust JWT-based authentication, API key validation with timing attack prevention (hmac.compare_digest), and role-based access control. Sensitive configurations are handled via Pydantic's `SecretStr`, and security headers (OWASP-compliant) are applied via middleware. Rate limiting and comprehensive logging are also in place. Development secrets are clearly marked in `docker-compose.yml` and platform secrets are used in cloud deployment configs. No direct 'eval' or obvious malicious patterns found.

Similar Servers

Stats

Interest Score32
Security Score9
Cost ClassHigh
Avg Tokens1500
Stars2
Forks0
Last Update2026-01-19

Tags

AIRAGVector DatabaseKnowledge GraphWeb IntelligenceMicroservicesAgentic AI