MCP Hub
Back to servers

Ludus FastMCP

A comprehensive MCP server that manages Ludus cyber range environments, offering 157 tools for range lifecycle management, scenario deployment, and SIEM integration.

Stars
65
Forks
6
Updated
Dec 31, 2025
Validated
Jan 9, 2026

Ludus FastMCP

Version Python License

A Model Context Protocol (MCP) server for automating Ludus cyber range environments through AI assistants written in Python.

Overview

Ludus FastMCP enables AI-powered management of Ludus cyber ranges through natural language commands. The server exposes 157 tools across 15 modules for range lifecycle management, scenario deployment, template creation, Ansible role management, and security monitoring integration.

Key Capabilities

CategoryDescription
Range ManagementCreate, configure, deploy, and manage virtual lab environments
Scenario DeploymentPre-built scenarios for AD, red/blue/purple team, and malware analysis
Template BuilderCustom OS templates, skeleton configurations, and YAML generation
Role ManagementAnsible Galaxy integration and custom role installation
SIEM IntegrationWazuh, Splunk, Elastic Stack, and Security Onion support
AI ConfigurationNatural language to YAML configuration conversion

Supported Platforms

Works with any MCP-compatible client including Claude Desktop, VS Code (Cline), OpenWebUI, and AnythingLLM.

Quick Start

Requirements

  • Python 3.11+
  • Access to a Ludus server instance
  • Ludus API credentials

Installation

# Using pipx (recommended)
pipx install git+https://github.com/tjnull/Ludus-FastMCP

# From source
git clone https://github.com/tjnull/Ludus-FastMCP
cd Ludus-FastMCP
pip install -e .

Setup

Run the interactive setup wizard:

ludus-fastmcp --setup

The wizard configures API credentials, tests connectivity, and generates MCP client configuration files.

For manual configuration options, see the Configuration Guide.

Usage

MCP Server (ludus-fastmcp)

ludus-fastmcp --setup          # Interactive setup wizard
ludus-fastmcp --list-tools     # List all 157 available tools
ludus-fastmcp --version        # Display version information
ludus-fastmcp                  # Start MCP server
ludus-fastmcp --daemon         # Run as background service

Client CLI (ludus-ai)

ludus-ai setup-llm                    # Configure local LLM (Ollama)
ludus-ai install anythingllm          # Install AnythingLLM interface
ludus-ai tool list-tools              # List available tools
ludus-ai tool call-tool <name>        # Execute tools directly

Example Interactions

Once connected to an MCP client, interact with your Ludus environment:

Show my current range status
Deploy an Active Directory lab with Wazuh monitoring
Create a snapshot named "pre-attack" for all VMs
Build a lab with 2 domain controllers and 5 workstations

Examples of using Ludus-FastMCP with grok code through Opencode.

img

img

img

img

Documentation

DocumentDescription
Getting StartedInstallation, setup, and first deployment
ConfigurationEnvironment variables and MCP client setup
Tools ReferenceComplete documentation for all 157 tools
ScenariosPre-built deployment scenarios
TroubleshootingCommon issues and solutions
SafetySafety features and best practices

Resources

ResourceLink
Ludus Documentationdocs.ludus.cloud
Ludus GitHubgithub.com/badsectorlabs/ludus
FastMCP Frameworkgofastmcp.com
MCP Specificationmodelcontextprotocol.io

Support

License

This project is licensed under the MIT License. See LICENSE for details.

Disclaimer

This software is intended for authorized security testing, educational purposes, and research in controlled environments. Users are responsible for compliance with applicable laws and organizational policies. The authors make no warranties and assume no liability for use or misuse of this software.

Acknowledgments

  • Ludus by Bad Sector Labs
  • FastMCP, and the Model Context Protocol community.

Reviews

No reviews yet

Sign in to write a review