Skip to main content
Glama

Pwno MCP

by 0xSensei
docker-build.local.sh784 B
#!/bin/bash # Build script for Pwno MCP Docker image set -e # Colors for output RED='\033[0;31m' GREEN='\033[0;32m' YELLOW='\033[1;33m' NC='\033[0m' # No Color echo -e "${GREEN}Building Pwno MCP Docker image...${NC}" # Build the Docker image docker build \ --platform linux/amd64 \ -t pwno-mcp:latest \ -t pwno-mcp:$(git rev-parse --short HEAD 2>/dev/null || echo "dev") \ . if [ $? -eq 0 ]; then echo -e "${GREEN}✓ Build successful!${NC}" echo -e "${YELLOW}To run the container:${NC}" echo " docker run -it --cap-add=SYS_PTRACE --cap-add=SYS_ADMIN --security-opt seccomp=unconfined pwno-mcp:latest" echo -e "${YELLOW}Or use docker-compose:${NC}" echo " docker-compose up -d" else echo -e "${RED}✗ Build failed!${NC}" exit 1 fi

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/0xSensei/pwno-mcp'

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