SafeAgent
Rank #5,190io.github.azender1/safeagent
Exactly-once execution guard for AI agents. Prevents duplicate payments and webhooks on retry.
SafeAgent is a Model Context Protocol (MCP) server published by azender1. It ranks #5,190 of 132,046 servers tracked on MCP Toplist, and its repository has 7 GitHub stars. SafeAgent is listed across 2 registries — Official MCP and mcp.so, with 3 tracked versions. It was first listed on Mar 16, 2026 and most recently updated on Jun 17, 2026.
Ranks ahead of 126,856 of 132,046 servers on MCP Toplist.
Use SafeAgent
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add safeagent -- uvx safeagent-exec-guard[mcp_servers.safeagent]
command = "uvx"
args = ["safeagent-exec-guard"]Add to ~/.codex/config.toml.
{
"mcpServers": {
"safeagent": {
"command": "uvx",
"args": [
"safeagent-exec-guard"
]
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config).
{
"mcpServers": {
"safeagent": {
"command": "uvx",
"args": [
"safeagent-exec-guard"
]
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"servers": {
"safeagent": {
"type": "stdio",
"command": "uvx",
"args": [
"safeagent-exec-guard"
]
}
}
}Save as .vscode/mcp.json in your workspace.
{
"mcpServers": {
"safeagent": {
"command": "uvx",
"args": [
"safeagent-exec-guard"
]
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"safeagent": {
"command": "uvx",
"args": [
"safeagent-exec-guard"
]
}
}
}Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.azender1%2Fsafeagent)<a href="https://mcptoplist.com/server/io.github.azender1%2Fsafeagent"><img src="https://mcptoplist.com/badge/io.github.azender1%2Fsafeagent.svg" alt="MCP Toplist: Top 5% of 132,046" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 2 registries
azender1
Available versions (3)
| Version | Published |
|---|---|
| 0.1.22 | Jun 17, 2026 |
| 0.1.21 | Jun 11, 2026 |
| 0.1.14 | Apr 26, 2026 |
Frequently asked questions
- Who maintains SafeAgent?
- SafeAgent is maintained by azender1, which publishes 1 MCP server (3 total versions) tracked on MCP Toplist.
- Is SafeAgent listed on the Official MCP Registry?
- Yes — SafeAgent is listed on the Official MCP Registry, alongside mcp.so.
- How many versions does SafeAgent have?
- MCP Toplist tracks 3 versions of SafeAgent, most recently published on Jun 17, 2026.
- Where can I find the source code for SafeAgent?
- The source code for SafeAgent is hosted at github.com/azender1/SafeAgent.
Do you run this server?
Community projects list the MCP servers behind real agents and apps. Publish yours and this page will link to it.