Connect your AI tool

Proof-of-concept stage. The endpoints below are live but may move, change shape, or briefly go down without notice while the project is being shaken down. If something looks broken, email kevin@itforhumanity.be.

The compendium exposes itself to AI tools through two channels: a hosted MCP server (deterministic, graph-aware) and standard web artifacts (zero-config, work everywhere).

Hosted MCP server

Endpoint: https://mcp.aiforhumanity.eu/mcp (Streamable HTTP). The legacy /sse path is also exposed for SSE-only clients.

Claude Desktop (custom connector)

Claude Desktop loads remote MCP servers through its UI, not through claude_desktop_config.json (that file is for local stdio servers only).

  1. Claude Desktop → SettingsConnectors
  2. Under Custom connectors, click Add custom connector
  3. Name: AI Safety Compendium
  4. Remote MCP server URL: https://mcp.aiforhumanity.eu/mcp
  5. Leave the OAuth fields blank — the server is read-only and unauthenticated.
  6. Click Add, then restart Claude Desktop.

The compendium’s tools (search_atlas, get_page, follow_wikilinks, …) will appear in the tool picker.

Free-tier accounts are limited to one custom connector at a time; Pro/Max/Team/Enterprise can add more.

Claude Code

claude mcp add --transport http ai-safety-compendium https://mcp.aiforhumanity.eu/mcp

ChatGPT (where MCP is supported)

Add the URL https://mcp.aiforhumanity.eu/mcp as a custom connector in the deep-research / connector flow.

Fallback: stdio bridge via mcp-remote

If your client only supports stdio MCP servers (older Claude Desktop builds, custom integrations), bridge to the remote endpoint with mcp-remote:

{
  "mcpServers": {
    "ai-safety-compendium": {
      "command": "npx",
      "args": ["-y", "mcp-remote", "https://mcp.aiforhumanity.eu/mcp"]
    }
  }
}

Requires Node + npx on PATH.

Web artifacts (zero-config)

Any AI tool with web fetch can read these directly:

  • https://aiforhumanity.eu/llms.txt — index of every page in standard llmstxt.org format
  • https://aiforhumanity.eu/atlas-index.json — structured graph snapshot (titles, types, frontmatter, wikilinks)
  • https://aiforhumanity.eu/concepts/<slug>.md — raw markdown for any page (likewise /agendas/, /summaries/, /entities/)

Available tools (MCP)

ToolPurpose
search_atlas(query, limit)Ranked search across titles, headings, and first paragraphs
get_page(slug)Full markdown + frontmatter for one page
list_pages(type, limit)List pages by type: concept, agenda, summary, entity
follow_wikilinks(slug)Outbound and inbound wikilinks for graph traversal
summaries_citing(concept_slug)All summaries citing a given concept
recent_summaries(n)Newest-first chronological summary list
get_overview()The field-level overview page