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•380 B
"""
Orchestrator and LLM tools for SamiGPT.
This package contains:
- ``incident_workflow.py``: High-level workflows that coordinate between
case management, SIEM, and EDR clients.
- ``tools_case.py``: LLM-callable tools for case management operations.
- ``tools_siem.py``: LLM-callable tools for SIEM operations.
- ``tools_edr.py``: LLM-callable tools for EDR operations.
"""