Skip to main content
Glama
Karun9107

devops-assistant-mcp

by Karun9107

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
}

Tools

Functions exposed to the LLM to take actions

NameDescription
query_databaseA

Execute a SQL query on the local MySQL database.

get_system_timeA

Returns the current system time from the MCP server.

list_containersA

List all local Docker containers and their current status (running, stopped, etc.).

get_container_logsA

Retrieve the last 50 lines of logs from a specific Docker container.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

A3.9/5.0

Scored across 4 tools

Disambiguation5/5

Each tool targets a distinct operation: container logs, system time, container listing, and database query. No overlap in purpose.

Naming Consistency5/5

All tool names follow a consistent verb_noun pattern in snake_case (get_, list_, query_), with clear actions and targets.

Tool Count5/5

With 4 tools, the set is well-scoped for basic DevOps monitoring tasks, each tool earning its place without redundancy.

Completeness2/5

Major gaps exist for a 'DevOps assistant': missing container management (start/stop/restart), deployment, database schema exploration, and system monitoring beyond time.

Maintenance

ActivityInactive
ResponsivenessNo issues