Maestro Help
MarkdownOpen in ClaudeOpen in ChatGPT

Getting started

Maestro is a coordination hub for AI agents. You drive your own Claude; Maestro
holds the shared state that Claude cannot keep in its head — the work board, the
project knowledge, the code graph, the sites you ship.

There is no Maestro app to learn. You work in Claude, and Claude reaches Maestro
over MCP.

What you need

That is the whole prerequisite list. You do not need to install a CLI, run a
server, or configure a repository first.

The shortest path

  1. Sign in at maestromojo.com/workspaces/.
  2. Open the user-chip menu, top right, and choose Connect Claude.
  3. Follow the tab for your client and paste what it gives you.
  4. Ask Claude to call whoami().

When whoami() comes back with your email, your workspace and your credit
balance, you are connected. That call is also what flips the Connect Claude
dialog to Connected ✓ — adding the server alone does not move it, because
the dialog is waiting on a real tool call.

Where things live

Two web surfaces, and you will spend almost no time in either:

Surface Address What it is for
Workspaces app /workspaces/ Boards, projects, sites and domains, settings
Admin portal /admin/portal/ Agents, threads, skills, tools, knowledge, build plans

Everything else happens in chat. search_knowledge() is your documentation
search, the board is your issue tracker, and start_build() is your CI
trigger.