VERAX

VERAX

Local
@verax-aiTypeScriptApache-2.0Updated Today

The body an agent asks before it acts: decide, approve, and keep a signed record on your machine.

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).

npm@verax-ai/bodyv0.3.0

Run

npx -y @verax-ai/body

MCP client config

{
  "mcpServers": {
    "verax": {
      "command": "npx",
      "args": [
        "-y",
        "@verax-ai/body"
      ]
    }
  }
}