Skip to main content
Glama
bandit.yaml442 B
# Bandit security linter configuration # See https://bandit.readthedocs.io/ # Exclude paths exclude_dirs: - /tests/ - /.venv/ - /venv/ - __pycache__ # Skip certain tests skips: # B101: Skip assert_used (common in tests) - B101 # B601: Skip paramiko_calls (if using paramiko) # - B601 # Set severity level # Options: LOW, MEDIUM, HIGH severity: MEDIUM # Set confidence level # Options: LOW, MEDIUM, HIGH confidence: MEDIUM

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/amirsina-mandegari/gitlab-mcp-server'

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