If you need to give your team Claude access to internal databases and filesystems without scattering credentials across laptops, this is the gateway you deploy once and point everyone at. It speaks MCP over SSE, handles OAuth 2.1 with PKCE, plugs into Microsoft Entra for SSO, and logs every query to an audit trail. Out of the box you get schema introspection and query execution for Postgres, MySQL, MSSQL, and SQLite, plus sandboxed file operations. Role-based access control lets you restrict SQL writes to analysts and filesystem mutations to admins. The admin UI manages connections, users, API keys, and per-tool permissions. Built on FastAPI with a React frontend.