Agent Guard runs on your own machine — the client starts it, so there is no endpoint to ping. 716 installs a week from pypi. Last commit 31 Jul 2026.
Safety checks an agent runs before it acts: package malware, destructive command, secret leak.
This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.
claude mcp add agent-guard -- uvx agent-tripwire
{
"mcpServers": {
"agent-guard": {
"args": [
"agent-tripwire"
],
"command": "uvx"
}
}
}
[mcp_servers.agent-guard]
command = "uvx"
args = ["agent-tripwire"]
{
"mcpServers": {
"agent-guard": {
"args": [
"agent-tripwire"
],
"command": "uvx"
}
}
}
{
"mcpServers": {
"agent-guard": {
"args": [
"agent-tripwire"
],
"command": "uvx"
}
}
}
Answers built from our own checks of this server.