mcpbeat Sign in

Graylog MCP Server

local only

Graylog MCP Server runs on your own machine — the client starts it, so there is no endpoint to ping. 62 installs a week from npm. Last commit 17 Jul 2026.

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

Installs per day peak 56 · avg 11 · -37% w/w
a month agotoday
62
Installs / week
npm · @jperelli/graylog-mcp
0
Stars
0 open issues
17 Jul 2026
Last commit
0 releases in 90 days
MIT
License
JavaScript

What the code does

We read the source, 20 h ago · rules 3dff92dd89df

Capabilities

What this server is able to do. For an MCP server this is often the job itself — a terminal server runs commands because that is what it is for. Listed so you know what you are plugging in, not as an accusation.

Dumps the whole environment src/index.js:14, [пакет] src/index.js:14
  const declaredNumbers = Object.keys(process.env)

Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.

This code can reach further than it looks

We found places where it runs commands, builds paths or queries from values it is given. None of that is a flaw by itself — it becomes one when the code changes, and code changes quietly between releases. We re-read it on every one.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add graylog-mcp -- npx -y @jperelli/graylog-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "graylog-mcp": {
      "args": [
        "-y",
        "@jperelli/graylog-mcp"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.graylog-mcp]
command = "npx"
args = ["-y", "@jperelli/graylog-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "graylog-mcp": {
      "args": [
        "-y",
        "@jperelli/graylog-mcp"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "graylog-mcp": {
      "args": [
        "-y",
        "@jperelli/graylog-mcp"
      ],
      "command": "npx"
    }
  }
}

This one needs environment variables set before it will start: GRAYLOG_BASE_URL_INSTANCE_1 (Base URL of the first Graylog instance, e.g. http://graylog.example.com:9000), GRAYLOG_API_TOKEN_INSTANCE_1 (API token for the first Graylog instance (used as the HTTP Basic username).), GRAYLOG_LABEL_INSTANCE_1 (Optional human-readable label for the first instance (default: instance_1).). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Graylog MCP Server

same job, measured the same way
I
MCP Server Graylog
by pranavj17

Search Graylog logs by timestamps, filter by streams, and debug production issues.

local only
MCP Observability Server
by gagandeeppra

MCP server for querying logs from observability platforms with unified search and tracing

76 installs/wk local only
Appsignal
by pulsemcp

MCP server for AppSignal — get alert details, search logs, and retrieve logs within time ranges.

96 installs/wk local only
MyFitnessPal
by mason-levyy

MCP server for MyFitnessPal: log, search, and analyze your food diary.

226 installs/wk local only
New Relic MCP Server
by newrelic

Access New Relic observability data through MCP - query metrics, logs, traces, entities, and more

answering
LogsLoom
by efim23

Ingest and search LogsLoom logs from coding agents.

274 installs/wk 4 tools answering
Lgl MCP Server
by willheadlee

MCP server for Little Green Light CRM. Search donors, log gifts, manage groups and contacts.

22 installs/wk local only
petromcp
by ameyxd

Local-first MCP server: read LAS well logs and DLIS files from your own disk.

119 installs/wk local only

Graylog MCP Server — questions

Answers built from our own checks of this server.

Why is there no uptime for Graylog MCP Server?
Graylog MCP Server runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package @jperelli/graylog-mcp was installed 62 times last week.
How do I connect Graylog MCP Server?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls @jperelli/graylog-mcp straight from npm; nothing to host, nothing to sign up for.
How many people use Graylog MCP Server?
The npm package @jperelli/graylog-mcp was installed 62 times in the last week. Week over week that is -37%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Graylog MCP Server open source?
Yes — it is published under the MIT licence, written in JavaScript and 0 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.