Skip to main content
Glama

Inspektor Gadget MCP Server

security-observability-pod.yaml581 B
apiVersion: v1 kind: Pod metadata: name: security-observability labels: app: security-observability spec: containers: - name: security-observability image: busybox command: - sh - -c - | echo '#!/bin/sh' > /bin/ls echo 'echo "trojaned ls"' >> /bin/ls chmod +x /bin/ls while true; do /bin/ls dd if=/etc/shadow of=/tmp/stolen.txt bs=1 count=100 2>/dev/null || echo "Blocked" sleep 2 done securityContext: privileged: true runAsUser: 0 restartPolicy: Never

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/inspektor-gadget/ig-mcp-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server