← chriscaruso.dev

INDIVIDUAL MCP TOOL

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).

chriscaruso.devnone authenticationAvailability not checked

LIVE ENDPOINT

https://chriscaruso.dev/api/mcp

No auth detected

Connect to this endpoint to inspect the live schema for get_constellation 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

chriscaruso.dev

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.

Related tools

  • 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.
  • 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'.
  • read_document — Return the full prose of one document on Caruso's Conjecture as readable markdown (not rendered HTML).
  • 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.