Skip to main content
Glama

SOAR MCP Server

by flagify-com
.gitignore1.06 kB
# Python __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 # Virtual Environment venv/ env/ ENV/ # Database files *.db *.sqlite *.sqlite3 soar_mcp.db soar_mcp.db.* # Keep data directory structure but ignore database files data/*.db data/*.sqlite data/*.sqlite3 # Logs and log directories logs/ logs/*.log logs/*.txt *.log # Environment files .env .env.* !.env.example # IDE and Editor files .vscode/ .idea/ *.swp *.swo *~ # OS generated files .DS_Store .DS_Store? ._* .Spotlight-V100 .Trashes ehthumbs.db Thumbs.db # Backup files *.backup *.backup_* *.bak *.orig # MCP related .playwright-mcp/ # Test results and coverage test_results_*.json .coverage htmlcov/ .pytest_cache/ .tox/ # Database backups tests/backup/ backup/ *.sql.gz # Temporary files tmp/ temp/ *.tmp *.temp # Runtime files *.pid *.sock # Security and sensitive files *.key *.pem *.crt *.p12 *.pfx # Local configuration overrides local_config.py config_local.py

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/flagify-com/soar-mcp'

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