logicmonitor for Zed
io.github.ryanmat/logicmonitor
LogicMonitor API integration with 167 tools for alerts, devices, dashboards, and more.
client:Zed
transport:stdio
runtime:pypi
Install logicmonitor in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"logicmonitor": {
"command": "uvx",
"args": [
"lm-mcp"
],
"env": {
"LM_PORTAL": "<LM_PORTAL>",
"LM_BEARER_TOKEN": "<LM_BEARER_TOKEN>",
"LM_ENABLE_WRITE_OPERATIONS": "<LM_ENABLE_WRITE_OPERATIONS>",
"LM_ACCESS_ID": "<LM_ACCESS_ID>",
"LM_ACCESS_KEY": "<LM_ACCESS_KEY>",
"LM_ENABLED_TOOLS": "<LM_ENABLED_TOOLS>",
"LM_DISABLED_TOOLS": "<LM_DISABLED_TOOLS>",
"LM_LOG_LEVEL": "<LM_LOG_LEVEL>"
}
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs