We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/michoo/security_mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
# Using host operating system namespaces can lead to compromise of the host systems.
# These attacks would target:
# - host processes
# - host inter-process communication (IPC) mechanisms
# - network services of the local host system
# - MITRE, CWE-653 - Improper Isolation or Compartmentalization
---
apiVersion: v1
kind: Pod
metadata:
name: example
spec:
containers:
- name: web
image: nginx
ports:
- name: web
containerPort: 80
protocol: TCP
hostPID: true # Sensitive
hostIPC: true # Sensitive
hostNetwork: true # Sensitive