Logicmonitor MCP
@monitoringartist
关于 Logicmonitor MCP
MCP Server for LogicMonitor
基本信息
配置
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"mcpServers": {
"github": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"-e",
"LM_COMPANY",
"-e",
"LM_BEARER_TOKEN",
"monitoringartist/logicmonitor-mcp-server"
],
"env": {
"LM_COMPANY": "<YOUR_LOGICMONITOR_COMPANY>",
"LM_BEARER_TOKEN": "<YOUR_LOGICMONITOR_TOKEN>"
}
}
}
}工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
What is Logicmonitor MCP?
Logicmonitor MCP is a Model Context Protocol server for LogicMonitor that enables AI assistants to interact with LogicMonitor monitoring data and operations. It provides 125 MCP tools (73 read-only, 52 write) for comprehensive LogicMonitor management.
How to use Logicmonitor MCP?
Install via npx (npx logicmonitor-mcp-server) or Docker. Configure using environment variables (LM_COMPANY, LM_BEARER_TOKEN), a .env file, or CLI flags. Run locally with STDIO transport for Claude Desktop, or remotely with SSE/HTTP transport for web-based access.
Key features of Logicmonitor MCP
- 125 MCP tools (73 read-only, 52 write)
- Multiple transport modes: STDIO, SSE, HTTP
- Flexible authentication: none, bearer token, OAuth/OIDC
- Read-only mode enabled by default for safe monitoring
- Automatic CSRF protection for session-based authentication
- Tool filtering, rate limiting, and smart batching
Use cases of Logicmonitor MCP
- Monitor resource status and health in LogicMonitor
- Troubleshoot incidents and retrieve device details
- Automate common LogicMonitor tasks via AI assistants
- Integrate LogicMonitor data into AI‑powered chat interfaces
FAQ from Logicmonitor MCP
What does this server do?
It acts as a bridge between AI assistants (e.g., Claude Desktop, Cursor, VS Code) and the LogicMonitor API, allowing natural language queries and commands to interact with LogicMonitor resources.
What are the prerequisites?
Node.js >= 18 (or Docker), a LogicMonitor account with API access, and a LogicMonitor API Bearer Token.
How do I configure authentication?
Set the LM_COMPANY (account subdomain) and LM_BEARER_TOKEN environment variables, or use the --lm-company and --lm-bearer-token CLI flags. OAuth/OIDC authentication is also supported.
What transport modes are supported?
STDIO for local desktop use, SSE and streamable‑HTTP for remote access. TLS/HTTPS can be enabled for secure remote connections.
Is read‑only mode available?
Yes, read‑only mode is enabled by default, preventing any modifications to LogicMonitor resources. You can disable it to allow write operations.
其他 分类下的更多 MCP 服务器
Reactive Resume
amruthpillaiA one-of-a-kind resume builder that keeps your privacy in mind. Completely secure, customizable, portable, open-source and free forever. Try it out today!
ICSS
chokcoco不止于 CSS
MCP Registry
modelcontextprotocolA community driven registry service for Model Context Protocol (MCP) servers.
🪟 Windows-MCP
CursorTouchMCP Server for Computer Use in Windows
Nginx UI
0xJackyYet another WebUI for Nginx
评论