Skip to content
Zed

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

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "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

Gradus Notation in other clients