MCP Catalogs
首页beever-atlas screenshot

beever-atlas

by Beever-AI·328·综合分 50

Beever Atlas 是一个 MCP 服务器,将团队聊天转换为自动维护的知识库,集成搜索和问答功能。

communicationknowledge-graphai-llm
40
Forks
3
活跃 Issue
本月
最近提交
2 天前
收录于

概述

Beever Atlas 从 Slack、Discord、Teams 和 Mattermost 对话中提取原子事实,去重并聚合成带引用的主题页面。它采用三层语义存储和图记忆系统,为自动生成的 LLM 知识库和可通过仪表板或 MCP 集成访问的 QA 代理提供支持。系统支持 16 个 MCP 工具,用于带代理认证功能的知识库查询。

试试问 AI

装完之后,这里有 5 个你可以让 AI 做的事:

:从聊天对话中自动生成团队文档
:带来源引用的 AI 搜索团队通信内容
:通过 MCP 将团队知识库集成到 Claude Code 和 Cursor 中
:Beever Atlas 支持哪些平台?
:Beever Atlas 提供多少个 MCP 工具?

什么时候选它

如果您的团队已经在使用 Slack/Discord/Teams 并希望自动将对话转化为可通过 MCP 供 AI 代理访问的结构化知识库,请选择 Beever Atlas。

什么时候不要选它

如果您需要完全控制数据存储(它使用 Weaviate、Neo4j、MongoDB、Redis),需要无云依赖的本地解决方案,或需要处理聊天平台之外的文档,请避免使用 Beever Atlas。

此 server 暴露的工具

从 README 抽取出 12 个工具
  • ask_knowledge_base

    Ask questions about the knowledge base and get cited answers.

  • get_channel_wiki

    Retrieve the auto-generated wiki for a specific channel.

  • search_messages

    Search for specific messages or conversations across all connected platforms.

  • get_entity_graph

    Retrieve the entity graph showing relationships between people, projects, and decisions.

  • list_topics

    List all identified topics in a channel's knowledge base.

  • get_topic_details

    Get detailed information about a specific topic including citations.

  • get_citations

    Retrieve source citations for a specific fact or answer.

  • get_people_mentions

    Find all mentions of specific people across conversations.

  • get_project_timeline

    Retrieve the timeline of events and decisions for a specific project.

  • get_channel_overview

    Get a high-level overview of a channel's activity and key topics.

  • get_faq

    Retrieve frequently asked questions and answers for a channel.

  • get_glossary

    Access the glossary of terms and their definitions from a channel.

说明:Inferred from the MCP server feature description and architecture diagram, which mentions '16 tools' but doesn't list them explicitly. Tool names and descriptions are based on the functionality described in the README about the knowledge ba

可对比工具

semantic-search-mcpchat-to-docs-mcpdiscord-ai-mcpslack-ai-mcp

安装

安装步骤

  1. 克隆仓库:
git clone https://github.com/beever-ai/beever-atlas.git
cd beever-atlas
  1. 尝试演示(可选):
make demo
  1. 获取 API 密钥:
  • GOOGLE_API_KEY 用于 Gemini 提取和回答
  • JINA_API_KEY 用于嵌入(Jina v4)
  1. 一键安装:
./atlas

这将引导您完成设置,包括嵌入模型、LLM 提供商、图后端和 MCP 服务器配置。

Claude Desktop 集成

添加到 Claude Desktop 配置:

{
  "mcpServers": {
    "beever-atlas": {
      "command": "npx",
      "args": ["beever-atlas-mcp"]
    }
  }
}

FAQ

Beever Atlas 支持哪些平台?
Beever Atlas 支持 Slack、Discord、Microsoft Teams 和 Mattermost 的对话,也可以从文件导入。
Beever Atlas 提供多少个 MCP 工具?
Beever Atlas 提供 16 个 MCP 工具,用于带代理认证功能的知识库查询。

beever-atlas 对比

GitHub →

最后更新于 · 由 README + GitHub 公开数据自动生成。