Loading MCP server directory, please wait...
LogicMonitor API integration with 167 tools for alerts, devices, dashboards, and more.
npx @getmcp/cli add io.github.ryanmat/logicmonitorRequires Python 3.10+. Community-contributed server. Review source before installing.
LM_PORTALLogicMonitor portal hostname (e.g., company.logicmonitor.com)
LM_BEARER_TOKENLogicMonitor API Bearer token
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"io.github.ryanmat/logicmonitor": {
"command": "uvx",
"args": [
"lm-mcp"
],
"env": {
"LM_PORTAL": "",
"LM_BEARER_TOKEN": "",
"LM_ENABLE_WRITE_OPERATIONS": "",
"LM_ACCESS_ID": "",
"LM_ACCESS_KEY": "",
"LM_ENABLED_TOOLS": "",
"LM_DISABLED_TOOLS": "",
"LM_LOG_LEVEL": ""
}
}
}
}