MCP Catalogs
首页

compass

by raystack·67·综合分 46

Compass 是一个知识图谱上下文引擎,为 AI 代理提供 MCP 工具来搜索和组织元数据。

knowledge-graphai-llmdeveloper-tools
9
Forks
4
活跃 Issue
1 个月前
最近提交
2 天前
收录于

概述

Compass 构建组织实体、关系和文档随时间变化的时态知识图谱。它通过 MCP 工具使 AI 代理能够搜索图谱、遍历连接、评估变更影响以及读取附加文档。该系统结合了关键词精确性和语义相似性的混合搜索功能,具备影响分析能力,并支持任何具有自定义属性的实体类型。

试试问 AI

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

:AI 代理发现组织元数据和系统关系
:对关键系统进行变更时的影响分析
:围绕实体构建完整理解的上下文
:Compass 可以建模哪些类型的实体?
:MCP 集成如何工作?

什么时候选它

当您需要映射复杂的组织系统并希望 AI 代理理解基础设施中的关系和影响时,选择 Compass。

什么时候不要选它

如果您需要实时更新(它专注于时间知识,而不是实时数据)或者您已经大量投资于其他图数据库生态系统,则不要选择 Compass。

此 server 暴露的工具

从 README 抽取出 3 个工具
  • entity_search

    Search for entities in the knowledge graph using hybrid keyword and semantic search.

  • entity_context

    Retrieve context around an entity with multi-hop bidirectional traversal.

  • entity_impact

    Analyze impact of an entity change through dependency relationships.

说明:Inferred tool names from CLI examples in the usage section. The README mentions 'composable MCP tools' but doesn't provide explicit documentation of the tool names or signatures.

可对比工具

neo4j-mcpmemgraph-mcpamazon-neptunetigergraph

安装

在 macOS、Windows、Linux 或 Docker 上安装 Compass:

# macOS
brew install raystack/tap/compass

# Linux (Debian)
sudo dpkg -i compass_*.deb

# Docker
docker pull raystack/compass:latest

.mcp.json 中配置 MCP 服务器:

{
  "mcpServers": {
    "compass": {
      "type": "sse",
      "url": "http://localhost:8080/mcp"
    }
  }
}

使用以下命令启动服务器:

compass config init
compass server migrate
compass server start

FAQ

Compass 可以建模哪些类型的实体?
Compass 支持任何具有自定义属性的实体类型 - 硬件、软件、运维、人员或其他任何组织概念。
MCP 集成如何工作?
Compass 通过 MCP 工具使 AI 代理能够使用知识图谱进行搜索、遍历关系、评估影响和读取文档,通过 http://localhost:8080/mcp 的服务器发送事件实现。

compass 对比

GitHub →

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