Skip to main content
Glama

MCP Chat Analysis Server

MCP 채팅 분석 서버

벡터 임베딩과 지식 그래프를 통해 채팅 대화의 의미 분석을 지원하는 모델 컨텍스트 프로토콜(MCP) 서버입니다. 이 서버는 채팅 데이터 분석, 의미 검색, 개념 추출 및 대화 패턴 분석을 위한 도구를 제공합니다.

주요 특징

  • 🔍 의미 검색 : 벡터 유사성을 사용하여 관련 메시지 및 대화를 찾습니다.
  • 🕸️ 지식 그래프 : 메시지, 개념 및 주제 간의 관계 탐색
  • 📊 대화 분석 : 패턴, 지표 및 대화 역학 분석
  • 🔄 유연한 가져오기 : 다양한 채팅 내보내기 형식 지원
  • 🚀 MCP 통합 : Claude 및 기타 MCP 호환 시스템과의 간편한 통합

빠른 시작

지엑스피1

MCP 통합

claude_desktop_config.json 에 다음을 추가하세요:

{ "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" } } } }

사용 가능한 도구

가져오기_대화

채팅 대화 가져오기 및 분석

{ "source_path": "/path/to/export.zip", "format": "openai_native" # or html, markdown, json }

의미론적 검색

의미적 유사성으로 대화 검색

{ "query": "machine learning applications", "limit": 10, "min_score": 0.7 }

분석_메트릭스

대화 지표 분석

{ "conversation_id": "conv-123", "metrics": [ "message_frequency", "response_times", "topic_diversity" ] }

추출_개념

개념 추출 및 분석

{ "conversation_id": "conv-123", "min_relevance": 0.5, "max_concepts": 10 }

건축학

자세한 다이어그램과 설명서는 ARCHITECTURE.md를 참조하세요.

  • 시스템 구성 요소 및 상호 작용
  • 데이터 흐름 및 처리 파이프라인
  • 저장 스키마 및 벡터 연산
  • 도구 통합 메커니즘

필수 조건

  • 파이썬 3.8 이상
  • 지식 그래프 저장을 위한 Neo4j 데이터베이스
  • 의미 검색을 위한 Qdrant 벡터 데이터베이스
  • 임베딩을 위한 문장 변환기

설치

  1. 패키지를 설치하세요:
pip install mcp-chat-analysis-server
  1. 데이터베이스 설정:
# Using Docker (recommended) docker compose up -d
  1. 서버를 구성하세요:
cp .env.example .env # Edit .env with your settings

개발

  1. 저장소를 복제합니다.
git clone https://github.com/rebots-online/mcp-chat-analysis-server.git cd mcp-chat-analysis-server
  1. 개발 종속성 설치:
pip install -e ".[dev]"
  1. 테스트 실행:
pytest tests/

기여하다

  1. 저장소를 포크하세요
  2. 기능 브랜치 생성
  3. 풀 리퀘스트 제출

자세한 내용은 CONTRIBUTING.md를 참조하세요.

특허

MIT 라이센스 - 자세한 내용은 라이센스 파일을 참조하세요.

관련 프로젝트

지원하다

-
security - not tested
A
license - permissive license
-
quality - not tested

hybrid server

The server is able to function both locally and remotely, depending on the configuration or use case.

벡터 임베딩과 지식 그래프를 통해 채팅 대화의 의미 분석을 용이하게 하며, 의미 검색, 개념 추출, 대화 패턴 분석을 위한 도구를 제공합니다.

  1. 주요 특징
    1. 빠른 시작
      1. MCP 통합
        1. 사용 가능한 도구
          1. 가져오기\_대화
          2. 의미론적 검색
          3. 분석\_메트릭스
          4. 추출\_개념
        2. 건축학
          1. 필수 조건
            1. 설치
              1. 개발
                1. 기여하다
                  1. 특허
                    1. 관련 프로젝트
                      1. 지원하다

                        Related MCP Servers

                        • A
                          security
                          A
                          license
                          A
                          quality
                          An improved implementation of persistent memory using a local knowledge graph with a customizable --memory-path. This lets Claude remember information about the user across chats.
                          Last updated -
                          9
                          156
                          247
                          JavaScript
                          MIT License
                          • Apple
                        • -
                          security
                          A
                          license
                          -
                          quality
                          A basic implementation of persistent memory using a local knowledge graph. This lets Claude remember information about the user across chats.
                          Last updated -
                          9
                          20,717
                          54,698
                          JavaScript
                          MIT License
                          • Apple
                          • Linux
                        • A
                          security
                          A
                          license
                          A
                          quality
                          Enhances user interaction through a persistent memory system that remembers information across chats and learns from past errors by utilizing a local knowledge graph and lesson management.
                          Last updated -
                          13
                          20,717
                          34
                          JavaScript
                          MIT License
                        • -
                          security
                          A
                          license
                          -
                          quality
                          Connect your MCP-compatible clients to Onyx AI knowledge bases for enhanced semantic search and chat capabilities. Retrieve relevant context from your documents seamlessly, enabling powerful interactions and comprehensive answers. Streamline knowledge management and improve access to information acr
                          Last updated -
                          80
                          7
                          TypeScript
                          MIT License
                          • Apple

                        View all related MCP servers

                        MCP directory API

                        We provide all the information about MCP servers via our MCP API.

                        curl -X GET 'https://glama.ai/api/mcp/v1/servers/rebots-online/mcp-chat-analysis-server'

                        If you have feedback or need assistance with the MCP directory API, please join our Discord server