Skip to main content
Switch workspaces, create aliases, and check authentication status. These 9 tools are always available — they do not require an active workspace context or any specific permissions.

Context List

dome_context_list List all available contexts in the org/tenant/workspace hierarchy. Returns each context with its name, alias (if set), server, and active status.
Example tool call

Context Current

dome_context_current Show the active context name and details. Returns the currently selected context including org, tenant, workspace, and server URL.

Context Use

dome_context_use Switch the active context by name, alias, or shorthand. Supports several shorthand formats:
  • Exact name: prod/acme/backend
  • Alias: backend (if alias is set)
  • Workspace shorthand: backend
  • Tenant/workspace: acme/backend
  • Org/tenant/workspace: prod/acme/backend
If the shorthand is ambiguous, the tool returns an error listing all matching contexts.
Example tool call
After switching context, the available tool list updates to reflect your permissions in the new workspace.

Context Sync

dome_context_sync Refresh contexts from server memberships. Fetches all org/tenant memberships and creates or updates in-memory contexts with scoped session tokens across all authenticated servers. Does not write to the config file.

Context Rename

dome_context_rename Rename a context. Persists the change to the config file.

Context Delete

dome_context_delete Delete a context. Persists the change to the config file. If the active context is deleted, platform tools are removed. Marked destructive.
Deleting a context removes the local session. Re-run dome_context_sync to recreate it from server memberships.

Context Alias

dome_context_alias Set or remove an alias for a context. Aliases provide short names for frequently used contexts. Persists the change to the config file.
Example — set alias
Example — remove alias

Auth Status

dome_auth_status Show authentication status for the current session. Returns the authenticated user, server URL, token expiry, and active workspace.

Version

dome_version Get the Dome MCP server version. Returns the server version string and build metadata.

Next steps

Create tenants and workspaces from Manage, then switch context here: