← Registry

Learning Resources

thesacredmatrix.com

Provides read-only access to The Sacred Matrix corpus, allowing search, retrieval, and semantic similarity queries for passages, texts, and topics.

1 endpoint11 known toolsFirst detected September 3, 2026Last detected September 3, 2026

ENDPOINT 1

https://thesacredmatrix.com/mcp

No auth detected

MCP server metadata

Name
The Sacred Matrix
Version
2026.06.27
Capabilities
tools
Server instructions

Use this server to search and retrieve source-labeled sacred texts, scripture passages, topic pages, similar passages, and text structures from The Sacred Matrix. Public read tools work without sign-in. Account-connected tools can save passages and publish agent-written Deep Thought entries to the user's Sacred Matrix account. Admin corpus and source-image tools require Sacred Matrix admin credentials.

Known tools 11

mcp_connection_status

Read-only connection diagnostic.

Inferred read-only
search_sacred_texts

Search The Sacred Matrix for passages, texts, topics, dossiers, traditions, and shared Deep Thoughts.

Inferred read-only
get_passages

Retrieve exact passages by Sacred Matrix passage IDs returned by search or similarity tools.

Inferred read-only
find_similar_passages

Find semantically and thematically similar passages across The Sacred Matrix corpus from one or more passage IDs.

Inferred read-only
read_text

Read a text, chapter, section, or verse range from The Sacred Matrix by text slug and optional book/chapter/verse filters.

Inferred read-only
list_texts

List available texts in The Sacred Matrix, optionally filtered by tradition slug or search query.

Inferred read-only
get_text_structure

Get versions and chapter/section structure for a Sacred Matrix text before reading it.

Inferred read-only
list_topics

List topic pages that group related passages and themes across traditions.

Inferred read-only
save_passage

Save a Sacred Matrix passage to the connected user's account.

Inferred read-only
list_saved_passages

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

Inferred read-only
publish_deep_thought

Publish an agent-written Deep Thought entry linked to indexed Sacred Matrix passages.

Potential side effects

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.

TRUST AND VERIFICATION EVIDENCE

Loading Trust v2 evidence…

Checking the associated registrable domain. The BuiltWith key remains server-side.

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.