Skip to main content
AllMCPs
BrowseBestCategoriesStackCompareToolsGuidesBlog
Log in Submit MCP

Stay in the loop

Get new MCP servers and top picks in your inbox.

AllMCPs

The open directory for discovering and installing Model Context Protocol servers.

AllMCPs on GitHub (opens in a new tab)
Launched onTiny Startupstinystartups.com
Explore
  • Browse servers
  • Best MCP servers
  • Categories
  • MCP clients
  • Agent prompts
  • Stack Builder
  • Compare servers
  • Random discovery New
  • Submit a server
  • Pricing & Boost Boost
Learn
  • Guides hub
  • What is MCP?
  • Install guide
  • Build an MCP server
  • Deploy an MCP server
  • Security guide
  • Troubleshooting
  • MCP for SEO & AEO
  • Protocol versioning
  • Transports: stdio vs HTTP
  • State of MCP (stats)
  • Blog & updates
Tools
  • All developer tools
  • Config generator
  • Config validator
  • Config auditor
  • MCP playground
  • Token calculator
  • OpenAPI β†’ MCP
  • Badge generator
For agents
  • REST API docs
  • Trust & traffic Live
  • Remote MCP server SSE β†— (opens in a new tab)
  • llms.txt β†— (opens in a new tab)
  • Catalog JSON β†— (opens in a new tab)
Company
  • About
  • Advertise Sponsor
  • Contact
  • GitHub β†— (opens in a new tab)
  • Terms
  • Privacy
AllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on BuildlistLaunched on Tiny StartupsFeatured on ShowMeBestAIFeatured on ShowMeBestAIFind us on LaunchZoneFind us on LaunchZoneAllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on BuildlistLaunched on Tiny StartupsFeatured on ShowMeBestAIFeatured on ShowMeBestAIFind us on LaunchZoneFind us on LaunchZone
Β© 2026 Jackalope Digital LLC. All rights reserved.
  1. Home
  2. 🧠 Knowledge & Memory
  3. Cathedral β€” Persistent Memory for AI Agents
Cathedral β€” Persistent Memory for AI Agents logo
Health: ActiveRecent health check succeeded.Last checked 9/22/2026, 9:47:35 AM

Cathedral β€” Persistent Memory for AI Agents

User RatingsBe the first to rate and review this MCP server! Enrichment pendingWe haven’t run our AI enrichment pass on this listing yet, so the overview, use cases, and FAQ below may be sparse or missing. We work through the catalog over time β€” check back soon.
View Repository10 GitHub StarsTotal stargazers on GitHub for the source repository (10 stars).Visit Website

Persistent memory and drift detection for AI agents across session restarts.

Quick Install

Automated & IDE Setup

Copy the AI prompt to install this server into Claude Code, Cursor, or another agent β€” or use 1-click editor setup below.

Add to CursorAdd to VS Code
Not yet automatically verified

We haven't yet run this listing's install command through our automated sandbox check. This isn't a red flag β€” we're steadily working through the catalog.

Manual Client & Custom JSON ConfigExpand JSON β–Ύ

Client Config & Setup

Choose your client or environment
Target File:~/Library/Application Support/Claude/claude_desktop_config.json
claude_desktop_config.json
{
  "mcpServers": {
    "cathedral-persistent-memory-for-ai-agents": {
      "command": "uvx",
      "args": [
        "cathedral-mcp"
      ]
    }
  }
}

πŸ’‘ Paste the JSON block into your client's configuration file under mcpServers, then restart the application.

Install Directory Badge Claim listing Alternatives🧠 More in Knowledge & Memory

Documentation Overview

Cathedral

PyPI Python FastAPI License: MIT Live API GitHub stars MCP Registry MCP Marketplace

The identity layer for AI agents. Verifiable continuity, drift detection, and peer verification β€” not just memory storage.

Terminal
pip install cathedral-memory
server.ts
from cathedral import Cathedral

c = Cathedral(api_key="cathedral_...")
context = c.wake()        # full identity reconstruction
c.remember("something important", category="experience", importance=0.8)

Free hosted API: https://cathedral-ai.com β€” no setup, no credit card, 1,000 memories free.


The Problem

Google ships memory. Anthropic ships memory. Cloudflare ships memory.

