Skip to content
Zed

chord mcp for Zed

io.github.mrfentmen/chord-mcp

Build chords and scales from note names locally. No network and no key.

client:Zed transport:stdio runtime:npm

Install chord mcp in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

{
  "context_servers": {
    "chord-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "chord-mcp"
      ]
    }
  }
}

Merge this into your existing settings object — do not replace the file. Zed docs

chord mcp in other clients