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.
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
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 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>"
}
}
}
}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.