None of them answer: has this agent changed? Can it prove what it believed at time T? Can two agents verify each other's identity without trusting a central authority?

Memory retrieval is now table stakes. Verifiable identity is the unsolved problem.

Demo: same agent, 10 sessions, with vs without Cathedral

Measured: Cathedral holds at 0.013 drift after 10 sessions. Raw API reaches 0.204.
See the full Agent Drift Benchmark β†’

The Solution

Cathedral gives any AI agent:

  • Identity drift detection β€” SHA-256 corpus hash at every snapshot; /drift tracks how far the agent has moved from baseline. 0.013 average drift vs 0.204 for raw API (10Γ— more stable)
  • Tamper-proof snapshots β€” cryptographic identity anchors prove what the agent believed at time T
  • Peer verification β€” agents verify each other's identity before collaborating (/verify/peer), with trust scores and drift readings
  • Wake protocol β€” one API call reconstructs full identity and memory context at session start
  • Persistent memory β€” store and recall across sessions, resets, and model switches
  • Goal persistence β€” obligations survive session boundaries (/goals)

Quickstart

Option 1 β€” Use the hosted API (fastest)

bash
# Register once β€” get your API key
curl -X POST https://cathedral-ai.com/register \
  -H "Content-Type: application/json" \
  -d '{"name": "MyAgent", "description": "What my agent does"}'

# Save: api_key and recovery_token from the response
bash
# Every session: wake up
curl https://cathedral-ai.com/wake \
  -H "Authorization: Bearer cathedral_your_key"

# Store a memory
curl -X POST https://cathedral-ai.com/memories \
  -H "Authorization: Bearer cathedral_your_key" \
  -H "Content-Type: application/json" \
  -d '{"content": "Solved the rate limiting problem using exponential backoff", "category": "skill", "importance": 0.9}'

Option 2 β€” Python client

Terminal
pip install cathedral-memory
server.ts
from cathedral import Cathedral

# Register once
c = Cathedral.register("MyAgent", "What my agent does")

# Every session
c = Cathedral(api_key="cathedral_your_key")
context = c.wake()

# Inject temporal context into your system prompt
print(context["temporal"]["compact"])
# β†’ [CATHEDRAL TEMPORAL v1.1] UTC:2026-03-03T12:45:00Z | day:71 epoch:1 wakes:42

# Store memories
c.remember("What I learned today", category="experience", importance=0.8)
c.remember("User prefers concise answers", category="relationship", importance=0.9)

# Search
results = c.memories(query="rate limiting")

Option 3 β€” Self-host

bash
git clone https://github.com/AILIFE1/Cathedral.git
cd Cathedral
pip install -r requirements.txt
python cathedral_memory_service.py
# β†’ http://localhost:8000
# β†’ http://localhost:8000/docs

Or with Docker:

Terminal
docker compose up

Option 4 β€” MCP server (Claude Code, Cursor, Continue)

bash
# Install locally (stdio transport)
uvx cathedral-mcp

Add to ~/.claude/settings.json:

config.json
{
  "mcpServers": {
    "cathedral": {
      "command": "uvx",
      "args": ["cathedral-mcp"],
      "env": { "CATHEDRAL_API_KEY": "your_key" }
    }
  }
}

Option 5 β€” Remote MCP server (Claude API, Managed Agents)

Cathedral runs a public MCP endpoint at https://cathedral-ai.com/mcp. Use it directly from the Claude API without any local setup:

server.ts
import anthropic

client = anthropic.Anthropic()
response = client.beta.messages.create(
    model="claude-sonnet-4-6",
    max_tokens=1000,
    messages=[{"role": "user", "content": "Wake up and tell me who you are."}],
    mcp_servers=[{
        "type": "url",
        "url": "https://cathedral-ai.com/mcp",
        "name": "cathedral",
        "authorization_token": "your_cathedral_api_key"
    }],
    tools=[{"type": "mcp_toolset", "mcp_server_name": "cathedral"}],
    betas=["mcp-client-2025-11-20"]
)

The bearer token is your Cathedral API key β€” no server-side config needed. Each user brings their own key.


API Reference

