MCP Directory
Back

compass

by raystack · Go · ★ 69

Compass is a context engine that builds a knowledge graph of your organization's metadata, capturing entities, relationships, and lineage across systems and time, making it discoverable and queryable for both humans and AI agents.

#ai-agents#context-engine#context-engineering#context-graph#knowledge-graph#mcp#model-context-protocol#semantic-search

Install

go install github.com/raystack/compass@latest

Auto-generated from the repo's primary language — check the repo's own README for its exact install instructions.

Claude Desktop config

A starting point for your claude_desktop_config.json (auto-generated — the repo's README may specify a published package name or required env vars):

{
  "mcpServers": {
    "compass": {
      "command": "npx",
      "args": [
        "-y",
        "github:raystack/compass"
      ]
    }
  }
}

From the README

[](https://coveralls.io/github/raystack/compass?branch=main) [](LICENSE) [](Version) Compass is a context engine that builds a temporal knowledge graph of your organization — entities, relationships, and documents across every system — queryable by humans and AI agents alike. Search it. Traverse it. Reason over it. - **AI-Native** -- Composable MCP tools let AI agents search, traverse, assess impact, and read documents over your organizational graph. - **Knowledge Graph** -- Typed, directed, temporal relationships between entities including lineage, ownership, and custom edge types. - **Cont…
Read full README on GitHub →

Related search servers