Skip to main content
Glama
sheikhBasit

log-mcp-server

by sheikhBasit

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
tailB

Tail last N lines from a log file.

searchB

Search a log file with a regex pattern. Returns matching lines.

filter_levelC

Filter log file by level: ERROR, WARN, INFO, DEBUG. Supports JSON and plain text logs.

summarizeC

Summarize and group errors by pattern from a log file.

docker_logsB

Tail last N lines from a Docker container's logs.

docker_grepC

Search Docker container logs with a regex pattern.

docker_errorsB

Summarize and group errors from a Docker container's logs.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

B3.2/5.0

Scored across 7 tools

Disambiguation5/5

Each tool targets a distinct source (Docker container vs. log file) and operation (tail, search, filter, summarize). Even within groups, actions are clearly differentiated. No two tools appear to do the same thing.

Naming Consistency2/5

Docker tools follow a 'docker_<noun>' pattern, while file tools use bare verbs (search, tail) or verb_noun (filter_level). This inconsistency disrupts a predictable naming convention.

Tool Count5/5

Seven tools is appropriate for log management: covering tail, search, filter, and summary for both Docker and file logs. Not too many to overwhelm, not too few to be insufficient.

Completeness4/5

Covers essential log operations like tailing, searching, filtering, and error grouping. Minor gaps exist, such as live tailing or listing available log files, but the core workflow is well-supported.

Maintenance

ActivityInactive
ResponsivenessNo issues