safeagent for Cursor
io.github.azender1/safeagent
Exactly-once execution guard for AI agents. Prevents duplicate payments and webhooks on retry.
client:Cursor
transport:stdio
runtime:pypi
Install safeagent in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"safeagent": {
"type": "stdio",
"command": "uvx",
"args": [
"safeagent-exec-guard"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs