Skip to content
Zed

Graylog MCP Server for Zed

io.github.jperelli/graylog-mcp

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

client:Zed transport:stdio runtime:npm

Install Graylog MCP Server in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "context_servers": {
    "graylog-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@jperelli/graylog-mcp"
      ],
      "env": {
        "GRAYLOG_BASE_URL_INSTANCE_1": "<GRAYLOG_BASE_URL_INSTANCE_1>",
        "GRAYLOG_API_TOKEN_INSTANCE_1": "<GRAYLOG_API_TOKEN_INSTANCE_1>",
        "GRAYLOG_LABEL_INSTANCE_1": "<GRAYLOG_LABEL_INSTANCE_1>"
      }
    }
  }
}

Merge this into your existing settings object — do not replace the file. Zed docs

Graylog MCP Server in other clients