Skip to content

bchewy/telegram

v0.1.0MIT

Personal Telegram account tools: summarize, search, send, and manage chats over MCP, with a local message cache for repeat search and aggregates.

MCP servers

Declared configuration, as published in mcp.json. The directory shows indexed content; it never connects to or executes these servers.

telegram_personalstdio
{
  "type": "stdio",
  "command": "uv",
  "args": [
    "run",
    "--project",
    "${PLUGIN_ROOT}/mcp_server",
    "codex-telegram",
    "serve"
  ],
  "env": {
    "UV_PROJECT_ENVIRONMENT": "${PLUGIN_DATA}/uv-env"
  },
  "cwd": "${PLUGIN_ROOT}"
}

What this package declares

The files a client reads when it loads this plugin, exactly as this revision carries them.

{
  "$schema": "https://agent-plugins.org/schemas/1.0.0/plugin.schema.json",
  "name": "telegram",
  "version": "0.1.0",
  "description": "Personal Telegram account tools: summarize, search, send, and manage chats over MCP, with a local message cache for repeat search and aggregates.",
  "author": {
    "name": "Brian Chew"
  },
  "homepage": "https://github.com/bchewy/telegram-agent-plugin",
  "repository": "https://github.com/bchewy/telegram-agent-plugin",
  "license": "MIT",
  "keywords": ["telegram", "mcp", "messaging"]
}

What else this package ships

These files come with the package and this site does not publish them. They are listed so you know what is there before you install it.

  • 4shell scripts
  • openai.yaml
View on GitHub