EveryDev.ai
Subscribe
Home
Tools

3,864+ AI tools

  • New
  • Trending
  • Featured
  • Compare
  • Arena
Categories
  • Agents2782
  • Coding1973
  • Infrastructure825
  • Projects603
  • Marketing598
  • Research520
  • Analytics468
  • Design462
  • MCP419
  • Testing346
  • Security323
  • Data305
  • Integration224
  • Prompts220
  • Communication210
  • Extensions196
  • Learning179
  • Voice175
  • Commerce160
  • DevOps135
  • Web95
  • Finance31
AI Tools by Topic
  • AI Coding Assistants
  • Agent Frameworks
  • MCP Servers
  • AI Prompt Tools
  • Vibe Coding Tools
  • AI Design Tools
  • AI Database Tools
  • AI Website Builders
  • AI Testing Tools
  • LLM Evaluations
Follow Us
  • X / Twitter
  • LinkedIn
  • Reddit
  • Discord
  • Threads
  • Bluesky
  • Mastodon
  • YouTube
  • GitHub
  • Instagram
Get Started
  • About
  • Editorial Standards
  • Corrections & Disclosures
  • Community Guidelines
  • Advertise
  • Contact Us
  • Newsletter
  • Submit a Tool
  • Start a Discussion
  • Write A Blog
  • Share A Build
  • Terms of Service
  • Privacy Policy
Explore with AI
  • ChatGPT
  • Gemini
  • Claude
  • Grok
  • Perplexity
Agent Experience
  • llms.txt
