We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/ofryma/custom-mcp-library'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
__init__.py•232 B
"""MCP Server package for Kali Linux Tools"""
from .mcp_setup import setup_mcp_server
from .kali_client import KaliToolsClient, DEFAULT_REQUEST_TIMEOUT
__all__ = ['setup_mcp_server', 'KaliToolsClient', 'DEFAULT_REQUEST_TIMEOUT']