Skip to content
Gemini CLI

sonovault for Gemini CLI

io.github.rekordcloud/sonovault

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

client:Gemini CLI transport:stdio runtime:npm

Install sonovault in Gemini CLI

~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "sonovault": {
      "command": "npx",
      "args": [
        "-y",
        "sonovault-mcp"
      ],
      "env": {
        "SONOVAULT_API_KEY": "<SONOVAULT_API_KEY>"
      }
    }
  }
}

Gemini expands $VAR and ${VAR} inside env values, so a secret can live in your shell rather than this file. Gemini CLI docs

sonovault in other clients