Catalog
Logicmonitor
Officialby ryanmat
LogicMonitor API integration with 167 tools for alerts, devices, dashboards, and more.
Monitoring platform API integration for alerts, devices, and dashboards.
README not available yet.
Install
Configuration
Environment variables
LM_PORTALrequiredLogicMonitor portal hostname (e.g., company.logicmonitor.com)
LM_BEARER_TOKENrequiredsecretLogicMonitor 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)
claude_desktop_config.json
{
"mcpServers": {
"logicmonitor": {
"command": "uvx",
"args": [
"lm-mcp"
],
"env": {
"LM_PORTAL": "<YOUR_LM_PORTAL>",
"LM_BEARER_TOKEN": "<YOUR_LM_BEARER_TOKEN>",
"LM_ENABLE_WRITE_OPERATIONS": "<YOUR_LM_ENABLE_WRITE_OPERATIONS>",
"LM_ACCESS_ID": "<YOUR_LM_ACCESS_ID>",
"LM_ACCESS_KEY": "<YOUR_LM_ACCESS_KEY>",
"LM_ENABLED_TOOLS": "<YOUR_LM_ENABLED_TOOLS>",
"LM_DISABLED_TOOLS": "<YOUR_LM_DISABLED_TOOLS>",
"LM_LOG_LEVEL": "<YOUR_LM_LOG_LEVEL>"
}
}
}
}