Kura MCP Server
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| KURA_MCP_PORT | No | MCP server port (default: 3000) | |
| KURA_MCP_LOG_LEVEL | No | Log level (debug, info, warn, error) | |
| KURA_INSTANCE_LOCAL_HOST | Yes | Hostname or IP of the Kura gateway instance | |
| KURA_INSTANCE_LOCAL_PASSWORD | Yes | Password for the Kura gateway instance | |
| KURA_INSTANCE_LOCAL_USERNAME | Yes | Username for the Kura gateway instance |
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 | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| kura_get_kura_propertiesC | Get system properties from a Kura instance |
| kura_get_framework_propertiesB | Get OSGi framework properties from a Kura instance |
| kura_get_extended_propertiesC | Get extended system properties from a Kura instance |
| kura_get_configurationsA | Get all component configurations from a Kura instance |
| kura_get_configurationA | Get a specific component configuration |
| kura_update_configurationC | Update a component configuration |
| kura_get_snapshotsB | Get all configuration snapshots from a Kura instance |
| kura_create_snapshotC | Create a configuration snapshot |
| kura_rollback_snapshotB | Rollback to a specific configuration snapshot |
| kura_get_cloud_connectionsB | Get all cloud connections from a Kura instance |
| kura_connect_cloudD | Connect a cloud connection |
| kura_disconnect_cloudC | Disconnect a cloud connection |
| kura_get_packagesA | Get all installed deployment packages |
| kura_install_packageC | Install a deployment package |
| kura_get_servicesB | Get all OSGi services from a Kura instance |
| kura_get_usersB | Get all users from a Kura instance |
| kura_get_certificatesB | Get all certificates from the keystore |
| kura_test_connectionC | Test connection to a Kura instance |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
TDQS
Scored across 18 tools
Most tools target distinct resources and actions, but the three property getters (kura_properties, framework_properties, extended_properties) could be confused despite differing descriptions.
All tools follow a consistent kura_verb_noun pattern in snake_case, making the API predictable.
At 18 tools, the set is slightly above the typical 3-15 range but covers a wide range of Kura administration tasks without redundancy.
Core configuration, snapshot, cloud, and package workflows are covered, though user and certificate management only support read operations and package uninstall is absent.