MCP.so
Sign In
L

Logicmonitor MCP

@monitoringartist

About Logicmonitor MCP

MCP Server for LogicMonitor

Basic information

Category

Other

Transports

stdio

Publisher

monitoringartist

Submitted by

Jan Garaj

Config

Add this server to your MCP-compatible client using the configuration below.

{
  "mcpServers": {
    "github": {
      "command": "docker",
      "args": [
        "run",
        "-i",
        "--rm",
        "-e",
        "LM_COMPANY",
        "-e",
        "LM_BEARER_TOKEN",
        "monitoringartist/logicmonitor-mcp-server"
      ],
      "env": {
        "LM_COMPANY": "<YOUR_LOGICMONITOR_COMPANY>",
        "LM_BEARER_TOKEN": "<YOUR_LOGICMONITOR_TOKEN>"
      }
    }
  }
}

Tools

No tools detected

We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.

Overview

What is Logicmonitor MCP?

Logicmonitor MCP is a Model Context Protocol server for LogicMonitor that enables AI assistants to interact with LogicMonitor monitoring data and operations. It provides 125 MCP tools (73 read-only, 52 write) for comprehensive LogicMonitor management.

How to use Logicmonitor MCP?

Install via npx (npx logicmonitor-mcp-server) or Docker. Configure using environment variables (LM_COMPANY, LM_BEARER_TOKEN), a .env file, or CLI flags. Run locally with STDIO transport for Claude Desktop, or remotely with SSE/HTTP transport for web-based access.

Key features of Logicmonitor MCP

  • 125 MCP tools (73 read-only, 52 write)
  • Multiple transport modes: STDIO, SSE, HTTP
  • Flexible authentication: none, bearer token, OAuth/OIDC
  • Read-only mode enabled by default for safe monitoring
  • Automatic CSRF protection for session-based authentication
  • Tool filtering, rate limiting, and smart batching

Use cases of Logicmonitor MCP

  • Monitor resource status and health in LogicMonitor
  • Troubleshoot incidents and retrieve device details
  • Automate common LogicMonitor tasks via AI assistants
  • Integrate LogicMonitor data into AI‑powered chat interfaces

FAQ from Logicmonitor MCP

What does this server do?

It acts as a bridge between AI assistants (e.g., Claude Desktop, Cursor, VS Code) and the LogicMonitor API, allowing natural language queries and commands to interact with LogicMonitor resources.

What are the prerequisites?

Node.js >= 18 (or Docker), a LogicMonitor account with API access, and a LogicMonitor API Bearer Token.

How do I configure authentication?

Set the LM_COMPANY (account subdomain) and LM_BEARER_TOKEN environment variables, or use the --lm-company and --lm-bearer-token CLI flags. OAuth/OIDC authentication is also supported.

What transport modes are supported?

STDIO for local desktop use, SSE and streamable‑HTTP for remote access. TLS/HTTPS can be enabled for secure remote connections.

Is read‑only mode available?

Yes, read‑only mode is enabled by default, preventing any modifications to LogicMonitor resources. You can disable it to allow write operations.

Comments

More Other MCP servers