← Back to browse

Graylog MCP Server

Indexed by io.github.jperelli

About

Query logs from Graylog: get streams, search messages, aggregate, and get full data.

Use this server

Add it to your MCP client. The catalogue lists this config verbatim from its source — it does not run, download, or vouch for the server. Review the command before you run it.

Transportstdio (runs a local command)
Env varsGRAYLOG_BASE_URL_INSTANCE_1 GRAYLOG_API_TOKEN_INSTANCE_1 GRAYLOG_LABEL_INSTANCE_1
Claude Code
claude mcp add --env GRAYLOG_BASE_URL_INSTANCE_1= --env GRAYLOG_API_TOKEN_INSTANCE_1= --env GRAYLOG_LABEL_INSTANCE_1= graylog-mcp -- npx @jperelli/graylog-mcp
Cursor

Add to Cursor

If the button doesn't open Cursor, use the JSON below — Cursor accepts the same mcpServers config.

VS Code
code --add-mcp '{"name":"graylog-mcp","command":"npx","args":["@jperelli/graylog-mcp"],"env":{"GRAYLOG_BASE_URL_INSTANCE_1":"","GRAYLOG_API_TOKEN_INSTANCE_1":"","GRAYLOG_LABEL_INSTANCE_1":""}}'
JSON
{
  "mcpServers": {
    "graylog-mcp": {
      "command": "npx",
      "args": [
        "@jperelli/graylog-mcp"
      ],
      "env": {
        "GRAYLOG_BASE_URL_INSTANCE_1": "",
        "GRAYLOG_API_TOKEN_INSTANCE_1": "",
        "GRAYLOG_LABEL_INSTANCE_1": ""
      }
    }
  }
}

Environment variables are listed by name only — fill in your own values. Entries never carry secrets.