io.github.ryanmat/logicmonitor✓
io.github.ryanmat/logicmonitor · v1.5.1
{}server.json
The full server descriptor as registered with IndusMCP.
{
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
"name": "io.github.ryanmat/logicmonitor",
"description": "LogicMonitor API integration with 167 tools for alerts, devices, dashboards, and more.",
"repository": {
"url": "https://github.com/ryanmat/mcp-server-logicmonitor",
"source": "github"
},
"version": "1.5.1",
"packages": [
{
"registryType": "pypi",
"identifier": "lm-mcp",
"version": "1.5.1",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "LogicMonitor portal hostname (e.g., company.logicmonitor.com)",
"isRequired": true,
"format": "string",
"name": "LM_PORTAL"
},
{
"description": "LogicMonitor API Bearer token",
"isRequired": true,
"format": "string",
"isSecret": true,
"name": "LM_BEARER_TOKEN"
},
{
"description": "Enable write operations (create, update, delete)",
"format": "string",
"name": "LM_ENABLE_WRITE_OPERATIONS"
},
{
"description": "LMv1 API access ID (required for log/metric ingestion)",
"format": "string",
"name": "LM_ACCESS_ID"
},
{
"description": "LMv1 API access key (required for log/metric ingestion)",
"format": "string",
"isSecret": true,
"name": "LM_ACCESS_KEY"
},
{
"description": "Comma-separated tool names or glob patterns to enable (e.g., get_*,create_device)",
"format": "string",
"name": "LM_ENABLED_TOOLS"
},
{
"description": "Comma-separated tool names or glob patterns to disable (e.g., delete_*)",
"format": "string",
"name": "LM_DISABLED_TOOLS"
},
{
"description": "Logging level for API request debugging (debug, info, warning, error)",
"format": "string",
"name": "LM_LOG_LEVEL"
}
]
}
],
"_meta": {
"dev.indusmcp/source": "official-registry-mirror",
"dev.indusmcp/synced": "2026-05-12"
}
}