mcp-server-graylog

Pranavj17/mcp-server-graylog
★ 3 stars JavaScript 🔍 Search Updated 7d ago
Simple, focused MCP server for Graylog log searching. Built for debugging production issues.
View on GitHub →

Quick Install

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

Add to claude_desktop_config.json:

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