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
{
"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