Skip to main content
Glama

Telegram Bot MCP

by SmartManoj
smithery.yaml692 B
runtime: "container" build: dockerfile: "Dockerfile" # Path to your Dockerfile dockerBuildPath: "." # Docker build context startCommand: type: "http" configSchema: # JSON Schema defining the configuration options for the MCP. type: object required: - telegramBotToken - telegramChatId properties: telegramBotToken: type: string description: Telegram Bot API token from @BotFather telegramChatId: type: string description: Telegram chat ID where messages will be sent exampleConfig: telegramBotToken: "1234567890:ABCDEFghijklmnopqrstuvwxyz123456789" telegramChatId: "123456789"

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/SmartManoj/Telegram-Bot-MCP'

If you have feedback or need assistance with the MCP directory API, please join our Discord server