node9-proxy: Node9 is an execution security layer for AI agents that intercepts dangerous shell commands and tool calls in real-time. It features a multi-channel approval system (native popup, browser, Slack, terminal), a flight recorder for live monitoring, and an AI negotiation loop to guide safer behavior. It also includes DLP content scanning and shadow git snapshots for undo.; fastapi_mcp: FastAPI-MCP allows you to expose your existing FastAPI endpoints as Model Context Protocol (MCP) tools. It offers native integration with FastAPI, including built-in authentication using existing dependencies, and preserves schemas and documentation.
Protect AI agents from executing dangerous commands during development
Integrating FastAPI services as tools for large language models (LLMs) that support MCP.