This is a comprehensive integration with LogicMonitor's infrastructure monitoring platform, exposing 167 tools across their REST API surface. You get programmatic access to alerts, device management, dashboards, collectors, data sources, and reporting capabilities. Reach for this when you need to automate monitoring workflows, pull operational data into your development environment, or build custom tooling around your LogicMonitor setup. The breadth of coverage means you can handle everything from querying alert status and device properties to managing dashboard configurations without leaving Claude. It's built by ryanmat and uses stdio transport, so setup follows the standard MCP pattern.
LM_PORTAL*LogicMonitor portal hostname (e.g., company.logicmonitor.com)
LM_BEARER_TOKEN*secretLogicMonitor API Bearer token
LM_ENABLE_WRITE_OPERATIONSEnable write operations (create, update, delete)
LM_ACCESS_IDLMv1 API access ID (required for log/metric ingestion)
LM_ACCESS_KEYsecretLMv1 API access key (required for log/metric ingestion)
LM_ENABLED_TOOLSComma-separated tool names or glob patterns to enable (e.g., get_*,create_device)
LM_DISABLED_TOOLSComma-separated tool names or glob patterns to disable (e.g., delete_*)
LM_LOG_LEVELLogging level for API request debugging (debug, info, warning, error)