cosign-mcp.md

Cosign MCP

from"sigstore"
480

Cosign container signing

Security
Cosignsigningcontainersverification
install.sh
# Clone the repository
$git clone https://github.com/sigstore/mcp-server
# Install dependencies
$npm install
# Build and serve
$npm run build && npm run serve