dynamic telegram bot api mcp for Zed
io.github.patricktobias86/dynamic-telegram-bot-api-mcp
A dynamic, self-refreshing MCP gateway for the complete Telegram Bot API
client:Zed
transport:stdio
runtime:npm
Install dynamic telegram bot api mcp in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"dynamic-telegram-bot-api-mcp": {
"command": "npx",
"args": [
"-y",
"dynamic-telegram-bot-api-mcp"
],
"env": {
"TELEGRAM_BOT_TOKEN": "<TELEGRAM_BOT_TOKEN>"
}
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs