Skip to main content
Glama
anpy-j

graylog-mcp

by anpy-j

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
MCP_HOSTNoHost for streamable HTTP mode
MCP_PORTNoPort for streamable HTTP mode
GRAYLOG_TOKENNoAccess token for token authentication
MCP_TRANSPORTNoMCP transport mode: 'stdio' (default) or 'streamable-http'
GRAYLOG_API_BASEYesBase URL of the Graylog API (e.g., https://graylog.example.com/api)
GRAYLOG_ENV_FILENoPath to .env file
GRAYLOG_PASSWORDNoPassword for basic authentication
GRAYLOG_USERNAMENoUsername for basic authentication
GRAYLOG_AUTH_MODEYesAuthentication mode: 'session', 'token', or 'basic'
GRAYLOG_SESSION_IDNoSession ID for session authentication
GRAYLOG_PROFILE_DIRNoDirectory containing business profiles (default: profiles)

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
graylog_get_system_infoA

Verify Graylog connectivity and return cluster version/node metadata.

graylog_search_messagesC

Run a raw Graylog Lucene query over an absolute RFC3339 time range.

graylog_diagnose_code_logsA

Correlate code log literals and runtime identifiers, then expand discovered trace keys.

Use this after reading relevant source and finding log statements. Pass stable literal text from those statements plus known values such as studentExamId, taskId, requestNo, or traceId. A business profile adds stage patterns and correlation keys without changing this tool.

graylog_list_profilesA

List available business diagnosis profiles and their trigger aliases.

graylog_get_profileA

Return one validated business diagnosis profile by name or alias.

Prompts

Interactive templates invoked by user choice

NameDescription
diagnose_code_runtimeCreate a vendor-neutral code-to-Graylog runtime diagnosis workflow.

Resources

Contextual data attached and managed by the client

NameDescription
profile_catalogA compact catalog of available business diagnosis profiles.

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/anpy-j/graylog-mcp'

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