Skip to content
Claude Desktop

logicmonitor for Claude Desktop

io.github.ryanmat/logicmonitor

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

client:Claude Desktop transport:stdio runtime:pypi

Install logicmonitor in Claude Desktop

~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "logicmonitor": {
      "command": "uvx",
      "args": [
        "lm-mcp"
      ],
      "env": {
        "LM_PORTAL": "<LM_PORTAL>",
        "LM_BEARER_TOKEN": "<LM_BEARER_TOKEN>",
        "LM_ENABLE_WRITE_OPERATIONS": "<LM_ENABLE_WRITE_OPERATIONS>",
        "LM_ACCESS_ID": "<LM_ACCESS_ID>",
        "LM_ACCESS_KEY": "<LM_ACCESS_KEY>",
        "LM_ENABLED_TOOLS": "<LM_ENABLED_TOOLS>",
        "LM_DISABLED_TOOLS": "<LM_DISABLED_TOOLS>",
        "LM_LOG_LEVEL": "<LM_LOG_LEVEL>"
      }
    }
  }
}

Settings → Developer → Edit Config opens this file. Restart the app after saving. Claude Desktop docs

logicmonitor in other clients