Murmur setup happens in two stages: an admin initially configures the team workspace once [see admin quickstart guide], then each developer sets up Murmur locally [see below].Documentation Index
Fetch the complete documentation index at: https://docs.murmur.dev/llms.txt
Use this file to discover all available pages before exploring further.
An admin must configure the workspace before developers can use Murmur.
Developer setup
Complete the steps below after your admin has finished workspace setup [see admin quickstart guide]. CLI setup requires a GitHub account,gh CLI, and a Claude API key or Anthropic subscription.
Step 1: Install the CLI
Step 2: Setup your credentials
.murmur/murmur.yaml .
Step 3: Add the Murmur MCP
Step 4: Spawn your first agent
There are two ways to spawn an agent from the command line: either by using the Murmur CLI or by asking your coding agent.Option 1: Spawn via Murmur CLI
Option 2: Spawn from your coding agent (Claude)
Next steps
Core Concepts
Understand the architecture, agent lifecycle, and tenant model.
Flights
Orchestrate multiple agents with declarative Markdown DAGs.
CLI Reference
All flags and options for
murmur spawn.MCP Server
How agents use MCP tools to spawn children and coordinate work.