Bridge
Freeby MCP Community
MCP bridge for agent.liteio.dev. Connects Claude Code to Telegram, Slack, and agent memory.
v0.2.4Added Apr 12, 2026
Bridge MCP Server
MCP bridge for agent.liteio.dev. Connects Claude Code to Telegram, Slack, and agent memory.
Installation
npx -y @liteio/bridge
Reviews
Installation
Quick install
npx -y @liteio/bridge
Add to claude_desktop_config.json
{
"mcpServers": {
"bridge": {
"command": "npx",
"args": ["-y", "@liteio/bridge"]
}
}
}