Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
DOCKER_HOSTNoDocker daemon socket
CF_API_EMAILNoCloudflare email
DEFAULT_USERNoFile owner (default: current user)
STACKWIZ_ENVNoEnvironment (development, production)production
DEFAULT_GROUPNoFile group (default: docker)
CF_DNS_API_TOKENNoCloudflare API token
STACKWIZ_BASE_DIRNoBase directory for stacks/srv/dockerdata
STACKWIZ_LOG_LEVELNoLogging level (DEBUG, INFO, WARNING, ERROR)INFO

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
}
logging
{}
prompts
{
  "listChanged": false
}
resources
{
  "subscribe": false,
  "listChanged": false
}
extensions
{
  "io.modelcontextprotocol/ui": {}
}
experimental
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
create_stackB

Create a new Docker service stack

list_stacksA

List all existing Docker stacks

manage_stackC

Perform operations on existing stacks

create_dns_recordB

Create a DNS record

list_dns_recordsB

List DNS records

update_dns_proxyA

Enable or disable Cloudflare proxy for a DNS record

delete_dns_recordB

Delete a DNS record

validate_stack_configC

Validate a stack configuration

health_checkA

Check server health and connectivity

Returns system health status including Docker, DNS, and filesystem checks.

server_infoA

Get server information and capabilities

Returns server version, available tools, and configuration details.

Prompts

Interactive templates invoked by user choice

NameDescription
deploy-web-appInteractive prompt for deploying a web application
setup-databaseGuided database deployment with best practices
create-api-serviceAPI service deployment with monitoring

Resources

Contextual data attached and managed by the client

NameDescription
list_stack_configsList all stack configurations
list_templatesList available templates
get_generic_templateGet generic stack template with docker-compose and env files
get_pocketbase_templateGet Pocketbase stack template with docker-compose and env files
get_supabase_templateGet Supabase stack template with docker-compose and env files
list_networksList available Docker networks
list_domainsList configured domains by scanning .env files
get_port_usageGet port usage map by scanning running containers

TDQS

B3.4/5.0

Scored across 10 tools

Disambiguation4/5

Tools are largely distinct but manage_stack is a generic catch-all that could overlap with create_stack or validate_stack_config. DNS tools and stack tools are clearly separated, and utility tools are distinct.

Naming Consistency4/5

Most tools follow verb_noun pattern (create_stack, list_dns_records), but health_check and server_info break the pattern by being noun-focused. Also pluralization is inconsistent (list_stacks vs list_dns_records).

Tool Count5/5

10 tools is within the ideal 3-15 range. Each tool serves a clear function in stack management, DNS management, or server introspection, with no obvious bloat.

Completeness4/5

Stack lifecycle is covered (create, list, manage, validate), but there is no full DNS record update (only proxy toggle), and manage_stack is vague about specific operations like delete. Core workflows are covered but some edge operations are missing.

Maintenance

ActivityInactive
ResponsivenessNo issues