Skip to main content
Glama

get_common_container_configs

Retrieve pre-configured container definitions for common applications like Splunk, Wazuh, ELK, Nginx, PostgreSQL, Redis, and Grafana to use with container templates in cyber range environments.

Instructions

Get pre-configured container definitions for common applications.

Returns a dictionary of common application containers (Splunk, Wazuh, ELK, Nginx, PostgreSQL, Redis, Grafana) that can be used with create_container_template.

Returns: Dictionary of application name to container configuration

Example: # Get all common container configs configs = await get_common_container_configs()

# Use Splunk config to create template splunk_config = configs["splunk"] result = await create_container_template( name="ubuntu-splunk", base_os="ubuntu-22.04", containers=[splunk_config] )

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Other Tools

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/tjnull/Ludus-FastMCP'

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