Back to directory
rebots-online/chatgpt-neo4j-qdrant-hybrid-knowledge-graph-analyzer

rebots-online/chatgpt-neo4j-qdrant-hybrid-knowledge-graph-analyzer

@rebots-online

A hybrid system that combines vector embeddings and knowledge graphs to analyze ChatGPT conversations, enabling semantic search, concept extraction, and relationship analysis.

chatgptknowledge-graphneo4jqdrantsemantic-searchvector-embeddingsconversation-analysiscontext

Installation & Configuration

{
  "mcpServers": {
    "chat-analysis": {
      "command": "python",
      "args": [
        "-m",
        "chat_analyzer.server"
      ],
      "env": {
        "QDRANT_URL": "http://localhost:6333",
        "NEO4J_URL": "bolt://localhost:7687",
        "NEO4J_USER": "neo4j",
        "NEO4J_PASSWORD": "your-password"
      }
    }
  }
}

Information

Transport
stdio
Language
Python
Created
2026/6/14
Updated
2026/6/15