export interface TelegramApiConfig {
apiId: number;
apiHash: string;
sessionName?: string;
}
// Default configuration - users will need to set their own API credentials
export const defaultConfig: TelegramApiConfig = {
apiId: 0, // Get from https://my.telegram.org
apiHash: '', // Get from https://my.telegram.org
sessionName: 'telegram_mcp_session'
};
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/DLHellMe/telegram-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server