astron-agent (MCP Server)

GitHub

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

Claude Desktop Configuration

Add to ~/Library/Application Support/Claude/claude_desktop_config.json

{
  "mcpServers": {
    "astron-agent": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-astron-agent"
      ]
    }
  }
}