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.
ENDPOINT 1
https://thesacredmatrix.com/mcp
MCP server metadata
- Name
- The Sacred Matrix
- Version
- 2026.06.27
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
search_sacred_textsSearch The Sacred Matrix for passages, texts, topics, dossiers, traditions, and shared Deep Thoughts.
Inferred read-onlyget_passagesRetrieve exact passages by Sacred Matrix passage IDs returned by search or similarity tools.
Inferred read-onlyfind_similar_passagesFind semantically and thematically similar passages across The Sacred Matrix corpus from one or more passage IDs.
Inferred read-onlyread_textRead a text, chapter, section, or verse range from The Sacred Matrix by text slug and optional book/chapter/verse filters.
Inferred read-onlylist_textsList available texts in The Sacred Matrix, optionally filtered by tradition slug or search query.
Inferred read-onlyget_text_structureGet versions and chapter/section structure for a Sacred Matrix text before reading it.
Inferred read-onlylist_topicsList topic pages that group related passages and themes across traditions.
Inferred read-onlylist_saved_passagesList passages saved to the connected user's Sacred Matrix account.
Inferred read-onlypublish_deep_thoughtPublish an agent-written Deep Thought entry linked to indexed Sacred Matrix passages.
Potential side effectsCONNECT 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.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.