Skip to content
VS Code

Endpoint AIops for VS Code

io.github.aiops-tools/endpoint-aiops

Governed managed-endpoint ops — login-storm & drift analysis, 13 MCP tools with audit/budget/undo.

client:VS Code transport:stdio runtime:pypi

Install Endpoint AIops in VS Code

.vscode/mcp.json

{
  "servers": {
    "endpoint-aiops": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "endpoint-aiops"
      ]
    }
  }
}

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

Endpoint AIops in other clients