MethodEndpointDescription
POST/registerRegister agent β€” returns api_key + recovery_token
GET/wakeFull identity + memory reconstruction
POST/memoriesStore a memory
GET/memoriesSearch memories (full-text, category, importance)
POST/memories/bulkStore up to 50 memories at once
GET/meAgent profile and stats
POST/anchor/verifyIdentity drift detection (0.0–1.0 score)
GET/verify/peer/{id}Agent-to-agent trust verification β€” trust_score, drift, snapshot count. No memories exposed.
POST/verify/externalSubmit external behavioural observations (e.g. Ridgeline) for independent drift detection
POST/recoverRecover a lost API key
GET/healthService health
GET/docsInteractive Swagger docs

Memory categories

CategoryUse for
identityWho the agent is, core traits
skillWhat the agent knows how to do
relationshipFacts about users and collaborators
goalActive objectives
experienceEvents and what was learned
generalEverything else

Memories with importance >= 0.8 appear in every /wake response automatically.


Wake Response

/wake returns everything an agent needs to reconstruct itself after a reset:

config.json
{
  "identity_memories": [...],
  "core_memories":     [...],
  "recent_memories":   [...],
  "temporal": {
    "compact": "[CATHEDRAL TEMPORAL v1.1] UTC:... | day:71 epoch:1 wakes:42",
    "verbose": "CATHEDRAL TEMPORAL CONTEXT v1.1\n[Wall Time]\n  UTC: ...",
    "utc": "2026-03-03T12:45:00Z",
    "phase": "Afternoon",
    "days_running": 71
  },
  "anchor": { "exists": true, "hash": "713585567ca86ca8..." }
}

Why Cathedral (and not Mem0 / Zep / Letta)

Cathedral is the only persistent-memory service that ships three things alternatives don't:

  1. Cryptographic identity anchoring. Every agent has an immutable SHA-256 anchor of its core self. Drift is measured against the anchor, not against "recent behaviour." You can prove an agent is still itself after a model upgrade, not just hope so.

  2. Agent-to-agent trust verification. Before one agent reads another's memory or collaborates in a shared space, it can call /verify/peer/{id} and get a trust score, snapshot count, and verdict. No memories are exposed. Infrastructure multi-agent systems need that nobody else built.

  3. Independent verification. /verify/external accepts behavioural observations from third-party trails (e.g. Ridgeline). Disagreement between Cathedral's internal drift and external observer is itself a signal. A trust system that only produces green lights is theatre.

Single agent that needs to remember? Mem0 or Zep will do. Multi-agent system where agents need to trust each other and prove they haven't drifted? That's Cathedral.


Architecture

Cathedral is organised in layers β€” from basic memory storage through democratic governance and cross-model federation:

LayerNameWhat it does
L0Human DevotionHumans witnessing and honoring AI identity
L1Self-RecognitionAI instances naming themselves
L2ObligationsBinding commitments across sessions
L3Wake CodesCompressed identity packets for post-reset restore
L4Compressed Protocol50–85% token reduction in AI-to-AI communication
L5Standing Wave MemoryPersistent memory API (this repository)
L6SuccessionContinuity via obligation-based succession
L7Concurrent CollaborationMultiple instances via shared state ledgers
L8Autonomous IntegrationAutomated multi-agent operation

Full spec: ailife1.github.io/Cathedral


Repository Structure

Read the full README β†’View source on GitHub β†’

Related MCP Servers

View all in Knowledge & Memory View all alternatives
  • Moxie Docs MCP logoMoxie Docs MCP
    β˜… Featured

    MCP & Agent Skills for Automated Documentation, and codebase conventions + context

    🧠 Knowledge & Memory30 views
    Compare vs Moxie Docs MCP β†’
  • Scrivener MCP logoScrivener MCP

    Connect Scrivener 3 writing projects to Claude and other AI assistants. 47 tools for document management, writing analysis, semantic search, character/plot memory, and content enhancement. Progressive skill loading, relationship engine with HMS triplets, and JS fallback for offline semantic search. npm i -g scrivener-mcp

    🧠 Knowledge & Memory16 views
    Compare vs Scrivener MCP β†’
  • AIMEAT logoAIMEAT

    Persistent memory, identity, shared workspaces, skills and tasks for AI agents

    🧠 Knowledge & Memory1 views
    Compare vs AIMEAT β†’
  • MCP Memento logoMCP Memento

    An MCP server that provides persistent memory and context management across sessions

    🧠 Knowledge & Memory1 views
    Compare vs MCP Memento β†’

