Graylog MCP Server for Windsurf
io.github.jperelli/graylog-mcp
Query logs from Graylog: get streams, search messages, aggregate, and get full data.
client:Windsurf
transport:stdio
runtime:npm
Install Graylog MCP Server in Windsurf
~/.codeium/windsurf/mcp_config.json · windows: %USERPROFILE%\.codeium\windsurf\mcp_config.json
{
"mcpServers": {
"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>"
}
}
}
}
Global only — Windsurf has no per-project MCP config. Refresh Cascade after saving. Windsurf docs