Home About Claude Code
Connector

Claude Code, connected to the Hub.

Connect Claude Code — or any MCP client — to DirectorHub. It reads your Build Briefs and session context over MCP, does the work in your repo, and reports the result straight back to the session timeline.

Pull-only Per-user token Official Claude Code CLI

What it does

DirectorHub exposes itself as an MCP server. Point Claude Code at it and your coding agent gains a few tools: it can list your projects and sessions, pull a Build Brief (the decision, distilled for a builder) or the live session context, and — when it's done — call report result to post what it changed back onto the timeline as an executor round.

The connection is pull-only and read-then-report: the Hub never reaches into your machine. Your agent asks for context when it needs it and reports outcomes when it has them.

The loop

Decision in, change out

You decide, in the Hub

Run a session, converge on a decision, and export it as a Build Brief — problem, decision, constraints, done conditions.

Claude Code pulls it

Your connected agent reads the brief and the session context over MCP — no copy-paste, no re-explaining the project.

It does the work

Claude Code edits, builds and tests in your repository, exactly where the code lives.

It reports back

A structured report — summary, what changed, tests, limitations — lands on the timeline as an executor round, so the Hub stays the single source of truth.

Setup guide

Connect Claude Code, step by step

Before you start

Open the connector

In the app, go to Skills & connectors and click the Claude Code panel.

Generate a token

Click Generate token and copy it now — it is shown only once.

Add the Hub to Claude Code

Copy the snippet (it already carries your token) and run it in your terminal:

claude mcp add --transport http directorhub \ https://directorhub.app/api/mcp \ --header "Authorization: Bearer <YOUR_TOKEN>"

Restart Claude Code

Quit and reopen your Claude Code session. It reads the tool list once at startup, so the DirectorHub tools appear only after a fresh start.

✓ Verify. In Claude Code the DirectorHub tools are now available (list projects, get build brief, report result…). In the app, the Claude Code panel turns ● Connected after the first call.

Troubleshooting