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.
We read the source, 18 h ago · rules 3dff92dd89df
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(
env = dict(os.environ)
Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.
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.
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.
claude mcp add logicmonitor -- uvx lm-mcp
{
"mcpServers": {
"logicmonitor": {
"args": [
"lm-mcp"
],
"command": "uvx"
}
}
}
[mcp_servers.logicmonitor]
command = "uvx"
args = ["lm-mcp"]
{
"mcpServers": {
"logicmonitor": {
"args": [
"lm-mcp"
],
"command": "uvx"
}
}
}
{
"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.
New Relic MCP server with 55 tools for APM, alerts, dashboards, synthetics, workflows, and more.
Full Datadog API access: monitors, logs, metrics, traces, dashboards, and observability tools
MCP Server for VictoriaLogs. Provides integration with VictoriaLogs API and documentation
MCP Server for VictoriaLogs. Provides integration with VictoriaLogs API and documentation
MCP Server for VictoriaTraces. Provides integration with VictoriaTraces API and documentation
Deploy web apps via AI agents with sota.io. 9 tools for deploy, logs, env, and more.
MCP Server for VictoriaMetrics. Provides integration with VictoriaMetrics API and documentation
MCP Server for VictoriaMetrics. Provides integration with VictoriaMetrics API and documentation
Answers built from our own checks of this server.