mcp-server

Astron Agent

Enterprise-grade, commercial-friendly agentic workflow platform for building next-generation SuperAgents.
8,918 stars870 forksJavaUpdated 9/1/2026100% free · open source
What it does

Provides an enterprise‑grade platform to design, run, and manage AI‑driven “SuperAgents” that orchestrate multiple LLM calls and tools as a single service.

When to use it
  • You need to chain several LLM prompts, tool calls, and business logic into one reusable workflow.
  • Your product requires secure, multi‑tenant deployment of AI agents behind your own infrastructure.
  • You want to monitor, version, and scale AI agents like any microservice in a Java‑based stack.
Ready-to-paste prompt
curl -X POST http://localhost:8080/api/agents \ 
  -H "Content-Type: application/json" \ 
  -d '{
        "name": "CustomerSupport",
        "description": "Handles support tickets with LLM and CRM lookup",
        "workflow": [
          {"type": "llm", "prompt": "Classify the ticket urgency"},
          {"type": "tool", "name": "CRMQuery", "params": {"customerId": "{{ticket.customerId}}"}},
          {"type": "llm", "prompt": "Generate a response using ticket info and CRM data"}
        ]
      }'
Heads up: Astron‑Agent requires Java 17+ and Maven; the first run will fail if the `astron.apiKey` in `application.yml` is missing or invalid, because the platform validates the key against the commercial licensing server.
Saves to your device
Use with Claude
New

Skip the builder — one click puts this in Claude, Cursor, Antigravity and more.

🔑 Needs an API key

Works after you add credentials — the setup agent will ask you for them.

Try it instantly — no install
Claude Code
mkdir -p ~/.claude/skills/astron-agent && curl -fsSL https://workflowstacks.com/api/skills/astron-agent/claude-skill -o ~/.claude/skills/astron-agent/SKILL.md
Open in another AI app

Opens the app with this repo with the prompt ready to go — no copy-paste needed.

Connect the whole catalog (MCP)
claude mcp add --transport http workflowstacks https://workflowstacks.com/api/mcp

Adds a WorkflowStacks connector to Claude Code: search and load any skill here by chatting.

Quick Actions
Details
Creator
iflytek
Language
Java
Category
mcp-server
Published
9/19/2025

Are you the creator of this tool? Claim your listing → and earn 85% of every sale.