Back to Browse

Cursor Chat Bridge MCP Server

by Udah1
Developer ToolsModerate6.2MCP RegistryLocal
Free

Server data from the Official MCP Registry

Drive the Cursor agent from Telegram, Discord, or GitHub — with images and voice notes.

About

Drive the Cursor agent from Telegram, Discord, or GitHub — with images and voice notes.

Security Report

6.2
Moderate6.2Moderate Risk

This is a well-architected MCP server for remote Cursor control via chat platforms. The code demonstrates solid security fundamentals: loopback-only token authentication, allowlisted user IDs, untrusted message handling, and no embedded credentials. However, there are moderate concerns around process spawning without validation, broad network access to external APIs, and some edge cases in input handling that warrant user awareness. Supply chain analysis found 1 known vulnerability in dependencies (0 critical, 1 high severity). Package verification found 1 issue.

3 files analyzed · 10 issues found

Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.

Permissions Required

This plugin requests these system permissions. Most are normal for its category.

env_vars

Check that this permission is expected for this type of plugin.

HTTP Network Access

Connects to external APIs or services over the internet.

File System Read

Reads files on your machine. Normal for tools that analyze or process local data.

File System Write

Writes or modifies files on your machine. Check that this is expected for the tool.

process_spawn

Check that this permission is expected for this type of plugin.

system_info

Check that this permission is expected for this type of plugin.

What You'll Need

Set these up before or after installing:

Which chat adapter to use: telegram | discord | github. Optional — defaults to activeAdapter in ~/.cursor/chat-bridge/config.json.Optional

Environment variable: BRIDGE_PLATFORM

How to Install

Add this to your MCP configuration file:

{
  "mcpServers": {
    "io-github-udah1-cursor-chat-bridge": {
      "env": {
        "BRIDGE_PLATFORM": "your-bridge-platform-here"
      },
      "args": [
        "-y",
        "cursor-telegram-chat"
      ],
      "command": "npx"
    }
  }
}

Reviews

No reviews yet

Be the first to review this server!