Skip to main content
Glama
Qi-Lai

Muse Dash Mod MCP

by Qi-Lai

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
GH_TOKENNoAlias for GITHUB_TOKEN.
GITHUB_TOKENNoOptional GitHub personal access token to increase API rate limits.
MD_DIRECTORYNoPath to the Muse Dash game directory. The server also attempts to detect common Steam installation paths.
MUSE_DASH_PATHNoAlternative path to the Muse Dash game directory, used as a fallback.

Instructions

Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.

This server publishes no instructions, or was last inspected before Glama recorded them.

Capabilities

Features and capabilities supported by this server

Protocol revision2025-11-25

CapabilityDetails
tools
{
  "listChanged": true
}
logging
{}
prompts
{
  "listChanged": false
}
resources
{
  "subscribe": false,
  "listChanged": false
}
extensions
{
  "io.modelcontextprotocol/ui": {}
}
experimental
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
create_mod_projectB

Create a C# Muse Dash mod using MuseDash.Mod.Template.

build_modB

Build a Muse Dash mod project and report generated DLLs and compiler errors.

deploy_modA

Build and explicitly copy the primary mod DLL into the game's Mods directory.

launch_gameA

Launch MuseDash.exe for local mod testing without waiting for it to exit.

get_environment_infoA

Inspect MD_DIRECTORY, MelonLoader, dotnet, the template, and installed mod DLLs.

search_mdmods_reposB

Search read-only MDMods GitHub repository metadata.

get_mdmods_repo_fileB

Read a text file from an MDMods GitHub repository.

list_modding_docsA

List the built-in Muse Dash mod development documentation topics.

get_modding_docA

Read one built-in documentation topic by its slug.

Prompts

Interactive templates invoked by user choice

NameDescription
new_mod_workflowProvide a guided prompt for creating and testing a new mod.

Resources

Contextual data attached and managed by the client

NameDescription

No resources

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/Qi-Lai/musedash-mod-mcp'

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