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

cursor-chat-bridge is a well-structured MCP server for remote Cursor control via chat platforms. Authentication is implemented (token-based daemon API, allowlist filtering), and permissions align with its purpose (network I/O for APIs, filesystem for config/media, child processes for daemon/STT). However, several code quality and security practices need attention: shell command injection risks in config-driven process spawning, missing input validation on user text before injection into agent, potentially sensitive data in logs, and incomplete error handling around sensitive operations. 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.

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.

HTTP Network Access

Connects to external APIs or services over the internet.

env_vars

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

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!