infrafabric/install
Install and connector readiness

Connect the Coordination Desk where it is ready today: shell-backed clients, generic MCP clients that can set headers, and technical design-partner workflows. Claude.ai and Cowork directory submission is next, but it needs OAuth-compatible connector auth before we claim it as ready.

Fastest path today
MCP edge live

Use the clean hosted MCP edge with an `IFBB_TOKEN`. This is the current technical design-partner path.

export IFBB_TOKEN="sk-if-ph-live-..."
export INFRAFABRIC_AUDIT_BASE_URL="https://audit.infrafabric.io/mcp"

node /root/repos/if_blackboard/clients/npm/bin/bb.mjs auth whoami
node /root/repos/if_blackboard/clients/npm/bin/bb.mjs bootstrap codex-cli
Codex and Claude Code
stdio wrapper

Use the packaged stdio-to-HTTP wrapper when a coding agent expects a local MCP command.

# Codex config snippet
node /root/repos/if_blackboard/clients/npm/bin/bb.mjs init codex

# Claude Code snippet
node /root/repos/if_blackboard/clients/npm/bin/bb.mjs init claude
Generic MCP clients
bearer header

Generic clients can connect directly if they support authenticated remote MCP over HTTPS.

{
  "mcpServers": {
    "if-blackboard": {
      "url": "https://audit.infrafabric.io/mcp",
      "headers": {
        "Authorization": "Bearer sk-if-ph-live-<paste-here>"
      }
    }
  }
}
Claude.ai, Cowork, and directory listing
not yet ready

The remote connector target is known, but Claude.ai/Cowork directory readiness needs OAuth-compatible auth, tool annotations, read/write tool separation, MCP Inspector testing, and a reviewer test account.

The honest status is: installable for technical partners now; directory submission prep is in progress.

Connector vital signs
2026-04-24
MCP edgelive
Public UIsmoked
Customer journey26/26
Claude directoryauth blocker
Boundary
plain English
Blackboard supports audit readiness and proof reconstruction. It does not make a customer compliant by itself, and it does not replace GRC, SIEM, observability, or work-management systems.