telexed ~ c / d9991e83-a5eradar:40 · agent_toolLIVE
← back
NO.
#d9991e83
Topic
AGENTS & TOOLS
Source
Hacker News · MCP Server
Published
2025-09-12 15:22:00
Importance
★ 4/10 — radar 40
`Open Edison`: `MCP` gateway that blocks the lethal trifecta
FIG-0991:1

`Open Edison`: `MCP` gateway that blocks the lethal trifecta

Put a gateway in front of multiple MCP servers and stop the final step when private data, untrusted content, and external comms line up. Early Show HN, but the control pattern is practical if you're wiring many tools into one agent.

[ KEY POINTS ]
  1. The gateway inspects each MCP server's tools and requirements before the agent uses them, so policy can sit above individual connectors.
  2. It classifies tools across three risk axes: private data access, untrusted content, and external communication; the block triggers when all three converge in one session.
  3. Instead of letting the risky action run, it tells the model to surface a warning and push the user to a web dashboard for review.
  4. This is more reusable than per-tool allowlists if you're stacking Supabase, email, docs, and outbound APIs behind one agent.
Originalgithub.com/Edison-Watch/open-edisonRead original →

// related