← Back to Plugins
MCP Server MCP

Graylog MCP Server

github By github 👁 1 views ▲ 0 votes

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

Homepage Verified source GitHub

Install

npx -y @jperelli/[email protected]

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "npm",
      "registryBaseUrl": "https://registry.npmjs.org",
      "identifier": "@jperelli/graylog-mcp",
      "version": "1.3.0",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "Base URL of the first Graylog instance, e.g. http://graylog.example.com:9000",
          "isRequired": true,
          "name": "GRAYLOG_BASE_URL_INSTANCE_1"
        },
        {
          "description": "API token for the first Graylog instance (used as the HTTP Basic username).",
          "isRequired": true,
          "isSecret": true,
          "name": "GRAYLOG_API_TOKEN_INSTANCE_1"
        },
        {
          "description": "Optional human-readable label for the first instance (default: instance_1).",
          "name": "GRAYLOG_LABEL_INSTANCE_1"
        }
      ]
    }
  ]
}
mcp model-context-protocol npm

Comments

Sign in to leave a comment

Loading comments...