← Registry

Content Tools

chriscaruso.dev

This MCP server enables searching, reading, and exploring the knowledge graph of long-form writing on machine intelligence from Caruso's Conjecture.

1 endpoint5 known toolsFirst detected August 25, 2026Last detected August 25, 2026

ENDPOINT 1

https://chriscaruso.dev/api/mcp

No auth detected

MCP server metadata

Name
carusos-conjecture
Version
0.1.0
Capabilities
tools
Server instructions

This server exposes the writing on Caruso's Conjecture — Chris Caruso's personal site of long-form writing about machine intelligence — as read-only tools. The flagship work is 'The Fortunate Fall', a narrated seven-part essay series (plus companion essays) on how machine intelligence reshapes software, reality, and intention. Around it sit interactive 'Notebooks' explainers. Start with list_documents to see what is readable, search_writing to find a passage, and read_document to read one in full. get_idea and get_constellation expose the anthology's knowledge graph — its argument as a structure.

Known tools 5

search_writing

Full-text search across everything published on Caruso's Conjecture — Chris Caruso's personal site of long-form writing about machine intelligence and what it does to software, reality, and intention.

Inferred read-only
list_documents

List every readable long-form document on Caruso's Conjecture (Chris Caruso's site about machine intelligence): the 'Fortunate Fall' anthology essays and the interactive 'Notebooks'.

Inferred read-only
read_document

Return the full prose of one document on Caruso's Conjecture as readable markdown (not rendered HTML).

Inferred read-only
get_idea

Look up one idea in 'The Constellation' — the knowledge graph of the flagship 'Fortunate Fall' anthology, in which every load-bearing concept is bound to the prose that makes it.

Inferred read-only
get_constellation

Return 'The Constellation' — the whole knowledge graph of the 'Fortunate Fall' anthology — as structured JSON: metadata, node types, edge types, nodes, edges, and canonical traversals (guided walks through the argument).

Inferred read-only

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.carusos-conjecture]
url = "https://chriscaruso.dev/api/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "carusos-conjecture": {
      "type": "http",
      "url": "https://chriscaruso.dev/api/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: carusos-conjecture
Remote MCP URL: https://chriscaruso.dev/api/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": {
    "carusos-conjecture": {
      "url": "https://chriscaruso.dev/api/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "carusos-conjecture": {
      "type": "http",
      "url": "https://chriscaruso.dev/api/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "carusos-conjecture",
  "transport": "streamable-http",
  "url": "https://chriscaruso.dev/api/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.