enceladus

NX-2021-L/enceladus
★ 0 stars Python 🔌 API Integration Updated 1d ago
Enceladus project monorepo (API + UI + MCP Server)
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "enceladus": {
      "command": "uvx",
      "args": [
        "enceladus"
      ]
    }
  }
}

Or install with pip: pip install enceladus

README Excerpt

Monorepo for Enceladus components: - `backend/` - backend Lambda source - `frontend/` - web UI (PWA source + active GitHub Actions deployment flow) - `tools/enceladus-mcp-server/` - Enceladus MCP server source + briefing templates - `infrastructure/` - deployment metadata, parity audit mappings, and generated evidence

Tools (2)

devopsmain