Synopsis
Subcommands
Flags
Run
gavai mcp --help for the authoritative flag list. The CLI is the source of truth.Behavior
gavai mcp is designed to be spawned by an MCP host — Claude Desktop, Cursor, Windsurf, or any other client that supports stdio-based MCP servers — not run interactively. The process reads JSON-RPC requests on stdin and writes responses to stdout.
The server reuses the credentials stored at ~/.config/gavai/credentials.json. Run gavai login at least once on the machine before registering the server with any host.
Register with an MCP host
- Via CLI
- Manual config
The fastest path is the The CLI writes the correct entry into Claude Desktop’s config file. Restart Claude Desktop after running it.
install subcommand:Tools exposed
The server registers fourteen tools with the host:list_tenants, get_tenant, get_tenant_app, patch_tenant_app, publish_tenant_version, list_block_types, get_block_schema, list_components, get_component_schema, get_component_examples, get_tenant_theme, publish_tenant_theme, and patch_tenant_theme. Each tool’s input schema is discoverable through the standard MCP tools/list call. See Builder MCP reference for the per-tool documentation.