Skip to main content
Glama
CTRQuko

homelab-mcp

by CTRQuko

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault

No arguments

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
list_containersB

Lista contenedores Docker.

inspect_containerB

Inspecciona un contenedor (configuración completa).

get_container_logsB

Devuelve las últimas líneas de logs de un contenedor.

restart_containerA

Reinicia un contenedor por nombre o ID.

REQUIERE confirm=True para ejecutar. Sin confirmación devuelve un aviso.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

A3.6/5.0

Scored across 4 tools

Disambiguation5/5

Each tool targets a distinct operation on Docker containers: listing, inspecting, retrieving logs, and restarting. No functional overlap exists.

Naming Consistency5/5

All tool names follow a consistent verb_noun snake_case pattern (e.g., list_containers, inspect_container), making the set predictable.

Tool Count4/5

With 4 tools, the set is slightly small but well-scoped for basic container management and monitoring. It could benefit from a few more operations, but it remains focused.

Completeness3/5

The tools cover observation (list, inspect, logs) and one action (restart), but lack fundamental operations like start, stop, or remove containers, leaving notable workflow gaps.

Maintenance

ActivityInactive
ResponsivenessNo issues