mcp developers for Zed
com.gaudiolab/mcp-developers
Gaudio Lab Audio AI — Stem Separation, DME Separation, AI Text Sync
client:Zed
transport:stdio
runtime:npm
Install mcp developers in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"mcp-developers": {
"command": "npx",
"args": [
"-y",
"@gaudiolab/mcp-developers"
],
"env": {
"GAUDIO_API_KEY": "<GAUDIO_API_KEY>"
}
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs