mcpbeat Sign in

Logi Approval MCP Server

local only

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.

Installs per day peak 354 · avg 23 · -8% w/w
a month agotoday
78
Installs / week
npm · @logi-auth/mcp-approval
0
Stars
0 open issues
7 Aug 2026
Last commit
0 releases in 90 days
MIT
License
language unknown

Nothing serious here today

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.

Three servers free · no card

Connect this server

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.

run in your terminal
claude mcp add logi-approval -- npx -y @logi-auth/mcp-approval
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "logi-approval": {
      "args": [
        "-y",
        "@logi-auth/mcp-approval"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.logi-approval]
command = "npx"
args = ["-y", "@logi-auth/mcp-approval"]
.cursor/mcp.json
{
  "mcpServers": {
    "logi-approval": {
      "args": [
        "-y",
        "@logi-auth/mcp-approval"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "logi-approval": {
      "args": [
        "-y",
        "@logi-auth/mcp-approval"
      ],
      "command": "npx"
    }
  }
}

Alternatives to Logi Approval

same job, measured the same way
N
Glyt
by glyt

Human-in-the-loop approval for agent actions, with verifiable action-bound receipts.

6 tools answering
Oracle H
by tponscr-debug

Human approval gate for AI agents. Critical actions approved or rejected by a human via Telegram.

33 installs/wk local only
Consentgate MCP
by jessepetersondev

Gate AI agent actions behind a consent policy with human approval via Telegram. Fail-closed.

42 installs/wk local only
Infraveil Agent Guard
by infraveilhq

Gate an AI agent's destructive actions behind human approval, with a tamper-evident log.

72 installs/wk local only
AgentGate
by agentkitai

Human-in-the-loop approval gateway for AI agents over MCP: request, decide, approve.

56 installs/wk local only
Lotor
by githubscum

A local receipt and approval gate for AI agent sessions. The agent can act, but it cannot sign.

61 installs/wk local only
Policy Gate
by workers-3labsio-policy-gate

Deterministic allow/require_approval/deny verdicts for agent actions, before they happen.

4 tools answering
IdentArk Gateway
by identark

Zero-secret MCP gateway for AI agents: risk-scored, audited calls with human-in-the-loop approval.

answering

Logi Approval — questions

Answers built from our own checks of this server.

Why is there no uptime for Logi Approval?
Logi Approval runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package @logi-auth/mcp-approval was installed 78 times last week.
How do I connect Logi Approval?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls @logi-auth/mcp-approval straight from npm; nothing to host, nothing to sign up for.
How many people use Logi Approval?
The npm package @logi-auth/mcp-approval was installed 78 times in the last week. Week over week that is -8%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Logi Approval open source?
Yes — it is published under the MIT licence and 0 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.