djd agent score for Cursor
io.github.jacobsd32-cpu/djd-agent-score
Reputation scoring for AI agent wallets on Base. Trust scores, fraud checks, x402.
client:Cursor
transport:stdio
runtime:npm
Install djd agent score in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"djd-agent-score": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"djd-agent-score-mcp"
],
"env": {
"DJD_BASE_URL": "<DJD_BASE_URL>",
"DJD_TIMEOUT_MS": "<DJD_TIMEOUT_MS>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs