🎩 You're Invited:Meet the Socket team at Black Hat in Las Vegas, August 3-6.RSVP
Sign In

@mythxengine/mcp-server

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@mythxengine/mcp-server

MCP server for MythX RPG - dice rolling, combat, world generation, and GM tools

Source
npmnpm
Version
0.1.1
Version published
Weekly downloads
28
-57.58%
Maintainers
1
Weekly downloads
 
Created
Source

Bundled World Packs

This directory contains pre-generated world packs that ship with the MythX Engine.

Purpose

These worlds allow users to start playing immediately without generating a world first. They serve as:

  • Ready-to-play starter worlds
  • Examples of well-crafted world packs
  • Templates for world creation

Format

World packs are JSON files with the .world.json extension:

  • <pack-id>.world.json

Adding Worlds

To add a bundled world:

  • Generate the world using /play or world generation tools
  • Copy the .world.json file from ~/.mythx/worlds/ to this directory
  • The world will be available to all users after the next release

Bundled vs User Worlds

  • Bundled worlds (this directory): Read-only, ship with the package
  • User worlds (~/.mythx/worlds/): Read-write, created by users

When both exist with the same ID, the user version takes precedence. Bundled worlds cannot be deleted by users.

Keywords

mcp

FAQs

Package last updated on 01 Feb 2026

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts