← Back to browse

kasbah-mcp

Indexed by io.github.Al-Adnane

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 varsKASBAH_API_KEY KASBAH_API
Claude Code
claude mcp add --env KASBAH_API_KEY= --env KASBAH_API= kasbah-mcp -- npx @yobekasbah/mcp-server
Cursor

Add to 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.