Odel
hrevn mcp server

hrevn mcp server

Local
@ai-human-andalusiaPythonUpdated 5mo ago

HREVN trust layer for baseline diagnostics and verifiable workflow integrity for AI agents.

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

PyPIhrevn-mcp-serverv0.1.0a0

Run

uvx hrevn-mcp-server

MCP client config

{
  "mcpServers": {
    "hrevn-mcp-server": {
      "command": "uvx",
      "args": [
        "hrevn-mcp-server"
      ]
    }
  }
}