Skip to content
Cursor

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

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "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

cursor chat bridge in other clients