mcpbeat Sign in

Logicmonitor MCP Server

local only

Logicmonitor runs on your own machine — the client starts it, so there is no endpoint to ping. 551 installs a week from pypi. Last commit 11 Aug 2026.

LogicMonitor API integration with 167 tools for alerts, devices, dashboards, and more.

Installs per day peak 441 · avg 112 · -42% w/w
a month agotoday
551
Installs / week
pypi · lm-mcp
0
Stars
2 open issues
11 Aug 2026
Last commit
0 releases in 90 days
MIT
License
Python

What the code does

We read the source, 18 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.

            proc = subprocess.run(

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

This one needs environment variables set before it will start: LM_PORTAL (LogicMonitor portal hostname (e.g., company.logicmonitor.com)), LM_BEARER_TOKEN (LogicMonitor API Bearer token), LM_ENABLE_WRITE_OPERATIONS (Enable write operations (create, update, delete)), LM_ACCESS_ID (LMv1 API access ID (required for log/metric ingestion)), LM_ACCESS_KEY (LMv1 API access key (required for log/metric ingestion)), LM_ENABLED_TOOLS (Comma-separated tool names or glob patterns to enable (e.g., get_*,create_device)), LM_DISABLED_TOOLS (Comma-separated tool names or glob patterns to disable (e.g., delete_*)), LM_LOG_LEVEL (Logging level for API request debugging (debug, info, warning, error)). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Logicmonitor

same job, measured the same way
New Relic MCP
by karldane

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

local only
Datadog MCP
by tantiope

Full Datadog API access: monitors, logs, metrics, traces, dashboards, and observability tools

896 installs/wk local only
MCP Victorialogs
by victoriametrics-community

MCP Server for VictoriaLogs. Provides integration with VictoriaLogs API and documentation

local only
MCP Victorialogs
by victoriametrics

MCP Server for VictoriaLogs. Provides integration with VictoriaLogs API and documentation

local only
MCP Victoriatraces
by victoriametrics-community

MCP Server for VictoriaTraces. Provides integration with VictoriaTraces API and documentation

local only
Sota
by sota-deploy

Deploy web apps via AI agents with sota.io. 9 tools for deploy, logs, env, and more.

local only
MCP Victoriametrics
by victoriametrics-community

MCP Server for VictoriaMetrics. Provides integration with VictoriaMetrics API and documentation

local only
MCP Victoriametrics
by victoriametrics

MCP Server for VictoriaMetrics. Provides integration with VictoriaMetrics API and documentation

local only

Logicmonitor — questions

Answers built from our own checks of this server.

Why is there no uptime for Logicmonitor?
Logicmonitor 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 lm-mcp was installed 551 times last week.
How do I connect Logicmonitor?
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 lm-mcp straight from pypi; nothing to host, nothing to sign up for.
How many people use Logicmonitor?
The pypi package lm-mcp was installed 551 times in the last week. Week over week that is -42%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Logicmonitor open source?
Yes — it is published under the MIT licence, written in Python, 0 stars on GitHub and 2 open issues. The source link is on this page, so you can read exactly what it does with your data before you connect it.