We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/yeison-liscano/http_mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
strict: true # exit code different from 0 if any vulnerability is found
output:
file_path: ./Fluid-Attacks-Results.csv
format: CSV
working_dir: .
language: EN
sast:
include:
- src/
- tests/
exclude:
- __pycache__/
- .venv/
- dist/
- .git/
- src/__pycache__/
- tests/__pycache__/
recursion-limit: 1000
sca:
include:
- pyproject.toml
- uv.lock
- src/
- tests/