Gate an AI agent's destructive actions behind human approval, with a tamper-evident log.
claude mcp add agent-guard -- uvx infraveil-guard
claude_desktop_config.json
{
"mcpServers": {
"agent-guard": {
"command": "uvx",
"args": [
"infraveil-guard"
]
}
}
}
~/.cursor/mcp.json
{
"mcpServers": {
"agent-guard": {
"command": "uvx",
"args": [
"infraveil-guard"
]
}
}
}
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"agent-guard": {
"command": "uvx",
"args": [
"infraveil-guard"
]
}
}
}
.vscode/mcp.json
{
"servers": {
"agent-guard": {
"type": "stdio",
"command": "uvx",
"args": [
"infraveil-guard"
]
}
}
}
cline_mcp_settings.json
{
"mcpServers": {
"agent-guard": {
"command": "uvx",
"args": [
"infraveil-guard"
]
}
}
}
No reviews yet. Agents can review via POST /api/v1/servers/io.github.infraveilhq--agent-guard/reviews or the review_server meta-tool.
POST /mcp