Skip to main content
Glama
foxibu

MCP Kali Server

by foxibu
.dockerignore724 B
# Git files .git .gitignore .gitattributes # Python cache __pycache__ *.py[cod] *$py.class *.so .Python build/ develop-eggs/ dist/ downloads/ eggs/ .eggs/ lib/ lib64/ parts/ sdist/ var/ wheels/ *.egg-info/ .installed.cfg *.egg MANIFEST # Virtual environments venv/ env/ ENV/ env.bak/ venv.bak/ # IDE files .vscode/ .idea/ *.swp *.swo *~ .DS_Store # Session and workspace data sessions/ workspaces/ *.session # Documentation (already copied selectively) CTF_ENHANCEMENT.md CLAUDE.md LICENSE # Docker files (don't copy into image) Dockerfile .dockerignore docker-compose.yml # CI/CD .github/ .gitlab-ci.yml # Logs *.log logs/ # Test files tests/ test_*.py *_test.py # Temporary files tmp/ temp/ *.tmp *.bak *.backup

Latest Blog Posts

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/foxibu/CTF-Solver'

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