Back to directory
rebots-online/mcp-chat-analysis-server

rebots-online/mcp-chat-analysis-server

@rebots-online

MCP server for semantic analysis of chat conversations via vector embeddings and knowledge graphs

chat-analysissemantic-searchknowledge-graphvector-embeddingsneo4jqdrantconversation-analysismcpcontext

Installation & Configuration

{
  "mcpServers": {
    "chat-analysis": {
      "command": "python",
      "args": [
        "-m",
        "mcp_chat_analysis.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