Skip to main content
Glama
codefitz

ucontrol-mcp

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
UCONTROL_COOKIENoSession cookie (e.g., JSESSIONID=...) for authentication
UCONTROL_BASE_URLYesBase URL of the uControl instance, e.g., https://ucontrol.example.com/uControl
UCONTROL_API_TOKENNoBearer token for API authentication
UCONTROL_TOOL_MODENoTool mode: 'read-only' or 'read-write'read-only
UCONTROL_TIMEOUT_MSNoTimeout in milliseconds for HTTP requests30000
UCONTROL_ALLOW_WRITESNoSet to 'true' to allow write operations when in read-write modefalse

Instructions

Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.

This server publishes no instructions, or was last inspected before Glama recorded them.

Capabilities

Features and capabilities supported by this server

Protocol revision2025-11-25

CapabilityDetails
tools
{
  "listChanged": true
}

Tools

Functions exposed to the LLM to take actions

NameDescription
ucontrol_read_protocolsA

List this MCP server's uControl protocol inventory, split by read-only and write access. Write protocols are only registered when UCONTROL_TOOL_MODE=read-write.

ucontrol_read_schema_definitionsB

Schema API: list uControl schema definitions.

ucontrol_read_schema_dataB

Schema API: read the fields and metadata for a schema definition.

ucontrol_read_schema_ire_rulesA

Schema API: read Identification/Reconciliation Engine rules for an asset kind.

ucontrol_read_assetsA

uAsset API: read asset records for a definition. Optional filter syntax follows the vendor docs: aliases asset, geo, unit, context; operators EQUALS and NOT-EQUALS; clauses AND/OR.

ucontrol_read_assetB

uAsset API: read one asset by definition and record identifier.

ucontrol_read_asset_tagsB

uAsset API: view tags for assets. The vendor docs specify a JSON body on GET; this server preserves that behavior with a Node HTTP request.

ucontrol_read_umap_model_detailsA

uMap API: read model details. Omit name to return all records.

ucontrol_read_umap_review_dataC

uMap API: read review data.

ucontrol_read_umap_sso_group_detailsB

uMap API: read SSO group details.

ucontrol_read_umap_team_detailsA

uMap API: read team details. Omit name to return all records.

ucontrol_read_umap_application_typesA

uMap API: list model application types.

ucontrol_read_umap_bmc_appliancesB

uMap API: list BMC appliances.

ucontrol_read_umap_componentsB

uMap API: list components.

ucontrol_read_umap_dependenciesB

uMap API: list dependencies.

ucontrol_read_umap_environmentsA

uMap API: list environments.

ucontrol_read_umap_ire_rulesA

uMap API: read IRE rules for a kind before populating or linking CIs.

ucontrol_read_umap_lead_accountsA

uMap API: list lead accounts.

ucontrol_read_umap_modelling_typesB

uMap API: list modelling types.

ucontrol_read_umap_modelsC

uMap API: list models.

ucontrol_read_umap_service_typesA

uMap API: list service types.

ucontrol_read_umap_servicesC

uMap API: list services.

ucontrol_read_umap_model_cisC

uMap API: list CIs linked to a uMap model.

ucontrol_read_umap_model_patternsA

uMap API: list discovery patterns linked to a uMap model.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/codefitz/ucontrol-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server