MCP Server
MCP
io.github.GeiserX/telegram-archive-mcp
MCP server for Telegram Archive — search messages, browse chats, and access history
Install
npx -y [email protected]
Configuration Example
{
"remotes": [],
"packages": [
{
"registryType": "npm",
"identifier": "telegram-archive-mcp",
"version": "0.0.2",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "Telegram Archive instance URL (e.g. http://localhost:3000)",
"isRequired": true,
"format": "string",
"name": "TELEGRAM_ARCHIVE_URL"
},
{
"description": "Telegram Archive login username",
"format": "string",
"name": "TELEGRAM_ARCHIVE_USER"
},
{
"description": "Telegram Archive login password",
"format": "string",
"isSecret": true,
"name": "TELEGRAM_ARCHIVE_PASS"
}
]
},
{
"registryType": "oci",
"identifier": "drumsergio/telegram-archive-mcp:v0.0.2",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "Telegram Archive instance URL (e.g. http://localhost:3000)",
"isRequired": true,
"format": "string",
"name": "TELEGRAM_ARCHIVE_URL"
},
{
"description": "Telegram Archive login username",
"format": "string",
"name": "TELEGRAM_ARCHIVE_USER"
},
{
"description": "Telegram Archive login password",
"format": "string",
"isSecret": true,
"name": "TELEGRAM_ARCHIVE_PASS"
}
]
}
]
}
mcp
model-context-protocol
npm
oci
By
Comments
Sign in to leave a comment