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
{
"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