mcpbeat Sign in

Alertlogic MCP Server

local only

Alertlogic MCP runs on your own machine — the client starts it, so there is no endpoint to ping. 64 installs a week from pypi. Last commit 26 Jul 2026.

MCP server for Alert Logic MDR — incident response, log search, SOAR, and SOC workflows

Installs per day peak 16 · avg 9 · -18% w/w
a month agotoday
64
Installs / week
pypi · alertlogic-mcp
0
Stars
0 open issues
26 Jul 2026
Last commit
0 releases in 90 days
MIT
License
Python

What the code does

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

Evidence

Things with no honest explanation: a promise that contradicts the code, code that runs at install time while hiding what it does, data leaving the machine.

                    "SELECT source, message, datetime FROM logmsgs WHERE message CONTAINS '/dev/tcp/' OR message CONTAINS 'mkfifo' AND message CONTAINS 'bash' ORDER BY datetime DESC LIMIT 100",
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.

                    "SELECT source, message, datetime FROM logmsgs WHERE message CONTAINS 'pastebin.com' AND message NOT CONTAINS 'browser' ORDER BY datetime DESC LIMIT 100",

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

We found things in this code

Code changes quietly between releases, and nobody reads the diff of a dependency. We do, on every release — watch Alertlogic MCP and you get told the day something new turns up.

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 alertlogic-mcp -- uvx alertlogic-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "alertlogic-mcp": {
      "args": [
        "alertlogic-mcp"
      ],
      "command": "uvx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.alertlogic-mcp]
command = "uvx"
args = ["alertlogic-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "alertlogic-mcp": {
      "args": [
        "alertlogic-mcp"
      ],
      "command": "uvx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "alertlogic-mcp": {
      "args": [
        "alertlogic-mcp"
      ],
      "command": "uvx"
    }
  }
}

Alternatives to Alertlogic MCP

same job, measured the same way
Rootly
by wyre-ai

MCP server for Rootly — incidents, alerts, escalations, and post-incident reports.

local only
Rootly
by wyre-technology

MCP server for Rootly — incidents, alerts, escalations, and post-incident reports.

local only
Cybersim Pro
by kayembahamid

Cybersecurity training, simulation, and incident response MCP server

local only
RocketCyber
by wyre-technology

MCP server for RocketCyber Managed SOC — incidents, alerts, agents, and customer telemetry.

local only
RocketCyber
by wyre-ai

MCP server for RocketCyber Managed SOC — incidents, alerts, agents, and customer telemetry.

local only
New Relic MCP
by karldane

New Relic MCP server with 55 tools for APM, alerts, dashboards, synthetics, workflows, and more.

local only
Journald MCP Server
by james116blue

Incident forensic with log files analyzing

50 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

Alertlogic MCP — questions

Answers built from our own checks of this server.

Why is there no uptime for Alertlogic MCP?
Alertlogic MCP 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 pypi package alertlogic-mcp was installed 64 times last week.
How do I connect Alertlogic MCP?
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 alertlogic-mcp straight from pypi; nothing to host, nothing to sign up for.
How many people use Alertlogic MCP?
The pypi package alertlogic-mcp was installed 64 times in the last week. Week over week that is -18%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Alertlogic MCP open source?
Yes — it is published under the MIT licence, written in Python 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.