graylog-mcp

jperelli/graylog-mcp
★ 0 stars JavaScript AI/LLM Updated 2d ago
An MCP server to integrate ai agents with for Graylog to help debug any issue. It uses best practices to give the agent an advanced custom use of graylog, not just a clone of the http api access.
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "graylog-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "jperelli/graylog-mcp"
      ]
    }
  }
}

README Excerpt

A minimal MCP (Model Context Protocol) server in JavaScript that integrates with Graylog. - JavaScript MCP server - Tools: `list_streams` (discover readable streams), `search` (read matching log lines across multiple streams), `analyze` (aggregate matches by a field, with an optional time histogram), and `get_message` (fetch one full document)

Tools (4)

GRAYLOG_API_TOKEN_INSTANCE_NGRAYLOG_BASE_URL_INSTANCE_NGRAYLOG_LABEL_INSTANCE_Nverbose

Topics

agentgraylogllmmcpmcp-server