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•286 B
"""
IRIS case management integration.
IRIS (https://github.com/dfir-iris/iris) is an open-source incident response platform.
This module provides integration with IRIS for case management.
"""
from .iris_client import IRISCaseManagementClient
__all__ = ["IRISCaseManagementClient"]