Get the FREE Ultimate OpenClaw Setup Guide →

astron-agent

Enterprise-grade, commercial-friendly agentic workflow platform for building next-generation SuperAgents.

Installation
Run this command in your terminal to add the MCP server to Claude Code.
Run in terminal:
Command
claude mcp add --transport stdio iflytek-astron-agent docker run -i iflytek/astron-agent \
  --env IMAGE_NAME="iflytek/astron-agent" \
  --env ENVIRONMENT="production" \
  --env DATABASE_URL="your-database-url (optional)"

How to use

Astron Agent is an enterprise-grade agent platform that bridges AI workflows, model management, RPA automation, and tool integrations within MCP-style environments. It provides an end-to-end playground for deploying, orchestrating, and managing intelligent agents that can interact with enterprise systems and external AI services. With Astron Agent, you can configure agents to invoke RPA tasks, access a suite of AI tools from the iFLYTEK Open Platform, and manage workflows through a scalable, high-availability architecture. The platform emphasizes plug-and-play integration, enabling teams to quickly assemble agent capabilities without heavy custom development.

To use the server, deploy via Docker (as recommended for quick start) and expose the frontend, authentication, and backend services through the provided containerized setup. The tools and capabilities you can leverage include intelligent workflow orchestration, cross-system RPA automation, and ready-to-use tool ecosystems via the Astron/IFLYTEK integration, which allows agents to validate models, access MaaS deployments, and orchestrate complex agent-driven tasks. You can customize environments, configure authentication (Casdoor in the quick-start), and manage deployment via Docker Compose or Helm, depending on your infrastructure preferences.

How to install

Prerequisites:

  • Docker and Docker Compose installed on your host
  • Basic familiarity with Docker-based deployments
  • Access to the repository and its deployment guides

Step 1: Prepare the environment

  • Clone the repository (or pull the Astron Agent Docker image as per your ops guidelines)

Step 2: Deploy using Docker (quick start)

  • Pull and run the Astron Agent image in a container:
# Example: run Astron Agent container (adjust as needed for your env)
docker run -d --name astron-agent \
  -p 80:80 -p 443:443 \
  -e ENVIRONMENT=production \
  -e DATABASE_URL=your-database-url \
  iflytek/astron-agent

Step 3: Access the services

Step 4: Configure and operate

  • If using Docker Compose or Helm for Kubernetes, follow the repository’s DEPLOYMENT_GUIDE_WITH_AUTH.md and related docs to configure environment variables, secrets, and networking.
  • Copy example env files and customize environment variables as described in the deployment guide.

Optional: If you prefer a different runtime, switch to the Helm charts or Kubernetes manifests described in the Quick Start section and Helm notes of the README.

Additional notes

Tips and caveats:

  • For production deployments, prefer the Docker Compose with authentication (with Casdoor) or the Kubernetes Helm charts when available.
  • Ensure environment variables like DATABASE_URL and authentication settings are properly secured (do not expose secrets in the image).
  • The image name used in the mcp_config should match the exact image you plan to deploy in your environment (example: iflytek/astron-agent).
  • If you encounter port conflicts, adjust published ports in your docker run/compose configuration accordingly.
  • Regularly check for updates in the deployment guide and documentation, as Astron Agent ecosystems evolve with new tool integrations and workflow capabilities.

Related MCP Servers

Sponsor this space

Reach thousands of developers