Skip to content

telegram archive mcp for Zed

io.github.geiserx/telegram-archive-mcp

MCP server for Telegram Archive — search messages, browse chats, and access history

client:Zed transport:stdio runtime:npm

Install telegram archive mcp in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

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

{
  "context_servers": {
    "telegram-archive-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "telegram-archive-mcp"
      ],
      "env": {
        "TELEGRAM_ARCHIVE_URL": "<TELEGRAM_ARCHIVE_URL>",
        "TELEGRAM_ARCHIVE_USER": "<TELEGRAM_ARCHIVE_USER>",
        "TELEGRAM_ARCHIVE_PASS": "<TELEGRAM_ARCHIVE_PASS>"
      }
    }
  }
}

Merge this into your existing settings object — do not replace the file. Zed docs

telegram archive mcp in other clients