Gradus Notation for Zed
com.gradusmusic/notation
Gradus Notation + Harmonic Analyzer + Engraver: music tools for any AI agent. Free, no auth.
client:Zed
transport:stdio
runtime:npm
Install Gradus Notation in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"notation": {
"command": "npx",
"args": [
"-y",
"@gradusmusic/notation-mcp"
],
"env": {
"GRADUS_NOTATION_API_BASE": "<GRADUS_NOTATION_API_BASE>",
"GRADUS_AGENT_NAME": "<GRADUS_AGENT_NAME>"
}
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs