aiogram-mcp for Zed
io.github.py2755/aiogram-mcp
MCP server for aiogram Telegram bots — 30 tools, 7 resources, 3 prompts, event streaming
client:Zed
transport:stdio
runtime:pypi
Install aiogram-mcp in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"aiogram-mcp": {
"command": "uvx",
"args": [
"aiogram-mcp"
],
"env": {
"BOT_TOKEN": "<BOT_TOKEN>"
}
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs