Skip to main content
← All Telegram MCP connectors

Cline · VS Code

Cline Telegram MCP - Telegram inside VS Code

Register Entergram as an MCP server in Cline, the VS Code AI agent, and reach your real Telegram account from your editor - catch missed messages and clients waiting on you without breaking flow.

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

Cline loads MCP servers from inside VS Code. Add Entergram's URL to its settings and Cline can read and act on your real personal Telegram account without leaving the editor - OAuth-secured, with no bot account and no API keys.

Paste-ready configuration

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

Connect Cline in 3 steps

Works with the Cline extension in VS Code.

  1. 01

    Copy your MCP URL in Entergram

    In Entergram, visit Settings → Workspace → Connectors → MCP and copy the server URL. Cline keeps it in its own MCP settings file, separate from your VS Code settings.

  2. 02

    Add the server in Cline

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

  3. 03

    Authorize and use

    Save the file, let Cline restart the server, then finish the OAuth sign-in. Cline surfaces each Entergram call for your approval before it runs.

Ask Cline about your Telegram

With your personal account connected, Cline can check Telegram without you leaving VS Code. Try:

  • “Who reported this error and what were they doing?”
  • “Draft a reply explaining the fix, but let me approve it.”
  • “Open a ticket from this conversation and assign it to me.”
  • “Check whether this regression was reported more than once.”
  • “Note on the thread that the patch is in review.”
  • “List the chats waiting on engineering right now.”

What Cline can do with your Telegram

  • -Approve every Telegram call before it executes
  • -Auto-approve read-only lookups, gate the writes
  • -Turn a stack trace into a reply to the reporter
  • -Open a ticket from inside the VS Code sidebar
  • -Keep the agent's reasoning attached to the chat
  • -Scope a run to one repository and one workspace

Cline + Telegram FAQ

How do I add an MCP server to Cline?
Open Cline’s MCP settings (cline_mcp_settings.json), add the Entergram MCP URL, and authorize via OAuth.
Is this a Telegram bot?
No. A bot account would need customers to message it first. Cline works against your own account through a hosted MCP server, including threads that predate the connector.
Is it secure?
Yes. OAuth 2.0 with scoped permissions, and Cline's approval prompt sits on top: you see each call before it runs. No credential is stored in the extension's settings file, and access is revocable from either side.
Will it interrupt my coding flow?
No. Cline queries Telegram on demand from the command palette, so you can check missed client messages between tasks without switching apps.

Cline Telegram MCP - Telegram inside VS Code