Odel
ai ops mcp

ai ops mcp

Local
@csoai-orgPythonMITUpdated 3 days ago

Ai Ops MCP Server by MEOK AI Labs

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

PyPIai-ops-mcpv1.0.12

Run

uvx ai-ops-mcp

MCP client config

{
  "mcpServers": {
    "ai-ops-mcp": {
      "command": "uvx",
      "args": [
        "ai-ops-mcp"
      ]
    }
  }
}