cursor chat bridge for VS Code
io.github.udah1/cursor-chat-bridge
Drive the Cursor agent from Telegram, Discord, or GitHub — with images and voice notes.
client:VS Code
transport:stdio
runtime:npm
Install cursor chat bridge in VS Code
.vscode/mcp.json
{
"inputs": [
{
"type": "promptString",
"id": "bridge-platform",
"description": "BRIDGE_PLATFORM",
"password": true
}
],
"servers": {
"cursor-chat-bridge": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"cursor-telegram-chat"
],
"env": {
"BRIDGE_PLATFORM": "${input:bridge-platform}"
}
}
}
}
VS Code prompts for each input the first time the server starts, so no secret is written to the file. VS Code docs