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•358 B
# -*- coding: utf-8 -*-
"""Webhook Notification Plugin for ContextForge.
This package provides webhook notification capabilities for ContextForge,
allowing administrators to receive HTTP notifications on various events,
violations, and state changes.
"""
from .webhook_notification import WebhookNotificationPlugin
__all__ = ["WebhookNotificationPlugin"]