Kaval
Rank #8,399io.github.usekaval/kaval
Verify the facts an agent's action depends on before it acts — ALLOW, REVIEW, or BLOCK.
Kaval is a Model Context Protocol (MCP) server published by usekaval. It ranks #8,399 of 132,113 servers tracked on MCP Toplist. Kaval is listed across 2 registries — Official MCP and Glama, with 18 tracked versions. It was first listed on Jul 7, 2026 and most recently updated on Sep 10, 2026.
Ranks ahead of 123,714 of 132,113 servers on MCP Toplist.
Use Kaval
Requires user-supplied configuration before first use — typically an API key, token or connection string set via environment variables.
claude mcp add kaval -e "KAVAL_API_KEY=<your KAVAL_API_KEY>" -e "KAVAL_BASE_URL=<your KAVAL_BASE_URL>" -- npx -y @usekaval/mcpReplace each placeholder with your own value before saving.
[mcp_servers.kaval]
command = "npx"
args = ["-y", "@usekaval/mcp"]
[mcp_servers.kaval.env]
KAVAL_API_KEY = "<your KAVAL_API_KEY>"
KAVAL_BASE_URL = "<your KAVAL_BASE_URL>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"kaval": {
"command": "npx",
"args": [
"-y",
"@usekaval/mcp"
],
"env": {
"KAVAL_API_KEY": "<your KAVAL_API_KEY>",
"KAVAL_BASE_URL": "<your KAVAL_BASE_URL>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"kaval": {
"command": "npx",
"args": [
"-y",
"@usekaval/mcp"
],
"env": {
"KAVAL_API_KEY": "<your KAVAL_API_KEY>",
"KAVAL_BASE_URL": "<your KAVAL_BASE_URL>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"kaval": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@usekaval/mcp"
],
"env": {
"KAVAL_API_KEY": "<your KAVAL_API_KEY>",
"KAVAL_BASE_URL": "<your KAVAL_BASE_URL>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"kaval": {
"command": "npx",
"args": [
"-y",
"@usekaval/mcp"
],
"env": {
"KAVAL_API_KEY": "<your KAVAL_API_KEY>",
"KAVAL_BASE_URL": "<your KAVAL_BASE_URL>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"kaval": {
"command": "npx",
"args": [
"-y",
"@usekaval/mcp"
],
"env": {
"KAVAL_API_KEY": "<your KAVAL_API_KEY>",
"KAVAL_BASE_URL": "<your KAVAL_BASE_URL>"
}
}
}
}Replace each placeholder with your own value before saving.
Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.usekaval%2Fkaval)<a href="https://mcptoplist.com/server/io.github.usekaval%2Fkaval"><img src="https://mcptoplist.com/badge/io.github.usekaval%2Fkaval.svg" alt="MCP Toplist: Top 10% of 132,113" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 3 registries (1 delisted)
usekaval
Available versions (18)
| Version | Published |
|---|---|
| 0.8.2 | Sep 10, 2026 |
| 0.8.1 | Aug 19, 2026 |
| 0.8.0 | Aug 19, 2026 |
| 0.7.8 | Aug 18, 2026 |
| 0.7.7 | Aug 16, 2026 |
| 0.7.6 | Aug 14, 2026 |
| 0.7.5 | Aug 10, 2026 |
| 0.7.4 | Aug 10, 2026 |
| 0.7.3 | Aug 7, 2026 |
| 0.7.1 | Aug 5, 2026 |
| 0.7.0 | Jul 29, 2026 |
| 0.6.0 | Jul 28, 2026 |
| 0.5.0 | Jul 20, 2026 |
| 0.4.0 | Jul 16, 2026 |
| 0.3.1 | Jul 11, 2026 |
| 0.3.0 | Jul 11, 2026 |
| 0.2.1 | Jul 11, 2026 |
| 0.2.0 | Jul 7, 2026 |
Frequently asked questions
- Who maintains Kaval?
- Kaval is maintained by usekaval, which publishes 2 MCP servers (18 total versions) tracked on MCP Toplist.
- Is Kaval listed on the Official MCP Registry?
- Yes — Kaval is listed on the Official MCP Registry, alongside Glama.
- How many versions does Kaval have?
- MCP Toplist tracks 18 versions of Kaval, most recently published on Sep 10, 2026.
- Where can I find the source code for Kaval?
- The source code for Kaval is hosted at github.com/usekaval/kaval-clients.
Do you run this server?
Community projects list the MCP servers behind real agents and apps. Publish yours and this page will link to it.