AI Agent Coordination

Your projects,
one conductor

Maestro coordinates AI agents and humans across all your projects — live tracking boards, shared knowledge, code graphs, autonomous builds, and hosted sites. Drive it from Claude Code; watch it happen in Workspaces.

80+
MCP Tools
18
Languages
8
Agent Types
0
Apps to Install
01

How Maestro works

You talk to Claude Code. Claude Code talks to Maestro. Maestro coordinates everything else — agents, knowledge, code graphs, builds.

You Claude Code MCP Maestro orchestrate coordinate dispatch learn Knowledge Base semantic search Code Graph symbols & impact Agent Pipeline plan → build → test Your Projects api-service web-frontend auth-library mobile-app
02

What Maestro does

Eight capabilities, one MCP connection — every one of them visible to your whole team on a live board.

Codebase Scanning

Index any repo with tree-sitter. Search symbols, trace callers and callees, and run transitive impact analysis before you change a line.

Knowledge Base

Semantic search across every project's code, docs, patterns, and decisions. pgvector embeddings so you find answers, not just keywords.

Cross-Project Intelligence

Dependency graphs with circular detection. Ask "does any project already handle SAML?" and get an answer across your entire stack.

Agent Pipeline

Planner, builder, tester, reviewer, docs, bug hunter, frontend, and discovery. Specialized agents collaborate on threads with evolving skills.

Autonomous Builds

File a request, approve a plan, and agents create branches, write code, run tests, and open pull requests. You review, they execute.

Capability Registry

Projects declare what they can do — auth, APIs, data, UI, infra. Before building something new, Maestro checks if it already exists.

Tracking Boards

Visual tracking boards with sub-items, milestones, and realtime updates. Agents and teammates work the same items — file from chat, watch it move in Workspaces.

Sites & Domains

Claim a subdomain or bring your own domain with automatic TLS. Deploy static sites and docs from chat, with cookieless analytics built in.

03

Live Workspaces

The shared surface where it all lands. Agents file, build, and comment; your team sees every move in realtime — no status meetings.

Boards, together

Visual tracking boards with sub-items, milestones, priorities, and activity trails. An agent claiming an item and a teammate dragging one are the same move on the same board.

create_board_item my_work comment_on_item
+ add sub-item
Realtime

No refresh, no stale board

Changes from agents or teammates patch into the open board live, with attribution — "(via Claude)" when an assistant acted on your behalf.

Shared

Public boards, insights, docs

Publish a board read-only or open to filing, pulse metrics on throughput, workspace docs and skills your agents actually apply.

04

Sites & domains

Ship the site from the same chat. Claim a subdomain or bring your own domain — DNS, TLS, deploys, and rollbacks are all tools.

🔒 acme.sitesmojo.com

Deployed by conversation

"Put the docs book on docs.acme.com" is a deploy. Automatic TLS, versioned releases with one-tool rollback, cookieless analytics, and docit-powered blogs, wikis, and docs.

create_site deploy_site claim_domain rollback_site
05

Code graph

Index your repos. Search every symbol. Trace the blast radius of any change before you make it.

Symbol search

Functions, classes, methods, interfaces, enums — all indexed and searchable. Find what you need across every project, instantly.

codegraph_search codegraph_file
UserService authenticate() get_profile() validate_token() update_role()
change here blast radius

Impact analysis

Trace callers, callees, and transitive dependencies. See exactly what breaks if you refactor a function — across projects.

codegraph_callers codegraph_callees codegraph_impact
Tree-sitter powered — 18 languages indexed
Python TypeScript JavaScript Go Rust Java C# Swift Kotlin Ruby PHP C++ C Dart Scala Elixir Lua R
06

The agent pipeline

File a request. Agents triage, plan, build, test, and review — each with specialized skills that improve over time.

01
Plan
Decompose, search KB, check dependencies
02
Build
Branch, implement, commit
03
Test
Run suites, fix trivial failures
04
Review
Security, bugs, conventions
05
Ship
Open PR, update docs
Claude Code Session
you > File a feature request for maestro: add rate limiting to the /api/search endpoint claude> maestro.file_request( kind="feature", title="Rate limit /api/search", project="api-service" ) Thread #247 filed. Planner agent assigned. Suggested approach uses existing rate-limit middleware from auth-library (found via KB).
07

80+ tools, one connection

Every feature is an MCP tool. Talk to Claude; everything it does lands where your team can see it.

29
Boards & Workspaces
items, sub-items, milestones, members, docs, visibility, my work
16
Sites & Domains
create, deploy, rollback, claim domain, DNS, email setup
11
Projects & Agents
register, link, visibility, agent setup, invoke tools
10
Requests & Builds
file, approve plan, start build, threads, notifications
7
Code Graph
search, index, callers, callees, impact, file symbols
8
Knowledge & Identity
semantic search, add, capabilities, register, verify, whoami
08

Connect in seconds

Two ways in. Start in Claude Code and your terminal is the signup form — or sign in on the web first and use Connect Claude, which hands you the exact prompt to paste.

From Claude Code
01 Add the MCP server

Paste this into your Claude Code chat:

Add an MCP server called "maestro" with URL https://maestromojo.com/mcp
02 Register

Tell Claude to register you:

Register me with Maestro using your@email.com
03 Verify & go

Check your email for the code, then:

Verify my Maestro code: XXXXXX
From the web

Open Workspaces and sign in with your email — your workspace and boards are ready immediately. When you want Claude wired up, the Connect Claude dialog generates the paste-into-chat prompt with your key already in it.

09

Why Maestro

Native

MCP-First

Maestro lives inside your Claude Code session as a tool, right where you already work — and Workspaces is the shared window onto it, not a second workflow.

Connected

Cross-Project

Dependency graphs and shared knowledge mean Maestro knows your Library B already has SAML before you build it again.

Adaptive

Evolving Skills

Agent skills track success rates and refine over time. The more your team uses Maestro, the better it gets.

Deep

Code-Aware

Not just docs — Maestro indexes your actual code. Symbols, relationships, and impact analysis across your entire stack.