kasbah-mcp
About
Governance layer for agentic AI — signed, verifiable receipts for every agent action.
Use this server
Add it to your MCP client. The catalogue lists this config verbatim from its source — it does not run, download, or vouch for the server. Review the command before you run it.
Transportstdio (runs a local command)
Env vars
KASBAH_API_KEY KASBAH_APIClaude Code
claude mcp add --env KASBAH_API_KEY= --env KASBAH_API= kasbah-mcp -- npx @yobekasbah/mcp-server
Cursor
If the button doesn't open Cursor, use the JSON below — Cursor accepts the same mcpServers config.
VS Code
code --add-mcp '{"name":"kasbah-mcp","command":"npx","args":["@yobekasbah/mcp-server"],"env":{"KASBAH_API_KEY":"","KASBAH_API":""}}'
JSON
{
"mcpServers": {
"kasbah-mcp": {
"command": "npx",
"args": [
"@yobekasbah/mcp-server"
],
"env": {
"KASBAH_API_KEY": "",
"KASBAH_API": ""
}
}
}
}
Environment variables are listed by name only — fill in your own values. Entries never carry secrets.