mml-composemusic-mcp
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| HOST | No | Host to bind to for network transports | 127.0.0.1 |
| PORT | No | Port to bind to for network transports | 8000 |
| TRANSPORT | No | Transport protocol: stdio, http, sse, streamable-http | stdio |
| OUTPUT_DIR | No | Directory to output WAV files | ./data |
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 |
|---|---|
| compose_mmlC | Compose, validate, or generate templates for retro chiptune-style MML. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
TDQS
Scored across 1 tool
With only one tool, there is no possibility of confusion between tools. The single tool has a clear and distinct purpose.
With only one tool, naming consistency is perfect by default. The tool name follows a clear verb pattern.
A single tool is at the low end of the typical range. While it covers composition, validation, and template generation, it feels thin for a dedicated music composition server; multiple tools might be expected for separate concerns.
The tool attempts to cover compose, validate, and generate templates, but lacks any management or retrieval operations (e.g., listing, deleting, updating compositions), leaving significant gaps in the expected lifecycle.