cursor chat bridge for Windsurf
io.github.udah1/cursor-chat-bridge
Drive the Cursor agent from Telegram, Discord, or GitHub — with images and voice notes.
client:Windsurf
transport:stdio
runtime:npm
Install cursor chat bridge in Windsurf
~/.codeium/windsurf/mcp_config.json · windows: %USERPROFILE%\.codeium\windsurf\mcp_config.json
{
"mcpServers": {
"cursor-chat-bridge": {
"command": "npx",
"args": [
"-y",
"cursor-telegram-chat"
],
"env": {
"BRIDGE_PLATFORM": "<BRIDGE_PLATFORM>"
}
}
}
}
Global only — Windsurf has no per-project MCP config. Refresh Cascade after saving. Windsurf docs