We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/docdyhr/simplenote-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
.bandit•428 B
# Bandit configuration file in YAML format
exclude_dirs:
- '*/tests/*'
- '*/test_*'
skips:
- B101 # Skip assert_used checks (common in tests)
- B105 # Skip hardcoded_password_string for constant names and dev placeholders
- B110 # Skip try_except_pass for intentional logging safety measures
# Only report medium and high severity issues
# confidence:
# - medium
# - high
# severity:
# - medium
# - high