djd agent score for Zed
io.github.jacobsd32-cpu/djd-agent-score
Reputation scoring for AI agent wallets on Base. Trust scores, fraud checks, x402.
client:Zed
transport:stdio
runtime:npm
Install djd agent score in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"djd-agent-score": {
"command": "npx",
"args": [
"-y",
"djd-agent-score-mcp"
],
"env": {
"DJD_BASE_URL": "<DJD_BASE_URL>",
"DJD_TIMEOUT_MS": "<DJD_TIMEOUT_MS>"
}
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs