HREVN trust layer for baseline diagnostics and verifiable workflow integrity for AI agents.
{
"mcpServers": {
"io-github-ai-human-andalusia-hrevn-mcp-server": {
"command": "<see-readme>",
"args": []
}
}
}No install config available. Check the server's README for setup instructions.
Are you the author?
Add this badge to your README to show your security score and help users find safe servers.
HREVN trust layer for baseline diagnostics and verifiable workflow integrity for AI agents.
Is it safe?
No package registry to scan.
No authentication — any process on your machine can connect.
License not specified.
Is it maintained?
Commit history unknown.
Will it work with my client?
Transport: stdio. Works with Claude Desktop, Cursor, Claude Code, and most MCP clients.
No automated test available for this server. Check the GitHub README for setup instructions.
No known vulnerabilities.
This server is missing a description. Tools and install config are also missing.If you've used it, help the community.
Add informationHave you used this server?
Share your experience — it helps other developers decide.
Sign in to write a review.
Dynamic problem-solving through sequential thought chains
A Model Context Protocol server for searching and analyzing arXiv papers
An open-source AI agent that brings the power of Gemini directly into your terminal.
The official Python SDK for Model Context Protocol servers and clients
MCP Security Weekly
Get CVE alerts and security updates for io.github.ai-human-andalusia/hrevn-mcp-server and similar servers.
Start a conversation
Ask a question, share a tip, or report an issue.
Sign in to join the discussion.
Minimal MCP server for HREVN, backed by the live managed runtime at https://api.hrevn.com.
For Anthropic and later Codex, MCP is the cleanest way to expose HREVN as real tools rather than only as local helper scripts. This server stays thin on purpose:
baseline_checkprofile_validategenerate_bundleverify_bundleexport HREVN_API_BASE_URL="https://api.hrevn.com"
export HREVN_API_KEY="replace-me"
cd hrevn-mcp-server
pip install -e .
If you install into a virtual environment, make sure the same virtual
environment is active when you launch Claude Code. Otherwise hrevn-mcp-server
may not be on the PATH Claude Code uses.
hrevn-mcp-server
The server uses MCP stdio transport.
hrevn-mcp-server --version
hrevn-mcp-server --list-tools
hrevn-mcp-server --self-test
The self-test runs a live baseline_check against the configured HREVN managed API.
If hrevn-mcp-server is not found, use the absolute executable path from the
active environment, for example:
which hrevn-mcp-server
and place that path in your Claude Code MCP config instead of the bare command.
See:
docs/CLAUDE_CODE_MCP_CONFIG.mdexamples/baseline_check_payload.jsonserver.jsonOnce Claude Code has this MCP server configured, ask it to call:
baseline_checkwith the payload in:
examples/baseline_check_payload.jsonThat should return a real BaselineResult from the live HREVN managed API.
This server must not reimplement HREVN truth locally. It should only expose stable MCP tools that call the managed API.
This repo includes:
server.jsonas a machine-readable manifest describing the server, transport, environment, and exposed tools for registry and catalog use.
This is a minimal first MCP server aimed at Anthropic-first testing. It is intentionally thin, real, and compatible with the live managed API path already in production.