Odel
Kaval

Kaval

Local
@usekavalTypeScriptApache-2.0Updated 2w ago

Verify the facts an agent's action depends on before it acts — ALLOW, REVIEW, or BLOCK.

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@usekaval/mcpv0.8.1

Run

npx -y @usekaval/mcp

MCP client config

{
  "mcpServers": {
    "kaval": {
      "command": "npx",
      "args": [
        "-y",
        "@usekaval/mcp"
      ]
    }
  }
}