MCP Server
MCP
Kaval
Verify the facts an agent's action depends on before it acts — ALLOW, REVIEW, or BLOCK.
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
By
Comments
Sign in to leave a comment