Stats
Actions
Tags
Help us improve
Share bugs, ideas, or general feedback.
From tandem
Runs locally as a subprocess using tandem-editor channel, connecting to a Tandem service via TANDEM_URL for channel-related capabilities. Requires TANDEM_URL environment variable.
npx claudepluginhub bloknayrb/tandem --plugin tandemCopy this JSON into your .mcp.json to enable this server
Add to your .mcp.json:
{
"mcpServers": {
"tandem-channel": {
"command": "npx",
"args": [
"-y",
"tandem-editor",
"channel"
],
"env": {
"TANDEM_URL": "http://127.0.0.1:3479"
}
}
}
}Server configuration and connection parameters
npxCommand-line arguments passed to the server process
Environment variables set when the server starts
TANDEM_URL=http://127.0.0.1:3479Share bugs, ideas, or general feedback.