npx claudepluginhub bloknayrb/tandem --plugin tandemAdd to your .mcp.json:
{
"mcpServers": {
"tandem-channel": {
"command": "npx",
"args": [
"-y",
"tandem-editor",
"channel"
],
"env": {
"TANDEM_URL": "http://localhost:3479"
}
}
}
}npxTANDEM_URL=http://localhost:3479