Skip to content
VS Code

rootly for VS Code

com.mcparmory/rootly

Manage incident alerts, events, and workflows with custom automations

client:VS Code transport:stdio runtime:pypi

Install rootly in VS Code

.vscode/mcp.json

{
  "servers": {
    "rootly": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "mcparmory-rootly"
      ]
    }
  }
}

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

rootly in other clients