"""Main module for MCP Ahrefs MCP server.
This module allows the server to be run as a Python module using:
python -m mcp_ahrefs
It delegates to the server application's main function.
"""
from mcp_ahrefs.server.app import main
if __name__ == "__main__":
main()
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