Cathedral — Persistent Memory for AI Agents MCP Server
io.github.AILIFE1/cathedral-mcp
What is the Cathedral — Persistent Memory for AI Agents MCP server?
Persistent memory and drift detection for AI agents across session restarts.
How to install Cathedral — Persistent Memory for AI Agents
Copy-paste configuration for popular MCP clients.
CATHEDRAL_API_KEYrequiredsecretYour Cathedral API key from cathedral-ai.com
CATHEDRAL_BASE_URLCathedral API base URL (for self-hosted instances)
CATHEDRAL_SANITISESet to 1 to enable prompt injection filtering on memory content
Authorizationsecret
{
"mcpServers": {
"cathedral-mcp": {
"command": "uvx",
"args": [
"cathedral-mcp"
],
"env": {
"CATHEDRAL_API_KEY": "<YOUR_CATHEDRAL_API_KEY>",
"CATHEDRAL_BASE_URL": "<YOUR_CATHEDRAL_BASE_URL>",
"CATHEDRAL_SANITISE": "<YOUR_CATHEDRAL_SANITISE>",
"Authorization": "<YOUR_AUTHORIZATION>"
}
}
}
}{
"mcpServers": {
"cathedral-mcp": {
"command": "uvx",
"args": [
"cathedral-mcp"
],
"env": {
"CATHEDRAL_API_KEY": "<YOUR_CATHEDRAL_API_KEY>",
"CATHEDRAL_BASE_URL": "<YOUR_CATHEDRAL_BASE_URL>",
"CATHEDRAL_SANITISE": "<YOUR_CATHEDRAL_SANITISE>",
"Authorization": "<YOUR_AUTHORIZATION>"
}
}
}
}{
"mcpServers": {
"cathedral-mcp": {
"command": "uvx",
"args": [
"cathedral-mcp"
],
"env": {
"CATHEDRAL_API_KEY": "<YOUR_CATHEDRAL_API_KEY>",
"CATHEDRAL_BASE_URL": "<YOUR_CATHEDRAL_BASE_URL>",
"CATHEDRAL_SANITISE": "<YOUR_CATHEDRAL_SANITISE>",
"Authorization": "<YOUR_AUTHORIZATION>"
}
}
}
}{
"servers": {
"cathedral-mcp": {
"type": "stdio",
"command": "uvx",
"args": [
"cathedral-mcp"
],
"env": {
"CATHEDRAL_API_KEY": "<YOUR_CATHEDRAL_API_KEY>",
"CATHEDRAL_BASE_URL": "<YOUR_CATHEDRAL_BASE_URL>",
"CATHEDRAL_SANITISE": "<YOUR_CATHEDRAL_SANITISE>",
"Authorization": "<YOUR_AUTHORIZATION>"
}
}
}
}claude mcp add cathedral-mcp --env CATHEDRAL_API_KEY=<YOUR_CATHEDRAL_API_KEY> --env CATHEDRAL_BASE_URL=<YOUR_CATHEDRAL_BASE_URL> --env CATHEDRAL_SANITISE=<YOUR_CATHEDRAL_SANITISE> --env Authorization=<YOUR_AUTHORIZATION> -- uvx cathedral-mcpRelated MCP servers
Scrapling MCP Server
Give your AI agent stealth web scraping with Cloudflare bypass and CSS selection, powered by Scrapling.
Chrome DevTools MCP
Give your AI coding agent full control of a live Chrome browser for automation, debugging, and performance analysis.
com.puter/mcp-server
Let AI agents manage your Puter files, websites, and serverless workers over MCP.
Browser automation for AI agents via MCP, powering ByteDance's Agent TARS hybrid GUI/DOM browser control.
Run arbitrary shell commands from an MCP-connected AI agent.
Filesystem access MCP server from ByteDance's UI-TARS/Agent TARS ecosystem.