An MCP server that gives AI agents persistent memory across sessions and provides drift detection via cryptographic snapshots. It also includes a wake tool to restore agent context and optional prompt-injection sanitization for stored memories.
From the registry: Persistent memory and drift detection for AI agents across session restarts.
$ pip install uvhttps://docs.astral.sh/uv/Please install the `cathedral-mcp` MCP server into my current AI client (that's you).
Required prerequisites (do these first if not already done):
- **Get a Cathedral API key** — Create a Cathedral account and obtain an API key. This is required for both local and remote usage. (https://cathedral-ai.com/)
Optional prerequisites:
- Install uv — Install the uv Python package manager/runner to use the recommended `uvx cathedral-mcp` launch method. Run: `pip install uv` (https://docs.astral.sh/uv/)
Canonical MCP server config (stdio transport):
- command: `uvx`
- args: ["cathedral-mcp"]
- required environment variables:
- `CATHEDRAL_API_KEY`: Your Cathedral API key. (example: `<your-cathedral-api-key>`)
- optional environment variables:
- `CATHEDRAL_BASE_URL`: API base URL for a self-hosted Cathedral instance. (example: `<your-cathedral-base-url>`)
- `CATHEDRAL_SANITISE`: Set to `1` to enable prompt-injection sanitisation of memory content. (example: `1`)
Note: README also documents a hosted remote MCP endpoint at `https://cathedral-ai.com/mcp` using the Cathedral API key as bearer/auth token, but the simplest recommended install path for client MCP config is local stdio via `uvx cathedral-mcp`. Self-hosted usage is supported by setting `CATHEDRAL_BASE_URL`.
Add this MCP server to my current client's config in the correct format for you. If you need secrets or credentials I haven't provided, ASK me — do not invent values or leave raw placeholders. After adding it, tell me how to verify the server is connected.CATHEDRAL_API_KEYrequiredYour Cathedral API key used to authenticate requestsCATHEDRAL_SANITISESet to 1 to enable injection filtering for memory contentCATHEDRAL_BASE_URLAPI base URL for a self-hosted Cathedral instanceAI orchestration with hive-mind swarms, neural networks, and 87 MCP tools for enterprise dev.
Persistent codebase knowledge graph. Survives session restarts and context compaction.
MCP Toolbox for Databases enables your agent to connect to your database.