ucontrol-mcp
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| UCONTROL_COOKIE | No | Session cookie (e.g., JSESSIONID=...) for authentication | |
| UCONTROL_BASE_URL | Yes | Base URL of the uControl instance, e.g., https://ucontrol.example.com/uControl | |
| UCONTROL_API_TOKEN | No | Bearer token for API authentication | |
| UCONTROL_TOOL_MODE | No | Tool mode: 'read-only' or 'read-write' | read-only |
| UCONTROL_TIMEOUT_MS | No | Timeout in milliseconds for HTTP requests | 30000 |
| UCONTROL_ALLOW_WRITES | No | Set to 'true' to allow write operations when in read-write mode | false |
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
| Capability | Details |
|---|---|
| tools | {
"listChanged": true
} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| 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
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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