HREVN Developers

Technical resources and the shortest first-test path

This page exists so that a developer, crawler, or technical agent can understand HREVN without having to traverse multiple links before seeing the operational core.

It gathers the live runtime, MCP server, public surfaces, installable artifacts, and the minimal path for running a first baseline check.

View runtime health Open technical overview

What HREVN returns

Structured baseline result

Outputs such as result, profile_detected, readiness_level, missing_required_blocks, and risk_flags.

Remedy payload

A structured remedy_payload that explains what remains missing before proceeding instead of leaving a generic warning.

Receipt-aware continuity

A check_id, verifiable evidence, and a continuity point that can be reused after interruptions, handoffs, or restarts.

Runtime and first test

Managed API

Live backend behind https://api.hrevn.com for baseline checks, bundle generation, and verification.

api.hrevn.com/v1/health

Shortest technical path

The minimal route is to install one surface or the MCP server, configure the API key, and run a baseline check against the live runtime.

View technical details

Public installable artifacts

MCP server

Public reusable MCP server across different surfaces.

hrevn-mcp-server

Public surfaces and honest status

Anthropic

Repo and installable runner for a path built around skills, a local runner, and MCP.

View repo

Codex

Repo and installable CLI for an already executable helper-first alpha.

View repo

Google / Genkit

Repo plus public npm package over the live HREVN runtime.

View repo

OpenClaw

Repo plus PyPI CLI with local-first framing and real end-to-end validation.

View repo

Kiro

Public power alpha with MCP, steering, and example hooks. Current status: honest exploration, not a finished native integration.

View repo