warden402 mcp for Cursor
io.github.sukrutkrdg/warden402-mcp
Pre-execution safety for AI agents on Base. Guard a token, tx or address: block/review/clear.
client:Cursor
transport:stdio
runtime:npm
Install warden402 mcp in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"warden402-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"warden402-mcp"
],
"env": {
"WARDEN_API_URL": "<WARDEN_API_URL>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs