Skip to main content
Glama
good-gis

Docker MCP Server

by good-gis

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
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
docker_runC

Запустить Docker контейнер

docker_psA

Получить список контейнеров

docker_stopC

Остановить контейнер

docker_removeB

Удалить контейнер

docker_logsA

Получить логи контейнера

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 5 tools

Disambiguation5/5

Each tool addresses a distinct container lifecycle action: run, list, stop, remove, and logs. There is no overlap in purpose, making tool selection unambiguous.

Naming Consistency5/5

All tools follow a consistent docker_verb naming pattern, using lowercase snake_case. This predictability aids agent comprehension and usage.

Tool Count5/5

With exactly 5 tools, the server is well-scoped for basic Docker container management. Each tool covers an essential operation without redundancy.

Completeness4/5

The core container lifecycle (create/run, list, stop, remove, logs) is covered. A notable gap is the lack of a start command for stopped containers, but this can be worked around by running a new container.

Maintenance

ActivityInactive
ResponsivenessNo issues