Open-Sourced MCP Agent Approval Gateway

sekyr95 · reddit · 2026-07-14

The author has spun a repeatedly rewritten workflow—**having agents propose actions that require human approval before execution**—into a standalone service. ### Core Design - It functions as an **MCP server + pure REST API**. - The agent calls a tool to **propose an action**, which blocks the call. - Proposals enter an inbox where users can **approve / reject / edit** them via web, Slack, Discord, or Telegram. - Actions are only executed once a human clicks "yes." - All decisions are logged in an **audit log**. ### Target Problem It is designed for **unattended scenarios**: - Cron jobs - Multiple agents running overnight - Not agents with active sessions like Claude Code The author argues that relying on a "please confirm" prompt fails here because models will bypass it, necessitating a **true external gate**. ### Current Status - The core code is **open-source under MIT** and self-hostable - A **hosted version** is also available - It is still early stage with a small user base The author is also seeking feedback: for agents taking real-world actions, **at which layer should the human approval step reside**, and should this capability be built as an MCP rather than just REST?

Original post →

More from coding & agent

coding & agent channel →