cursor chat bridge for Cursor
io.github.udah1/cursor-chat-bridge
Drive the Cursor agent from Telegram, Discord, or GitHub — with images and voice notes.
client:Cursor
transport:stdio
runtime:npm
Install cursor chat bridge in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"cursor-chat-bridge": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"cursor-telegram-chat"
],
"env": {
"BRIDGE_PLATFORM": "<BRIDGE_PLATFORM>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs