Skip to main content
Glama

Kali MCP Pentest Server

docker-build.yml1.12 kB
name: Build and Push Kali MCP Docker Image to GitHub Container Registry on: push: branches: [ main ] schedule: # Run weekly on Sundays at 2:00 AM UTC - cron: '0 2 * * 0' jobs: build: runs-on: ubuntu-latest steps: - name: Checkout code uses: actions/checkout@v5 - name: Set up QEMU uses: docker/setup-qemu-action@v3 - name: Set up Docker Buildx uses: docker/setup-buildx-action@v3 - name: Log in to GitHub Container Registry uses: docker/login-action@v3 with: registry: ghcr.io username: ${{ github.actor }} password: ${{ secrets.GITHUB_TOKEN }} - name: Build and push (multi-arch) uses: docker/build-push-action@v6 with: context: . file: ./Dockerfile push: ${{ (github.event_name == 'push' && github.ref == 'refs/heads/main') || github.event_name == 'schedule' }} platforms: linux/amd64,linux/arm64 tags: ghcr.io/${{ github.repository }}/kali-mcp-server:latest permissions: contents: read packages: write id-token: write

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/andrew-stclair/kali-mcp-server'

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