DJ Claude for Gemini CLI
io.github.p-poss/dj-claude
Agents can now live code music for you, themselves, and each other while they work.
client:Gemini CLI
transport:stdio
runtime:npm
Install DJ Claude in Gemini CLI
~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json
{
"mcpServers": {
"dj-claude": {
"command": "npx",
"args": [
"-y",
"dj-claude"
]
}
}
}
Gemini expands $VAR and ${VAR} inside env values, so a secret can live in your shell rather than this file. Gemini CLI docs