safeagent for VS Code
io.github.azender1/safeagent
Exactly-once execution guard for AI agents. Prevents duplicate payments and webhooks on retry.
client:VS Code
transport:stdio
runtime:pypi
Install safeagent in VS Code
.vscode/mcp.json
{
"servers": {
"safeagent": {
"type": "stdio",
"command": "uvx",
"args": [
"safeagent-exec-guard"
]
}
}
}
Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs