Stats
Actions
Tags
Help us improve
Share bugs, ideas, or general feedback.
From tandem
Runs locally as tandem-editor MCP stdio server. Connects to a Tandem workspace via TANDEM_URL env var for collaborative code editing capabilities in the Tandem Editor.
npx claudepluginhub bloknayrb/tandem --plugin tandemCopy this JSON into your .mcp.json to enable this server
Add to your .mcp.json:
{
"mcpServers": {
"tandem": {
"command": "npx",
"args": [
"-y",
"tandem-editor",
"mcp-stdio"
],
"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.