Installation & Configuration
{
"tsgram": {
"command": "docker",
"args": [
"exec",
"-i",
"tsgram-mcp-workspace",
"npx",
"tsx",
"src/mcp-server.ts"
],
"env": {
"TELEGRAM_BOT_TOKEN": "your_bot_token_here",
"AUTHORIZED_CHAT_ID": "123456789"
}
}
}Information
Transport
stdio
Language
JavaScript
Created
2026/6/12
Updated
2026/6/12