← thesacredmatrix.com

INDIVIDUAL MCP TOOL

list_saved_passages

List passages saved to the connected user's Sacred Matrix account.

thesacredmatrix.comnone authenticationAvailability not checked

LIVE ENDPOINT

https://thesacredmatrix.com/mcp

No auth detected

Connect to this endpoint to inspect the live schema for list_saved_passages and invoke it with your own arguments.

Indexed input schema

{}

Risk classification

Inferred read-only · medium confidence · heuristic, not a guarantee.

  • No write-capable action terms were found; this is not proof that invocation has no side effects.

Parent server

thesacredmatrix.com

CONNECT WITH APPROVAL

Client installation

Review this server and its permissions before adding it. Secret placeholders must be set locally.

Codex

~/.codex/config.toml

[mcp_servers.the-sacred-matrix]
url = "https://thesacredmatrix.com/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "the-sacred-matrix": {
      "type": "http",
      "url": "https://thesacredmatrix.com/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: the-sacred-matrix
Remote MCP URL: https://thesacredmatrix.com/mcp

Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.

Cursor

.cursor/mcp.json

{
  "mcpServers": {
    "the-sacred-matrix": {
      "url": "https://thesacredmatrix.com/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "the-sacred-matrix": {
      "type": "http",
      "url": "https://thesacredmatrix.com/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "the-sacred-matrix",
  "transport": "streamable-http",
  "url": "https://thesacredmatrix.com/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

Related tools

  • mcp_connection_status — Read-only connection diagnostic.
  • search_sacred_texts — Search The Sacred Matrix for passages, texts, topics, dossiers, traditions, and shared Deep Thoughts.
  • get_passages — Retrieve exact passages by Sacred Matrix passage IDs returned by search or similarity tools.
  • find_similar_passages — Find semantically and thematically similar passages across The Sacred Matrix corpus from one or more passage IDs.
  • read_text — Read a text, chapter, section, or verse range from The Sacred Matrix by text slug and optional book/chapter/verse filters.
  • list_texts — List available texts in The Sacred Matrix, optionally filtered by tradition slug or search query.
  • get_text_structure — Get versions and chapter/section structure for a Sacred Matrix text before reading it.
  • list_topics — List topic pages that group related passages and themes across traditions.