Theme
With AI, Everyone is a Dev. EveryDev.ai © 2026
    1. Home
    2. Tools
    3. AURA
    AURA icon

    AURA

    Agent Harness

    AURA is an open-source, production-tested SRE agent harness built in Rust that deploys multi-agent AI workflows for incident investigation, root cause analysis, and automated remediation on your own infrastructure.

    Visit Website

    At a Glance

    Pricing
    Open Source

    Full AURA harness available under Apache License 2.0 — free to use, modify, and deploy on your own infrastructure.

    Engagement

    Available On

    Windows
    macOS
    Linux
    Web
    API

    Resources

    WebsiteDocsGitHubllms.txt

    Topics

    Agent HarnessMulti-agent SystemsMCP Integration

    Alternatives

    NimbalystDeepAgentsOpenHarness
    Developer
    MezmoSan Jose, CAEst. 2015$110M+ raised

    Listed Sep 2026

    About AURA

    AURA is an open-source agentic harness for production AI, built and maintained by Mezmo. Licensed under Apache 2.0 and written in Rust, it lets SRE and platform engineering teams deploy multi-agent workflows that investigate incidents, perform root cause analysis, and execute remediation steps—all within operator-defined boundaries on their own infrastructure. The GitHub repository reached v0.2.17 as of September 2026 and the project reports powering thousands of agent sessions each month inside Mezmo's own hosted observability platform.

    What It Is

    AURA is a production runtime for AI agent workflows targeting site reliability engineering work. Rather than a chat-based assistant, it is a configurable harness that coordinates specialist agent teams—each with isolated context, scoped tool access, and per-agent prompts—defined entirely in reviewable TOML configuration files. The harness handles guardrails, API connections, state management, streaming, failure handling, and OpenTelemetry-based observability so engineering teams can focus on the workflows that matter rather than rebuilding runtime infrastructure from scratch. Mezmo describes AURA as eliminating "80% of that boilerplate" that teams otherwise rebuild for every agent project.

    How the Agent Architecture Works

    AURA uses an orchestrator-plus-specialist model. A coordinator agent decomposes an incoming task—such as investigating a payment failure—and delegates to specialist workers in parallel when there are no data dependencies between subtasks. Each worker has:

    • A scoped system prompt and turn depth limit
    • A filtered subset of MCP tool calls it is allowed to invoke
    • Optional vector store access (Qdrant or AWS Bedrock Knowledge Bases) for RAG against runbooks or reference material
    • Isolated context so one worker's tool results do not pollute another's reasoning

    Results flow back to the orchestrator, which synthesizes findings and determines next steps. Sensitive actions—such as applying a Kubernetes fix or merging a pull request—can be placed behind human approval gates that fail closed on denial, timeout, or transport failure.

    Deployment Model and Infrastructure Fit

    AURA is designed to run entirely inside an operator's own security boundary, including air-gapped and highly regulated environments, as long as model providers and MCP servers are locally reachable. Supported deployment modes include:

    • Local CLI – interactive terminal use via aura command
    • Webserver daemon – aura webserver for monitoring-triggered workflows
    • Docker container – published mezmo/aura image on Docker Hub
    • Kubernetes workload – included Helm chart under deployment/helm/aura
    • Embedded library – Rust core can be linked directly into other applications

    The OpenAI-compatible /v1/chat/completions endpoint means existing chat clients such as LibreChat and OpenWebUI connect without adapter code.

    Integrations and MCP Connectivity

    AURA connects to tools through the Model Context Protocol (MCP) over Streamable HTTP, SSE, or STDIO transports. The README lists integrations covering the major SRE toolchain:

    • Incident management: PagerDuty, Jira, Linear
    • Metrics and tracing: Prometheus, Datadog, New Relic, Grafana, Dash0
    • Log analysis: Mezmo, Elastic (via MCP)
    • Infrastructure: Kubernetes, Docker, AWS, Azure, GCP, Windows Server
    • CI/CD and source control: GitHub, GitLab, Argo CD
    • Runbooks and knowledge: Notion, Confluence, Qdrant vector stores
    • Communication: Slack
    • Workflow orchestration: Temporal

    LLM providers are swappable via a single configuration change: OpenAI, Anthropic, AWS Bedrock, Google Gemini, Ollama, and OpenRouter are all supported, allowing different models to be assigned to different specialist roles.

    Update: v0.2.17 and Active Development

    The latest release is v0.2.17, published September 11, 2026. The repository was created in March 2026 and has seen continuous pushes since, with 356 stars and 31 forks as of the data snapshot. The GitHub roadmap is publicly tracked via an issues view. Mezmo states that AURA originated as their internal harness for operating their own SaaS and that their engineering and SRE teams continue to use it in production today. The project carries an "AURA Pledge" framing—a commitment to keep the core harness free and open source—and maintains a Slack community for contributors and users.

    Why It Matters for SRE Teams

    The core value proposition is compounding operational intelligence: each incident investigation feeds findings back into prevention, hardening, and change validation for the next cycle. AURA's progressive autonomy model starts with human approval for every action, then allows teams to expand agent authority as trust is established through demonstrated accuracy. Full OpenTelemetry trace export covers every LLM turn, tool call, and orchestration decision, giving SRE teams the audit trail needed to trust agent actions in production without relying on a black box.

    AURA - 1

    Community Discussions

    Be the first to start a conversation about AURA

    Share your experience with AURA, ask questions, or help others learn from your insights.

    Pricing

    OPEN SOURCE

    Open Source

    Full AURA harness available under Apache License 2.0 — free to use, modify, and deploy on your own infrastructure.

    • Multi-agent orchestration with specialist workers
    • Declarative TOML configuration
    • MCP-native tool connectivity
    • Human approval gates
    • OpenTelemetry trace export

    Capabilities

    Key Features

    • Multi-agent orchestration with specialist worker teams
    • Declarative TOML configuration for entire agent system
    • MCP-native tool connectivity over HTTP, SSE, and STDIO
    • Human approval gates for sensitive actions (fail-closed)
    • OpenTelemetry trace export for all LLM turns and tool calls
    • RAG via Qdrant and AWS Bedrock Knowledge Bases
    • OpenAI-compatible /v1/chat/completions API endpoint
    • Support for OpenAI, Anthropic, Bedrock, Gemini, Ollama, OpenRouter
    • Kubernetes deployment via included Helm chart
    • Air-gapped and regulated environment support
    • Agent Skills for reusable task-specific instructions
    • A2A interoperability for connecting with other agents
    • Scratchpad context bounding to manage context window size
    • Scheduled autonomous agent runs
    • Parallel investigation workers with dependency-aware task execution

    Integrations

    PagerDuty
    Prometheus
    Kubernetes
    Grafana
    Datadog
    New Relic
    Slack
    GitHub
    GitLab
    Argo CD
    AWS
    Azure
    GCP
    Docker
    Temporal
    Qdrant
    Notion
    Confluence
    Jira
    Linear
    Kafka
    ClickHouse
    Dash0
    Mezmo
    Windows Server
    Ollama
    OpenAI
    Anthropic
    AWS Bedrock
    Google Gemini
    OpenRouter
    LibreChat
    OpenWebUI
    API Available
    View Docs

    Demo Video

    AURA Demo Video
    Watch on YouTube

    Ratings & Reviews

    No ratings yet

    Be the first to rate AURA and help others make informed decisions.

    Developer

    Mezmo

    Mezmo builds the intelligence layer for production AI, pairing an open-source agent harness (AURA) with an optimized telemetry data plane to help SRE and platform engineering teams deploy reliable AI-powered workflows. The company brings years of experience processing high-volume operational telemetry for enterprise teams and applies that context to agentic root cause analysis, incident detection, and automated post-mortems. Mezmo's platform is model-agnostic and MCP-native, giving teams control over their models, tools, and data without vendor lock-in.

    Founded 2015
    San Jose, CA
    $110M+ raised
    60 employees

    Used by

    Asics
    Better.com
    Sysdig
    6 River Systems
    +12 more
    Read more about Mezmo
    WebsiteGitHub
    1 tool in directory

    Similar Tools

    Nimbalyst icon

    Nimbalyst

    Open-source visual workspace for building with Claude Code and Codex — manage parallel agent sessions, edit work visually, and track tasks in one local desktop app.

    DeepAgents icon

    DeepAgents

    An open-source framework by LangChain for building deep research-style multi-agent systems powered by LLMs.

    OpenHarness icon

    OpenHarness

    Open-source lightweight agent infrastructure (tool-use, skills, memory, multi-agent coordination) with ohmo, a personal AI agent that works in Feishu, Slack, Telegram, and Discord.

    Browse all tools

    Related Topics

    Agent Harness

    Infrastructure, orchestrators, and task runners that wrap around LLM coding agents — covering session management, context delivery, worktree isolation, architecture enforcement, and issue-to-PR pipelines.

    170 tools

    Multi-agent Systems

    Platforms for creating and managing teams of AI agents that can collaborate.

    351 tools

    MCP Integration

    Tools for integrating MCP with existing AI systems and applications.

    99 tools
    Browse all topics
    Back to all toolsSuggest an edit
    ratings
    discussions