Logi Approval runs on your own machine — the client starts it, so there is no endpoint to ping. 78 installs a week from npm. Last commit 7 Aug 2026.
logi Agent Approval Gate — human approval on the phone before high-risk agent actions.
Today is the operative word: we check Logi Approval every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.
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 logi-approval -- npx -y @logi-auth/mcp-approval
{
"mcpServers": {
"logi-approval": {
"args": [
"-y",
"@logi-auth/mcp-approval"
],
"command": "npx"
}
}
}
[mcp_servers.logi-approval]
command = "npx"
args = ["-y", "@logi-auth/mcp-approval"]
{
"mcpServers": {
"logi-approval": {
"args": [
"-y",
"@logi-auth/mcp-approval"
],
"command": "npx"
}
}
}
{
"mcpServers": {
"logi-approval": {
"args": [
"-y",
"@logi-auth/mcp-approval"
],
"command": "npx"
}
}
}
Human-in-the-loop approval for agent actions, with verifiable action-bound receipts.
Human approval gate for AI agents. Critical actions approved or rejected by a human via Telegram.
Gate AI agent actions behind a consent policy with human approval via Telegram. Fail-closed.
Gate an AI agent's destructive actions behind human approval, with a tamper-evident log.
Human-in-the-loop approval gateway for AI agents over MCP: request, decide, approve.
A local receipt and approval gate for AI agent sessions. The agent can act, but it cannot sign.
Deterministic allow/require_approval/deny verdicts for agent actions, before they happen.
Zero-secret MCP gateway for AI agents: risk-scored, audited calls with human-in-the-loop approval.
Answers built from our own checks of this server.