Skip to content
Zed

vgmdb mcp for Zed

io.github.mrfentmen/vgmdb-mcp

Use this MCP server to video game music, search game OST albums, composers, and full tracklists...

client:Zed transport:stdio runtime:npm

Install vgmdb mcp in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

{
  "context_servers": {
    "vgmdb-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "vgmdb-mcp"
      ]
    }
  }
}

Merge this into your existing settings object — do not replace the file. Zed docs

vgmdb mcp in other clients