Skip to main content
Glama

Security MCP Server

by nordeim
.gitignore8.98 kB
# ============================================================================= # Security MCP Server .gitignore # ============================================================================= # This file contains patterns for files and directories that should not be # tracked by Git. It is organized by category for maintainability. # ============================================================================= # ============================================================================= # Python-specific files # ============================================================================= # Bytecode / optimized / DLL files __pycache__/ *.py[cod] *$py.class # C extensions *.so # Distribution / packaging .Python build/ develop-eggs/ dist/ downloads/ eggs/ .eggs/ lib/ lib64/ parts/ sdist/ var/ wheels/ *.egg-info/ .installed.cfg *.egg MANIFEST # PyInstaller # Usually these files are written by a python script from a template # before PyInstaller builds the exe, so as to inject date/other infos into it. *.manifest *.spec # Installer logs pip-log.txt pip-delete-this-directory.txt # Unit test / coverage reports htmlcov/ .tox/ .nox/ .coverage .coverage.* .cache nosetests.xml coverage.xml *.cover .hypothesis/ .pytest_cache/ # Translations *.mo *.pot # Django stuff: *.log local_settings.py db.sqlite3 # Flask stuff: instance/ .webassets-cache # Scrapy stuff: .scrapy # Sphinx documentation docs/_build/ # PyBuilder target/ # Jupyter Notebook .ipynb_checkpoints # IPython profile_default/ ipython_config.py # pyenv .python-version # celery beat schedule file celerybeat-schedule # SageMath parsed files *.sage.py # Environments .env .venv env/ venv/ ENV/ env.bak/ venv.bak/ # Spyder project settings .spyderproject .spyproject # Rope project settings .ropeproject # mkdocs documentation /site # mypy .mypy_cache/ .dmypy.json dmypy.json # Pyre type checker .pyre/ # ============================================================================= # Virtual environments # ============================================================================= # Virtual environment directories venv/ env/ .venv/ ENV/ env.bak/ venv.bak/ # Environment files with secrets .env .env.local .env.development.local .env.test.local .env.production.local # ============================================================================= # IDE and editor files # ============================================================================= # VSCode .vscode/ *.code-workspace # IntelliJ IDEA .idea/ *.iml *.ipr *.iws # Vim *.swp *.swo *~ # Emacs *~ \#*\# /.emacs.desktop /.emacs.desktop.lock *.elc auto-save-list tramp .\#* # Sublime Text *.sublime-project *.sublime-workspace # Kate .session # ============================================================================= # OS-generated files # ============================================================================= # macOS .DS_Store .DS_Store? ._* .Spotlight-V100 .Trashes ehthumbs.db Thumbs.db # Windows Desktop.ini $RECYCLE.BIN/ *.cab *.msi *.msix *.msm *.msp # Linux *~ # Temporary files *.tmp *.temp *.cache .cache/ .tmp/ .temp/ # ============================================================================= # Logs and temporary files # ============================================================================= # Log files *.log logs/ log/ # Temporary files tmp/ temp/ *.tmp *.temp *.cache # ============================================================================= # Test coverage and reports # ============================================================================= # Coverage reports .coverage .coverage.* coverage.xml *.cover htmlcov/ # Test cache .pytest_cache/ .tox/ .nox/ # Test outputs .pytest_cache/ .hypothesis/ # ============================================================================= # Documentation build # ============================================================================= # Sphinx documentation docs/_build/ docs/build/ # MkDocs documentation /site/ # ============================================================================= # Docker and container files # ============================================================================= # Docker override files docker-compose.override.yml docker-compose.dev.yml docker-compose.test.yml docker-compose.prod.yml # Docker volumes and data docker/volumes/ docker/data/ .docker/ # Local environment files .env.local .env.development .env.test .env.production # Container state *.pid *.socket # ============================================================================= # Security and sensitive files # ============================================================================= # Private keys and certificates *.key *.pem *.crt *.p12 *.pfx *.p7b *.p7c *.crl *.csr # SSH keys id_rsa id_rsa.pub id_dsa id_dsa.pub id_ecdsa id_ecdsa.pub id_ed25519 id_ed25519.pub # Secrets and configuration secrets.yml secrets.yaml secrets.json *.secrets config/secrets.yml config/secrets.yaml config/secrets.json # Password files *.password *.pass *.pwd # ============================================================================= # Database files # ============================================================================= # SQLite databases *.db *.sqlite *.sqlite3 # Other database files *.db-journal *.db-shm *.db-wal # ============================================================================= # Model and data files # ============================================================================= # Machine learning models *.model *.models *.pkl *.pickle *.h5 *.hdf5 *.pb *.pt *.pth # Data files *.data *.dat *.bin # ============================================================================= # Jupyter notebook files # ============================================================================= # Jupyter checkpoints .ipynb_checkpoints/ # Jupyter notebooks (if not part of the repo) *.ipynb # ============================================================================= # Node.js files # ============================================================================= # Node modules node_modules/ npm-debug.log* yarn-debug.log* yarn-error.log* # Node environment .npm .node_repl_history # ============================================================================= # Build and distribution # ============================================================================= # Distribution dist/ build/ dist-*/ build-*/ # Python packages *.egg-info/ *.whl *.tar.gz *.zip # ============================================================================= # Cache and temporary files # ============================================================================= # Cache directories .cache/ .pytest_cache/ .mypy_cache/ # Temporary directories .tmp/ .temp/ .tmp*/ .temp*/ # ============================================================================= # Backup files # ============================================================================= # Backup files *.bak *.backup *.old *.orig # Editor backups *.swp *.swo *~ # ============================================================================= # Project-specific files # ============================================================================= # Data directories data/ data*/ userData/ user_data/ # Log directories logs/ log/ # Runtime files *.pid *.socket *.lock # Local configuration files config/local.yaml config/local.yml config/local.json config/local.conf config/development.yaml config/development.yml config/development.json config/production.yaml config/production.yml config/production.json config/test.yaml config/test.yml config/test.json # ============================================================================= # Tool-specific files # ============================================================================= # Security tool output and reports reports/ scans/ results/ output/ # Wordlists (user-provided) wordlists/ wordlists*/ dictionaries/ dicts/ # Scan results *.nmap *.gnmap *.nessus *.xml *.html *.txt # Tool-specific output gobuster-* hydra-* masscan-* sqlmap-* # Session files *.session *.session.* *.state # ============================================================================= # Docker volumes and data (persistent) # ============================================================================= # Docker volumes docker/volumes/ docker/data/ .volumes/ .data/ # Persistent data data/ logs/ results/ reports/ # ============================================================================= # Additional patterns for security tools # ============================================================================= # Tool-specific temporary files *.tmp *.temp *.cache # Tool-specific logs *_log.txt *_log.* *_output.* *_results.* # Tool-specific configuration *.conf *.cfg *.ini # ============================================================================= # End of .gitignore # =============================================================================

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/nordeim/Security-MCP-Server-v3'

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