SENTINEL for Cursor
io.github.teodorofodocrispin-cmyk/sentinel-mcp
Pre-execution safety oracle for AI agents. Screens Base contracts, simulates sells, pays via x402.
client:Cursor
transport:stdio
runtime:pypi
Install SENTINEL in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"sentinel-mcp": {
"type": "stdio",
"command": "uvx",
"args": [
"sentinel-mcp"
],
"env": {
"AGENT_WALLET_PRIVATE_KEY": "<AGENT_WALLET_PRIVATE_KEY>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs