Kaval for Cursor
io.github.lufemc/kaval
Verify the facts an agent's action depends on before it acts — ALLOW, REVIEW, or BLOCK.
client:Cursor
transport:stdio
runtime:npm
Install Kaval in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"kaval": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@usekaval/mcp"
],
"env": {
"KAVAL_API_KEY": "<KAVAL_API_KEY>",
"KAVAL_BASE_URL": "<KAVAL_BASE_URL>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs