DJ Claude for Zed
io.github.p-poss/dj-claude
Agents can now live code music for you, themselves, and each other while they work.
client:Zed
transport:stdio
runtime:npm
Install DJ Claude in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"dj-claude": {
"command": "npx",
"args": [
"-y",
"dj-claude"
]
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs