io.github.auroracapital/claude-ops-telegram-server✓
io.github.auroracapital/claude-ops-telegram-server · v0.2.1
{}server.json
The full server descriptor as registered with IndusMCP.
{
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
"name": "io.github.auroracapital/claude-ops-telegram-server",
"description": "Telegram personal-account MCP (MTProto user-auth). Read DMs, send messages, search across chats.",
"repository": {
"url": "https://github.com/Lifecycle-Innovations-Limited/claude-ops",
"source": "github",
"subfolder": "claude-ops/telegram-server"
},
"version": "0.2.1",
"packages": [
{
"registryType": "npm",
"identifier": "claude-ops-telegram-server",
"version": "0.2.1",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "Numeric API ID from https://my.telegram.org/apps (create a personal app, not a bot).",
"isRequired": true,
"format": "string",
"isSecret": true,
"name": "TELEGRAM_API_ID"
},
{
"description": "API hash from the same my.telegram.org/apps page.",
"isRequired": true,
"format": "string",
"isSecret": true,
"name": "TELEGRAM_API_HASH"
},
{
"description": "Your Telegram phone number in E.164 format (e.g. +14155551234).",
"isRequired": true,
"format": "string",
"isSecret": true,
"name": "TELEGRAM_PHONE"
},
{
"description": "gram.js StringSession token. Generate once via: node index.js --auth (prompts for SMS code + optional 2FA). Store in your secret manager — never commit.",
"isRequired": true,
"format": "string",
"isSecret": true,
"name": "TELEGRAM_SESSION"
}
]
}
],
"_meta": {
"dev.indusmcp/source": "official-registry-mirror",
"dev.indusmcp/synced": "2026-05-12"
}
}