Muse Dash Mod MCP
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| GH_TOKEN | No | Alias for GITHUB_TOKEN. | |
| GITHUB_TOKEN | No | Optional GitHub personal access token to increase API rate limits. | |
| MD_DIRECTORY | No | Path to the Muse Dash game directory. The server also attempts to detect common Steam installation paths. | |
| MUSE_DASH_PATH | No | Alternative 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
| Capability | Details |
|---|---|
| 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
| Name | Description |
|---|---|
| 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
| Name | Description |
|---|---|
| new_mod_workflow | Provide a guided prompt for creating and testing a new mod. |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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