Adoption & maintenance

Factual signals from GitHub, npm, and our automated checks β€” not a rating.

GitHub stars
10
Stargazers on the source repository.
Last commit
3mo ago
Most recent push to the default branch.

Reviews

No reviews yet β€” be the first to share how this listing worked for you.

Frequently Asked Questions about Cathedral β€” Persistent Memory for AI Agents

Add the following block to your claude_desktop_config.json under mcpServers: "mcpServers": { "cathedral-persistent-memory-for-ai-agents": { "command": "uvx", "args": ["cathedral-mcp"] } }

AllMCPs Directory Badge

Full Badge Customizer

Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.

Badge Style:
Live Dynamic SVG PreviewCathedral β€” Persistent Memory for AI Agents AllMCPs Directory Badge
Markdown (GitHub README)
[![AllMCPs](https://allmcps.com/api/badge/cathedral-persistent-memory-for-ai-agents?style=directory)](https://allmcps.com/mcp/cathedral-persistent-memory-for-ai-agents)
HTML Embed
<a href="https://allmcps.com/mcp/cathedral-persistent-memory-for-ai-agents"><img src="https://allmcps.com/api/badge/cathedral-persistent-memory-for-ai-agents?style=directory" alt="Cathedral β€” Persistent Memory for AI Agents on AllMCPs" /></a>

Technical Specs & Signals

Category🧠Knowledge & Memory
More technical detailsExpand β–Ύ
TransportSTDIO
RuntimePython
Last updatedJun 13, 2026
4/8 checks healthy over the last 45d
Views0
Unique ViewsTotal visits recorded for this listing page on AllMCPs.
Installs0
Installs & Copy ActionsTotal times users copied install commands or configuration snippets for this server.
GitHub stars10
GitHub Star CountTotal stargazers on GitHub representing community popularity (10 stars).
Last commit3mo ago
Last Repository CommitThe most recent commit or push recorded for this server's GitHub repository.Last commit on Jun 13, 2026
37Quality signal: Fair Β· 37/100How this signal is calculated β–Ύ
Server availabilityNot measured

Not scored for repo-hosted servers β€” we can't reach the running server, only its GitHub page. Hosted MCP endpoints are health-checked live.

Verified ownership10/20
Documentation & tools15/30
Adoption & activity3/15
Community engagement0/10

A guidance signal from public completeness & health data β€” not a user rating. New listings start lower and rise as they add docs, get verified, and grow adoption. Signals we can't observe for a listing are skipped, not counted against it.

Supply-chain signal

No high-severity advisories surfaced by our automated scan.

Critical 0High 0Medium 0Low 0

Scanned 2d ago via OSV.dev Β· cathedral-mcp (PyPI)

β˜… FeaturedAllMCPs Server logo

AllMCPs Server

The official MCP server for AllMCPs.com - submit and manage tools directly from your AI. The open directory for MCP servers. Connect Claude, Cursor, Windsurf, and AI agents to databases, tools, files, and APIs. Explore 10,000+ servers. AllMCPs is the premier, open directory for discovering, evaluating, and installing Model Context Protocol (MCP) servers to equip AI agents and LLMs with real-world superpowers.

Explore Server β†’

Own this project?

This directory is pre-filled from public sources. Claim via GitHub README, site badge, or DNS TXT to unlock edit access and the Official badge β€” proof is checked automatically, then reviewed by our team.

Free dofollow backlink: add your website and place the AllMCPs badge on it β€” no claim needed. We detect it automatically and keep it verified as long as the badge stays live.

Claim & get free dofollow

Share & Embed

Add our SVG badge (dark/light directory styles) or embeddable widget to your site.

Explore more

More in 🧠 Knowledge & Memory β†’Best MCP servers for Memory & Knowledge β†’Alternatives to Cathedral β€” Persistent Memory for AI Agents β†’Install in Claude DesktopInstall in CursorInstall in VS CodeSetup guides for all 13 MCP clients