Skip to main content
← All Telegram MCP connectors

Cursor, Zed & Windsurf

Cursor Telegram MCP - Telegram in Cursor, Zed & Windsurf

Register Entergram as an MCP server in Cursor, Zed or Windsurf and reach your real Telegram account from your editor - check the messages you missed and the clients waiting on you without breaking flow.

MCP server URL https://mcp.entergram.com/mcp

Cursor, Zed and Windsurf all load MCP servers from an mcp.json file. Add Entergram's URL and your editor's AI can reach your real personal Telegram account between tasks - OAuth-scoped, with no bot account and no API keys in your repo.

Paste-ready configuration

Paste-ready configuration
{
  "mcpServers": {
    "entergram": {
      "url": "https://mcp.entergram.com/mcp"
    }
  }
}

Connect your editor in 3 steps

Works with Cursor, Zed and Windsurf.

  1. 01

    Copy your MCP URL in Entergram

    From Entergram, open Settings → Workspace → Connectors → MCP and copy the endpoint. It lands in a JSON config file rather than a settings dialog, so keep it on the clipboard.

  2. 02

    Add the server to mcp.json

    In your editor’s MCP settings (mcp.json), register the Entergram MCP URL: https://mcp.entergram.com/mcp.

  3. 03

    Authorize and use

    Reload the MCP server in your editor, complete the browser sign-in, and approve access. The tools register against the workspace you have open.

Ask your editor about your Telegram

With your personal account connected, your IDE’s AI can check Telegram without you switching apps. Try:

  • “Who reported this stack trace, and what exactly did they say?”
  • “Has anyone else complained about the same timeout?”
  • “Open a ticket for this bug and link the chat it came from.”
  • “Message the reporter that the fix is merged and shipping today.”
  • “Show me every chat mentioning the endpoint I just changed.”
  • “Leave a note on that thread so support knows the status.”

What your editor can do with Telegram

  • -Read the bug report next to the code that caused it
  • -Reach the reporter without leaving the editor
  • -Check whether an issue has more than one complainant
  • -Attach a chat to a ticket while the fix is fresh
  • -Works the same in Cursor, Zed and Windsurf
  • -Keep customer context in the same window as the diff

Cursor / Zed / Windsurf + Telegram FAQ

Which editors are supported?
Any editor that supports MCP via mcp.json - including Cursor, Zed and Windsurf. Register the Entergram MCP URL and authorize via OAuth.
Is this a Telegram bot?
No. A bot would be a second account your customers can tell apart. This is your own account, reached through a hosted MCP server, so replies come from you.
Can it tell me what I missed while coding?
Yes. Ask your editor’s AI and it will read your chats, count unanswered messages and flag the ones from clients.
Is it secure?
Yes. Authorization is OAuth 2.0 with scoped permissions. Your Telegram session stays inside Entergram - it is never written into mcp.json or synced with your editor settings - and you can revoke the connector at any time.

Cursor Telegram MCP - Telegram in Cursor, Zed & Windsurf