Back to Home
bhf icon

aeron-cache

Verified Safe

by bhf

Overview

A high-performance, clustered key-value store with various interfaces (HTTP, WS, SSE) and a UI, designed to function as an MCP server for Agentic AI and LLM workflows.

Installation

Run Command
docker run --rm -i -v api-spec-swagger2.json:/server/swagger.json ghcr.io/brizzai/auto-mcp:latest --swagger-file=/server/swagger.json

Environment Variables

  • AERON_CACHE_API
  • AERON_CACHE_WS_API
  • AERON_CACHE_SSE_API
  • JAEGER
  • PROMETHEUS
  • CLUSTER_NODE
  • CLUSTER_ADDRESSES
  • CACHE_MODE
  • HTTP_RESPONSE_PUB_HOST
  • WS_RESPONSE_PUB_HOST
  • SSE_RESPONSE_PUB_HOST
  • OTEL_SERVICE_NAME
  • OTEL_EXPORTER_OTLP_ENDPOINT
  • POD_NAME

Security Notes

Environment variables are used for service endpoints (e.g., AERON_CACHE_API, JAEGER, PROMETHEUS, AERON_CACHE_WS_API, AERON_CACHE_SSE_API), which is a good practice to avoid hardcoding sensitive information. Basic input validation for `cacheId` is present in the UI. However, the `cache-ui/nextjs/next.config.ts` explicitly sets `eslint: { ignoreDuringBuilds: true, }`, which is a significant code quality and potential security risk as it can suppress important warnings that might indicate vulnerabilities or bad practices. The `cache-mcp` component relies on a third-party Docker image (`ghcr.io/brizzai/auto-mcp:latest`), requiring trust in its security and maintenance. No direct `eval` or similar dangerous patterns were observed in the provided snippets.

Similar Servers

Stats

Interest Score34
Security Score7
Cost ClassHigh
Stars4
Forks2
Last Update2026-01-17

Tags

Key-Value StoreAeronReal-timeMicroservicesObservability