Skip to content
VS Code

sonovault for VS Code

io.github.rekordcloud/sonovault

Search 93M+ tracks, artists, and releases: metadata, ISRC/ISWC, and cross-platform IDs for AI.

client:VS Code transport:stdio runtime:npm

Install sonovault in VS Code

.vscode/mcp.json

{
  "inputs": [
    {
      "type": "promptString",
      "id": "sonovault-api-key",
      "description": "SONOVAULT_API_KEY",
      "password": true
    }
  ],
  "servers": {
    "sonovault": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "sonovault-mcp"
      ],
      "env": {
        "SONOVAULT_API_KEY": "${input:sonovault-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

sonovault in other clients