Skip to content
Cursor

sonovault for Cursor

io.github.rekordcloud/sonovault

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

client:Cursor transport:stdio runtime:npm

Install sonovault in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

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

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

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

sonovault in other clients