mcp developers for VS Code
com.gaudiolab/mcp-developers
Gaudio Lab Audio AI — Stem Separation, DME Separation, AI Text Sync
client:VS Code
transport:stdio
runtime:npm
Install mcp developers in VS Code
.vscode/mcp.json
{
"inputs": [
{
"type": "promptString",
"id": "gaudio-api-key",
"description": "GAUDIO_API_KEY",
"password": true
}
],
"servers": {
"mcp-developers": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@gaudiolab/mcp-developers"
],
"env": {
"GAUDIO_API_KEY": "${input:gaudio-api-key}"
}
}
}
}
VS Code prompts for each input the first time the server starts, so no secret is written to the file. VS Code docs