Skip to content
Zed

labelgrid mcp for Zed

io.github.labelgrid/labelgrid-mcp

Official LabelGrid MCP server — manage your music catalog, releases, analytics and distribution.

client:Zed transport:stdio runtime:npm

Install labelgrid mcp 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": {
    "labelgrid-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@labelgrid/mcp"
      ],
      "env": {
        "LABELGRID_API_TOKEN": "<LABELGRID_API_TOKEN>",
        "LABELGRID_API_URL": "<LABELGRID_API_URL>",
        "LABELGRID_ENABLE_WRITES": "<LABELGRID_ENABLE_WRITES>",
        "LABELGRID_ENABLE_FULL_WRITES": "<LABELGRID_ENABLE_FULL_WRITES>",
        "LABELGRID_FULL_WRITES_ACK": "<LABELGRID_FULL_WRITES_ACK>",
        "LABELGRID_TOOLSETS": "<LABELGRID_TOOLSETS>",
        "LABELGRID_READ_ONLY": "<LABELGRID_READ_ONLY>"
      }
    }
  }
}

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

labelgrid mcp in other clients