We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/jeremylongshore/waygate-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
__init__.py•204 B
"""
Plugin System for Waygate MCP
Easy way to add your own tools and integrations
"""
from .base_plugin import BasePlugin
from .plugin_loader import PluginLoader
__all__ = ['BasePlugin', 'PluginLoader']