Install
$ agentstack add mcp-iflytek-astron-agent ✓ scanned · ✓ verified, works with Claude Code, Cursor, and more.
Security review
✓ PassedNo issues found. Passed automated security review. · v0.1.0 How review works →
- ✓ Prompt-injection patterns
- ✓ Secret / credential exfiltration
- ✓ Dangerous shell & filesystem operations
- ✓ Untrusted network calls
- ✓ Known-malicious package signatures
What it can access
- ✓ Network access No
- ✓ Filesystem access No
- ✓ Shell / process execution No
- ● Environment & secrets Used
- ✓ Dynamic code execution No
From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.
Verified badge
Passed review? Show it. Paste this badge into your README, it links to the public security report.
Reliability & compatibility
Declared compatibility
Compatibility is declared by the source manifest. End-to-end runtime verification is coming, see below.
We're building live execution health for every listing: tool-call success rate, median latency, uptime, and last-checked timestamps, measured, not self-reported. It isn't live yet, so we don't show numbers we can't stand behind.
How agent discovery & health will work →About
[](https://iflytek.github.io/astron-agent/)
[](https://agent.xfyun.cn)
[](LICENSE) [](https://github.com/iflytek/astron-agent/stargazers) [](https://deepwiki.com/iflytek/astron-agent)
English | [简体中文](docs/zh/README.md)
🔭 What is Astron Agent
Astron Agent is an enterprise-grade, commercial-friendly Agentic Workflow development platform that integrates AI workflow orchestration, model management, AI and MCP tool integration, RPA automation, and team collaboration features. The platform supports high-availability deployment, enabling organizations to rapidly build scalable, production-ready intelligent agent applications and establish their AI foundation for the future.
Why Choose Astron Agent?
- Stable and Reliable: Built on the same core technology as the iFLYTEK Astron Agent Platform, providing enterprise-grade reliability with a fully available high-availability version open source.
- Cross-System Integration: Natively integrates intelligent RPA, efficiently connecting internal and external enterprise systems, enabling seamless interaction between Agents and enterprise systems.
- Enterprise-Grade Open Ecosystem: Deeply compatible with various industry models and tools, supporting custom extensions and flexibly adapting to diverse enterprise scenarios.
- Business-Friendly: Released under the Apache 2.0 License, with no commercial restrictions, allowing free commercial use.
Key Features
- Enterprise-Grade High Availability: Full-stack capabilities for development, building, optimization, and management. Supports one-click deployment with strong reliability.
- Intelligent RPA Integration: Enables cross-system process automation, empowering Agents with controllable execution to achieve a complete loop “from decision to action.”
- Ready-to-Use Tool Ecosystem: Integrates massive AI capabilities and tools from the iFLYTEK Open Platform, validated by millions of developers, supporting plug-and-play integration without extra development.
- Flexible Large Model Support: Offers diverse access methods, from rapid API-based model access and validation to one-click deployment of enterprise-level MaaS (Model as a Service) on-premises clusters, meeting needs of all scales.
🤝 Adopters
📰 News
🔄 Ongoing
📅 Past
- Astron Hackathon @ 2025 iFLYTEK Global 1024 Developer Festival 🎤 @mklong
- Astron Agent Zhengzhou Meetup 🎤 @lyj715824 @wowo-zZ
- Astron on Campus @ Zhejiang University of Finance and Economics 🎤 @lyj715824
- Astron Agent & RPA · Qingdao Meetup Brings Agentic AI! 🎤 @vsxd @doctorbruce @MaxwellJean
- Astron Training Camp · Cohort #1 🎤 @lyj715824 @Thomas1024-Astron @abelzha
- Astron Talk @ Chongqing Mini Tech Fest 🎤 @lyj715824
- Astron Agent @ MWC Barcelona 2026
- Astron Agent & RPA · Hefei Meetup 🎤 @lyj715824 @doctorbruce
- Astron Industrial Intelligence Hackathon 🎤 @lyj715824 @horizon220222
🚀 Quick Start
We offer two deployment methods to meet different scenarios:
Option 1: Docker Compose (Recommended for Quick Start)
# Clone the repository
git clone https://github.com/iflytek/astron-agent.git
# Navigate to the Docker deployment directory
cd docker/astronAgent
# Copy environment configuration
cp .env.example .env
# Configure environment variables
vim .env
For environment variable configuration, please refer to the documentation:DEPLOYMENTGUIDEWITH_AUTH.md
# Start all services (including Casdoor)
docker compose -f docker-compose-with-auth.yaml up -d
📊 Service Access Addresses
After startup, you can access the services at the following addresses:
Authentication Service
- Casdoor Admin Interface: http://localhost:8000
AstronAgent
- Application Frontend (nginx proxy): http://localhost/
Note
- Default Casdoor login credentials: username:
admin, password:123
Option 2: Helm (For Kubernetes Environments)
> 🚧 Note: Helm charts are currently under development. Stay tuned for updates!
# Coming soon
# helm repo add astron-agent https://iflytek.github.io/astron-agent
# helm install astron-agent astron-agent/astron-agent
> 📖 For complete deployment instructions and configuration details, see [Deployment Guide](docs/DEPLOYMENTGUIDEWITH_AUTH.md)
📖 Using Astron Cloud
Try Astron:Astron Cloud provides a ready-to-use environment for creating and managing Agents. Get quick access at https://agent.xfyun.cn.
Using Guide:For detailed usage instructions, please refer to Quick Start Guide.
📚 Documentation
- [🚀 Deployment Guide](docs/DEPLOYMENT_GUIDE.md)
- [🔧 Configuration](docs/CONFIGURATION.md)
- 🚀 Quick Start
- 📘 Development Guide
- 📖 Tutorial
- 💡 Best Practices
- 📱 Use Cases
- ❓ FAQ
- 🌐 Open Source Workflows
🤝 Contributing
We welcome contributions of all kinds! Please see our [Contributing Guide](CONTRIBUTING.md)
🌟 Star History
📞 Support
- 💬 Community Discussion: GitHub Discussions
- 🐛 Bug Reports: Issues
- [](https://discord.gg/YgG2v9NEMH)
- 👥 WeChat Work Group:
📄 Open Source License
This project is licensed under the [Apache 2.0 License](LICENSE), allowing free use, modification, distribution, and commercial use without any restrictions.
Source & license
This open-source MCP server is cataloged on AgentStack and links to its original source — we do not rehost the code.
- Author: iflytek
- Source: iflytek/astron-agent
- License: Apache-2.0
- Homepage: http://astron.ai/
Install and usage instructions live in the source repository linked above.
Reviews
No reviews yet, be the first.
Write a review
Versions
- v0.1.0 Imported from the upstream source.