← Back to Plugins
MCP Server MCP

io.github.GeiserX/telegram-archive-mcp

github By github 👁 1 views ▲ 0 votes

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

Homepage Verified source GitHub

Install

npx -y [email protected]

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "npm",
      "identifier": "telegram-archive-mcp",
      "version": "0.0.2",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "Telegram Archive instance URL (e.g. http://localhost:3000)",
          "isRequired": true,
          "format": "string",
          "name": "TELEGRAM_ARCHIVE_URL"
        },
        {
          "description": "Telegram Archive login username",
          "format": "string",
          "name": "TELEGRAM_ARCHIVE_USER"
        },
        {
          "description": "Telegram Archive login password",
          "format": "string",
          "isSecret": true,
          "name": "TELEGRAM_ARCHIVE_PASS"
        }
      ]
    },
    {
      "registryType": "oci",
      "identifier": "drumsergio/telegram-archive-mcp:v0.0.2",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "Telegram Archive instance URL (e.g. http://localhost:3000)",
          "isRequired": true,
          "format": "string",
          "name": "TELEGRAM_ARCHIVE_URL"
        },
        {
          "description": "Telegram Archive login username",
          "format": "string",
          "name": "TELEGRAM_ARCHIVE_USER"
        },
        {
          "description": "Telegram Archive login password",
          "format": "string",
          "isSecret": true,
          "name": "TELEGRAM_ARCHIVE_PASS"
        }
      ]
    }
  ]
}
mcp model-context-protocol npm oci

Comments

Sign in to leave a comment

Loading comments...