Skip to content

fast mcp telegram for Zed

io.github.alexeyleshchenko/fast-mcp-telegram

Multi-tenant Telegram gateway for AI agents — HTTP+stdio, 8 tools, MTProto User API

client:Zed transport:stdio runtime:pypi

Install fast mcp telegram in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "context_servers": {
    "fast-mcp-telegram": {
      "command": "uvx",
      "args": [
        "fast-mcp-telegram"
      ],
      "env": {
        "API_ID": "<API_ID>",
        "API_HASH": "<API_HASH>",
        "SERVER_MODE": "<SERVER_MODE>",
        "SESSION_DIR": "<SESSION_DIR>"
      }
    }
  }
}

Merge this into your existing settings object — do not replace the file. Zed docs

fast mcp telegram in other clients