shuka for Zed
io.github.cdonoyan/shuka
Universal trust attestation for AI agents. Create, verify, and negotiate trust proofs.
client:Zed
transport:stdio
runtime:npm
Install shuka in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"shuka": {
"command": "npx",
"args": [
"-y",
"@shukashake/mcp"
],
"env": {
"SHUKA_API_URL": "<SHUKA_API_URL>",
"SHUKA_API_KEY": "<SHUKA_API_KEY>"
}
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs