PluginBench
MCP Server

io.github.ryanmat/logicmonitor MCP Server

io.github.ryanmat/logicmonitor

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.

transport: stdio
Config generated by PluginBench — verify against the source before use.
Environment / auth
  • LM_PORTAL
    required

    LogicMonitor portal hostname (e.g., company.logicmonitor.com)

  • LM_BEARER_TOKEN
    required
    secret

    LogicMonitor API Bearer token

  • LM_ENABLE_WRITE_OPERATIONS

    Enable write operations (create, update, delete)

  • LM_ACCESS_ID

    LMv1 API access ID (required for log/metric ingestion)

  • LM_ACCESS_KEY
    secret

    LMv1 API access key (required for log/metric ingestion)

  • LM_ENABLED_TOOLS

    Comma-separated tool names or glob patterns to enable (e.g., get_*,create_device)

  • LM_DISABLED_TOOLS

    Comma-separated tool names or glob patterns to disable (e.g., delete_*)

  • LM_LOG_LEVEL

    Logging level for API request debugging (debug, info, warning, error)

Claude Desktop
~/Library/Application Support/Claude/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>"
      }
    }
  }
}
Cursor
~/.cursor/mcp.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>"
      }
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_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>"
      }
    }
  }
}
VS Code
.vscode/mcp.json
{
  "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 Code
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-mcp

Related MCP servers

Give your AI agent stealth web scraping with Cloudflare bypass and CSS selection, powered by Scrapling.

67k
Python
BSD-3-Clause
View repository →

Give your AI coding agent full control of a live Chrome browser for automation, debugging, and performance analysis.

45k
TypeScript
Apache-2.0
View repository →

Let AI agents manage your Puter files, websites, and serverless workers over MCP.

43k
TypeScript
AGPL-3.0
View repository →

Browser automation for AI agents via MCP, powering ByteDance's Agent TARS hybrid GUI/DOM browser control.

37k
TypeScript
Apache-2.0
View repository →

Run arbitrary shell commands from an MCP-connected AI agent.

37k
TypeScript
Apache-2.0
View repository →

Filesystem access MCP server from ByteDance's UI-TARS/Agent TARS ecosystem.

37k
TypeScript
Apache-2.0
View repository →