AgentShield for Cursor
io.github.atmflow55/agentshield
Smart contract security for AI agents — verify, monitor, freeze, x402 payments
client:Cursor
transport:stdio
runtime:npm
Install AgentShield in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"agentshield": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"agentshield-protocol"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs