Last.fm for Zed
io.github.ndyakov/lastfm-mcp
Last.fm MCP server: scrobbles, charts, artist/album/track info and more
client:Zed
transport:stdio
runtime:oci
Install Last.fm in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"lastfm-mcp": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/ndyakov/lastfm-mcp:0.1.0"
],
"env": {
"LASTFM_API_KEY": "<LASTFM_API_KEY>",
"LASTFM_API_SECRET": "<LASTFM_API_SECRET>",
"LASTFM_ENABLE_WRITES": "<LASTFM_ENABLE_WRITES>"
}
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs