MCP Directory
Back

aura

by mezmo · Rust · ★ 141

AURA is an agentic harness that turns an LLM model into a reliable, autonomous service capable of executing real SRE work. AURA provides the guardrails, API servers, state management, authentication, streaming, error handling, and tool integrations necessary to run AI SRE agents safely in production.

#ai-agent-framework#ai-agents#ai-sre#aiops#devops#harness#llm#llmops#mcp#model-context-protocol#observability#ollama#openai-api#opentelemetry#production-ready#rag#rust#sre#toml

Install

cargo install --git https://github.com/mezmo/aura.git

Auto-generated from the repo's primary language — check the repo's own README for its exact install instructions.

Claude Desktop config

A starting point for your claude_desktop_config.json (auto-generated — the repo's README may specify a published package name or required env vars):

{
  "mcpServers": {
    "aura": {
      "command": "npx",
      "args": [
        "-y",
        "github:mezmo/aura"
      ]
    }
  }
}

From the README

[](https://mezmo.com/r/slack-aura) [](LICENSE) [](https://www.rust-lang.org) [](https://modelcontextprotocol.io) AURA is an agentic harness that turns an LLM model into a reliable, autonomous service capable of executing real SRE work. AURA provides the guardrails, API servers, state management, authentication, streaming, error handling, and tool integrations necessary to run AI SRE agents safely in production. Key capabilities: - Declarative agent composition via TOML with multi-provider LLM support and multi-agent serving - Dynamic [MCP](https://modelcontextprotocol.io) tool discovery via…
Read full README on GitHub →

Related ai & ml servers