Pipewatch Pro

security MCP Server

CI/CD supply-chain auditor — GH Actions / GitLab CI / OWASP CI/CD Top 10

VerifiedInstall Ready
securitysecurity
1 views0 stars0 forksNOASSERTION

Why This Matters

Discovered via github-topic:mcp-server and last synced 2mo ago.

VerifiedInstall Ready
Source
github-topic:mcp-server
Stars
0
Last synced
2mo ago
Install
Instructions detected

Install

1. Install the package

docker run --rm ghcr.io/cognis-digital/pipewatch-pro:latest --help

2. Add to claude_desktop_config.json

{
  "mcpServers": {
    "pipewatch-pro": {
      "command": "docker",
      "args": [
        "run",
        "--rm",
        "ghcr.io/cognis-digital/pipewatch-pro:latest",
        "--help"
      ]
    }
  }
}

Config file location: ~/Library/Application Support/Claude/claude_desktop_config.json (macOS) / %APPDATA%\Claude\claude_desktop_config.json (Windows)

3
Tools
0
Resources
0
Prompts
Standard I/O
Transport

Available Tools (3)

varies

*Built in the spirit of **step-security/secure-workflows**, re-framed the Cognis way. Missing a credit? Open a PR.* <div align="right"><a href="#top">↑ back to top</a></div> <a name="integrations"></a> ## Integrations Pipes into your stack: **SARIF** for code-scanning, **JSON** for anything, an **MCP server** (`pipewatch-pro mcp`) for AI agents, and a webhook forwarder for SIEM/Slack/Jira. See [`docs/INTEGRATIONS.md`](docs/INTEGRATIONS.md). <div align="right"><a href="#top">↑ back to top</a></div> <a name="install-anywhere"></a> ## Install — every way, every platform ```bash pip install "git+https://github.com/cognis-digital/pipewatch-pro.git" # pip (works today) pipx install "git+https://github.com/cognis-digital/pipewatch-pro.git" # isolated CLI uv tool install "git+https://github.com/cognis-digital/pipewatch-pro.git" # uv pip install cognis-pipewatch-pro # PyPI (when published) docker run --rm ghcr.io/cognis-digital/pipewatch-pro:latest --help # Docker brew install cognis-digital/tap/pipewatch-pro # Homebrew tap curl -fsSL https://raw.githubusercontent.com/cognis-digital/pipewatch-pro/main/install.sh

Linux

macOS

Docker

Cloud