What is the io.github.ryanmat/logicmonitor MCP server?
LogicMonitor API integration with 167 tools for alerts, devices, dashboards, and more.
How to install io.github.ryanmat/logicmonitor
Copy-paste configuration for popular MCP clients.
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)
{
"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>"
}
}
}
}{
"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>"
}
}
}
}{
"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>"
}
}
}
}{
"servers": {
"logicmonitor": {
"type": "stdio",
"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>"
}
}
}
}claude mcp add logicmonitor --env LM_PORTAL=<YOUR_LM_PORTAL> --env LM_BEARER_TOKEN=<YOUR_LM_BEARER_TOKEN> --env LM_ENABLE_WRITE_OPERATIONS=<YOUR_LM_ENABLE_WRITE_OPERATIONS> --env LM_ACCESS_ID=<YOUR_LM_ACCESS_ID> --env LM_ACCESS_KEY=<YOUR_LM_ACCESS_KEY> --env LM_ENABLED_TOOLS=<YOUR_LM_ENABLED_TOOLS> --env LM_DISABLED_TOOLS=<YOUR_LM_DISABLED_TOOLS> --env LM_LOG_LEVEL=<YOUR_LM_LOG_LEVEL> -- uvx lm-mcpRelated MCP servers
Scrapling MCP Server
Give your AI agent stealth web scraping with Cloudflare bypass and CSS selection, powered by Scrapling.
Chrome DevTools MCP
Give your AI coding agent full control of a live Chrome browser for automation, debugging, and performance analysis.
com.puter/mcp-server
Let AI agents manage your Puter files, websites, and serverless workers over MCP.
Browser automation for AI agents via MCP, powering ByteDance's Agent TARS hybrid GUI/DOM browser control.
Run arbitrary shell commands from an MCP-connected AI agent.
Filesystem access MCP server from ByteDance's UI-TARS/Agent TARS ecosystem.