← Back to Plugins
MCP Server MCP

Kaval

github By github 👁 1 views ▲ 0 votes

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

Homepage Verified source GitHub

Install

npx -y @usekaval/[email protected]

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "npm",
      "identifier": "@usekaval/mcp",
      "version": "0.8.1",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "Bring-your-own Kaval bearer key (kv_live_…). Create one at https://usekaval.com.",
          "isRequired": true,
          "isSecret": true,
          "name": "KAVAL_API_KEY"
        },
        {
          "description": "Point at a self-hosted or staging Kaval API instead of the hosted one. Defaults to https://api.usekaval.com.",
          "name": "KAVAL_BASE_URL"
        }
      ]
    }
  ]
}
mcp model-context-protocol npm

Comments

Sign in to leave a comment

Loading comments...