Skip to main content
Glama
__init__.py659 B
"""Ludus MCP - AI-Powered Cyber Range Automation. This package provides a Model Context Protocol (MCP) server for Ludus, enabling AI assistants to manage cyber ranges through natural language. Package Structure: - server: MCP server implementation - core: Core Ludus API client (no MCP dependencies) - mcp_client: MCP client implementations - ui: User interface layers (web, GUI, chat) """ __version__ = "0.2.0" from .core.client import LudusAPIClient from .mcp_client.connection_manager import MCPConnectionManager from .mcp_client.health_monitor import HealthMonitor __all__ = [ "LudusAPIClient", "MCPConnectionManager", "HealthMonitor", ]

Latest Blog Posts

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/tjnull/Ludus-FastMCP'

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