Skip to main content
Glama
TDHster

docker-logs-mcp

by TDHster

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": false
}
experimental
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
docker_logsA

Последние строки логов Docker-сервиса на удалённом VPS. По умолчанию показывает только ошибки (WARNING/ERROR/CRITICAL) и обрезает строки до 300 символов — экономит токены. Для прицельного поиска по паттерну используй docker_grep. Параметры since/until принимают duration (1h, 30m, 24h) или RFC3339 timestamp (2024-01-01T00:00:00Z).

docker_psA

Статус всех Docker-контейнеров проекта на удалённом VPS. Выполняет 'docker compose ps --format json'. Используй чтобы проверить какие контейнеры запущены.

docker_statsA

Потребление CPU и RAM контейнерами проекта. Выполняет 'docker stats --no-stream --no-trunc --format json'. Используй чтобы проверить нагрузку на сервер.

server_infoA

Общая информация о VPS: uptime, диск, память, статус контейнеров. Выполняет несколько команд и собирает результат. Используй чтобы быстро оценить здоровье сервера.

docker_grepA

Поиск по логам Docker-контейнеров на удалённом VPS. Выполняет 'docker compose logs --tail=N --no-color SERVICE | grep PATTERN' на сервере и возвращает только совпадения. Экономичнее docker_logs для прицельного поиска — возвращает только строки с совпадением. Параметры since/until принимают duration (1h, 30m, 24h) или RFC3339 timestamp (2024-01-01T00:00:00Z).

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

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/TDHster/docker-logs-mcp'

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