Skip to content
VS Code

CICD AIops for VS Code

io.github.aiops-tools/cicd-aiops

Governed self-managed GitLab + Gitea CI/CD ops: pipelines, runners, artifacts, RCA. 28 tools.

client:VS Code transport:stdio runtime:pypi

Install CICD AIops in VS Code

.vscode/mcp.json

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

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

CICD AIops in other clients