Last modified June 21, 2026

Muster CLI command reference

The muster binary groups its commands into a few areas: running the aggregator, connecting to it, authenticating, and managing resources. Each command has its own page below.

Server and bridge

CommandDescription
serveStart the aggregator server that other commands and IDEs connect to
standaloneRun the aggregator and agent together in a single process
agentConnect to the aggregator as a client, or bridge it to a stdio-only IDE

Connection and authentication

CommandDescription
contextManage named contexts, each pointing at a Muster endpoint
authLog in to, inspect, and log out of a remote aggregator

Resources

CommandDescription
listList services, MCP servers, workflows, executions, tools, resources, or prompts
getGet details for a single resource
createCreate a Workflow or MCPServer definition
callCall any MCP tool by name
startStart a service or run a workflow
stopStop a running service
checkCheck that an MCP server or workflow is available
eventsList and filter resource events

Utility

CommandDescription
versionPrint the CLI version and, if reachable, the server version
self-updateUpdate the CLI to the latest GitHub release

The flags shared by the resource commands are documented under common flags.