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:
- An explicit default set via
auth default-org - The
UIGRAPH_ORG_IDenvironment variable - The first organization on your account