Skip to main content
Glama
mothlike

MCP Graylog Server

by mothlike

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
LOG_LEVELNoLogging levelINFO
LOG_FORMATNoLog format (json/text)json
GRAYLOG_TIMEOUTNoRequest timeout (seconds)30
MCP_SERVER_HOSTNoMCP server host0.0.0.0
MCP_SERVER_PORTNoMCP server port8000
GRAYLOG_ENDPOINTYesGraylog server URL
GRAYLOG_PASSWORDYesGraylog password
GRAYLOG_USERNAMEYesGraylog username
GRAYLOG_VERIFY_SSLNoVerify SSL certificatestrue

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
}
prompts
{
  "listChanged": false
}
resources
{
  "subscribe": false,
  "listChanged": false
}
experimental
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
search_logsD
search_stream_logsD
aggregate_logsD
list_streamsD
get_stream_infoD
search_streams_by_nameD
get_system_infoD
get_error_logsD
get_log_count_by_levelD

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

D1.7/5.0

Scored across 9 tools

Disambiguation3/5

Some tools have overlapping functionality, such as search_logs and search_stream_logs, or aggregate_logs and get_log_count_by_level, which could cause confusion. However, most tools target distinct resources or actions.

Naming Consistency3/5

Tools follow a snake_case pattern with verbs like get, list, search, aggregate. The pattern is mostly consistent but not perfectly uniform, e.g., list_streams vs get_stream_info.

Tool Count4/5

9 tools is appropriate for a Graylog server, covering the main read operations without being excessive. It feels well-scoped.

Completeness3/5

The set covers common query and retrieval operations but lacks write or management tools (e.g., create stream, update). It seems focused on read-only access, which may be intentional but is incomplete for full lifecycle.

Maintenance

ActivityMaintained
ResponsivenessSlow