We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/M507/AI-SOC-Agent'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
__init__.py•277 B
"""
Generic, vendor-neutral APIs for SamiGPT.
This package defines interfaces and DTOs for:
- Case management (`case_management.py`)
- SIEM (`siem.py`)
- EDR (`edr.py`)
The orchestrator and LLM tools depend only on these modules, never on
vendor-specific integrations.
"""