Skip to main content

Organizations

If your account belongs to more than one organization, MCP tool calls run against a single default org. You can list your organizations and choose which one is the default.

List organizations

uigraph-mcp auth orgs

The default organization is highlighted in the output.

Set the default organization

Pass either the organization id or its name:

uigraph-mcp auth default-org "Acme Inc"
# or
uigraph-mcp auth default-org org_123abc

How the default is resolved

The default org is resolved in this order:

  1. An explicit default set via auth default-org
  2. The UIGRAPH_ORG_ID environment variable
  3. The first organization on your account