MCP聊天分析服务器
模型上下文协议 (MCP) 服务器,可通过向量嵌入和知识图谱对聊天对话进行语义分析。该服务器提供用于分析聊天数据、执行语义搜索、提取概念和分析对话模式的工具。
主要特点
🔍语义搜索:使用向量相似性查找相关消息和对话
🕸️知识图谱:导航消息、概念和主题之间的关系
📊对话分析:分析模式、指标和对话动态
🔄灵活导入:支持各种聊天导出格式
🚀 MCP 集成:轻松与 Claude 和其他 MCP 兼容系统集成
快速入门
MCP 集成
添加到您的claude_desktop_config.json
:
可用工具
导入对话
导入并分析聊天对话
语义搜索
按语义相似性搜索对话
分析指标
分析对话指标
提取概念
提取和分析概念
建筑学
有关以下详细图表和文档,请参阅ARCHITECTURE.md :
系统组件和交互
数据流和处理管道
存储模式和向量操作
工具集成机制
先决条件
Python 3.8+
Neo4j 数据库用于知识图谱存储
用于语义搜索的 Qdrant 矢量数据库
用于嵌入的句子转换器
安装
安装软件包:
设置数据库:
配置服务器:
发展
克隆存储库:
安装开发依赖项:
运行测试:
贡献
分叉存储库
创建功能分支
提交拉取请求
请参阅CONTRIBUTING.md了解指南。
执照
MIT 许可证 - 有关详细信息,请参阅LICENSE文件。
相关项目
支持
This server cannot be installed
hybrid server
The server is able to function both locally and remotely, depending on the configuration or use case.
通过向量嵌入和知识图促进聊天对话的语义分析,提供语义搜索、概念提取和对话模式分析工具。
Related Resources
Related MCP Servers
- AsecurityFlicenseAqualitySummarizes your chat messages.Last updated -1,018
- -securityFlicense-qualityProvides chat and image analysis capabilities through OpenRouter.ai's diverse model ecosystem, enabling both text conversations and powerful multimodal image processing with various AI models.Last updated -910
- -securityAlicense-qualityEnables semantic search across text documents using vector embeddings stored in PostgreSQL. Provides multiple search modalities including semantic similarity, question/answer, and style-based search through a retrieval-augmented generation system.Last updated -2Apache 2.0
- -securityAlicense-qualityEnables AI assistants to store and retrieve memories with semantic search capabilities using vector embeddings. Provides persistent memory storage with SQLite backend for context retention across conversations.Last updated -33MIT License