Skip to main content
Glama

MCP Ahrefs

by SAGAAIDEV
__init__.py785 B
""" Logging destination implementations. This module contains various logging destination backends that implement the LogDestination interface for pluggable logging storage. """ from .base import LogDestination, LogEntry from .sqlite import SQLiteDestination from .factory import LogDestinationFactory, DestinationConfig, MultiDestination __all__ = [ "LogDestination", "LogEntry", "SQLiteDestination", "LogDestinationFactory", "DestinationConfig", "MultiDestination" ] # Future destinations can be registered here # Example: # try: # from .elasticsearch import ElasticsearchDestination # LogDestinationFactory.register_destination('elasticsearch', ElasticsearchDestination) # except ImportError: # pass # Optional destination not available

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/SAGAAIDEV/mcp-ahrefs'

If you have feedback or need assistance with the MCP directory API, please join our Discord server