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

Safe staging for this asset

This asset is staged first. The copied prompt tells the agent to inspect the staged files and ask before activating scripts, MCP config, or global config.

Stage only · 17/100Policy: stage
Agent surface
Any MCP/CLI agent
Kind
Mcp Config
Install
Stage only
Trust
Trust: Established
Entrypoint
Asset
Safe staging command
npx -y tokrepo@latest install 57dd86e9-41d4-545b-9e1e-df10f809aa93 --target codex

Stages files first; activation requires review of the staged README and plan.

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