mcpserver-opsmanager

vyomnagrani/mcpserver-opsmanager
★ 1 stars Python ⚙️ DevOps Updated 1mo ago
An MCP Server implementation for Microsoft Operations Manager (SCOM) with full Docker and Azure Container Apps support
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "mcpserver-opsmanager": {
      "command": "uvx",
      "args": [
        "mcpserver-opsmanager"
      ]
    }
  }
}

Or install with pip: pip install mcpserver-opsmanager