We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/IBM/mcp-context-forge'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
__init__.py•360 B
# -*- coding: utf-8 -*-
"""Webhook Notification Plugin for MCP Gateway.
This package provides webhook notification capabilities for the MCP Gateway,
allowing administrators to receive HTTP notifications on various events,
violations, and state changes.
"""
from .webhook_notification import WebhookNotificationPlugin
__all__ = ["WebhookNotificationPlugin"]