MCP ConfigsMay 13, 2026·2 min read

AstrBot — Multi-IM Agent Framework + Plugins

AstrBot is an open-source agent framework integrating IM platforms, LLMs, and plugins, with a uv quickstart and Docker docs for production deployments.

Agent ready

This asset can be read and installed directly by agents

TokRepo exposes a universal CLI command, install contract, metadata JSON, adapter-aware plan, and raw content links so agents can judge fit, risk, and next actions.

Stage only · 17/100Stage only
Agent surface
Any MCP/CLI agent
Kind
Mcp Config
Install
Stage only
Trust
Trust: Established
Entrypoint
Asset
Universal CLI install command
npx tokrepo install 57dd86e9-41d4-545b-9e1e-df10f809aa93
Intro

AstrBot is an open-source agent framework integrating IM platforms, LLMs, and plugins, with a uv quickstart and Docker docs for production deployments.

Best for: teams shipping one agent across multiple chat platforms with a plugin ecosystem

Works with: Python 3.12, uv, Docker deployments, IM adapters, plugin modules

Setup time: 12-20 minutes

Key facts (verified)

  • GitHub: 32025 stars · 2204 forks · pushed 2026-05-13.
  • License: AGPL-3.0 · Owner avatar and repo URL verified via GitHub API.
  • README-verified entrypoint: uv tool install astrbot --python 3.12.

Main

  • Pick AstrBot when your core problem is distribution: one agent must live across multiple IM channels with consistent behavior.

  • Start locally with uv, then move to Docker once configs and plugins are stable.

  • Quantitative anchors: star count and active push date suggest strong community validation for rollout.

Source-backed notes

  • README Quick Start uses uv tool install astrbot --python 3.12.
  • README links to official Docker deployment documentation for running AstrBot in containers.
  • Project description frames it as an agent assistant framework integrating IM platforms, LLMs, and plugins.

FAQ

  • Do I need Docker?: No. uv quickstart works locally; Docker is an optional production path.
  • How do I extend it?: Use the plugin system documented in the repo and linked docs.
  • What is the minimum install?: Python + uv, then run the quickstart command and verify astrbot --help.
🙏

Source & Thanks

Source: https://github.com/AstrBotDevs/AstrBot > License: AGPL-3.0 > GitHub stars: 32025 · forks: 2204

Discussion

Sign in to join the discussion.
No comments yet. Be the first to share your thoughts.

Related Assets