Used by 1 plugin
Enables real-time collaborative coding sessions with shared context and synchronized editing.
Add to your .mcp.json:
{
"mcpServers": {
"session-collab": {
"command": "npx",
"args": [
"-y",
"session-collab-mcp@latest"
]
}
}
}npx