Skip to main content
Glama

MCP Ahrefs

by SAGAAIDEV
__init__.py2.24 kB
""" Shared UI library for MCP Ahrefs Admin interface. This package provides reusable components, utilities, and styling for the Streamlit admin interface. """ from .components import ( render_header, render_sidebar, render_status_card, render_metric_card, render_info_section, render_info_card, render_warning_banner, render_config_section, render_log_filters, render_log_table, render_log_metrics, render_export_options, render_quick_actions, render_error_message, render_loading_spinner, render_footer ) from .utils import ( check_server_status, get_project_info, get_system_info, get_config_path, get_log_path, get_data_path, load_configuration, get_default_configuration, validate_configuration, save_configuration, load_logs_from_database, filter_logs, export_logs, get_log_statistics, format_uptime, format_file_size, is_port_available ) from .styles import ( apply_custom_styles, apply_theme, apply_custom_fonts, create_status_indicator, create_badge, apply_page_config, hide_streamlit_style ) __all__ = [ # Components "render_header", "render_sidebar", "render_status_card", "render_metric_card", "render_info_section", "render_info_card", "render_warning_banner", "render_config_section", "render_log_filters", "render_log_table", "render_log_metrics", "render_export_options", "render_quick_actions", "render_error_message", "render_loading_spinner", "render_footer", # Utils "check_server_status", "get_project_info", "get_system_info", "get_config_path", "get_log_path", "get_data_path", "load_configuration", "get_default_configuration", "validate_configuration", "save_configuration", "load_logs_from_database", "filter_logs", "export_logs", "get_log_statistics", "format_uptime", "format_file_size", "is_port_available", # Styles "apply_custom_styles", "apply_theme", "apply_custom_fonts", "create_status_indicator", "create_badge", "apply_page_config", "hide_streamlit_style" ]

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