Serversio.github.leshchenko1979/fast-mcp-telegram
T

io.github.leshchenko1979/fast-mcp-telegram

io.github.leshchenko1979/fast-mcp-telegram · v0.5.0
▦ pypi
v0.5.0pypi pypi: fast-mcp-telegram↗ Repository
{}server.json

The full server descriptor as registered with IndusMCP.

{
  "$schema": "https://static.modelcontextprotocol.io/schemas/2025-09-29/server.schema.json",
  "name": "io.github.leshchenko1979/fast-mcp-telegram",
  "description": "Telegram MCP server with search and messaging capabilities",
  "repository": {
    "url": "https://github.com/leshchenko1979/fast-mcp-telegram",
    "source": "github"
  },
  "version": "0.5.0",
  "packages": [
    {
      "registryType": "pypi",
      "registryBaseUrl": "https://pypi.org",
      "identifier": "fast-mcp-telegram",
      "version": "0.5.0",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "Telegram API ID (from https://my.telegram.org/apps)",
          "isRequired": true,
          "name": "API_ID"
        },
        {
          "description": "Telegram API Hash (from https://my.telegram.org/apps)",
          "isRequired": true,
          "isSecret": true,
          "name": "API_HASH"
        },
        {
          "description": "Server mode: stdio (local), http-no-auth (dev), http-auth (prod)",
          "default": "stdio",
          "choices": [
            "stdio",
            "http-no-auth",
            "http-auth"
          ],
          "name": "SERVER_MODE"
        },
        {
          "description": "Custom session directory (defaults to ~/.config/fast-mcp-telegram/)",
          "name": "SESSION_DIR"
        }
      ]
    }
  ],
  "_meta": {
    "dev.indusmcp/source": "official-registry-mirror",
    "dev.indusmcp/synced": "2026-05-12"
  }
}