Skip to content
Zed

kasbah mcp for Zed

io.github.al-adnane/kasbah-mcp

Governance layer for agentic AI — signed, verifiable receipts for every agent action.

client:Zed transport:stdio runtime:npm

Install kasbah mcp in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "context_servers": {
    "kasbah-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@yobekasbah/mcp-server"
      ],
      "env": {
        "KASBAH_API_KEY": "<KASBAH_API_KEY>",
        "KASBAH_API": "<KASBAH_API>"
      }
    }
  }
}

Merge this into your existing settings object — do not replace the file. Zed docs

kasbah mcp in other clients