How to connect Supabase MCP to your Hermes Agent
A Reddit field report/discussion from r/hermesagent. Plain version: Got Supabase MCP working with Hermes after OAuth callback/client-secret issues If hermes mcp add ...
Directly relevant to your agent stack. This can affect Hermes behavior, upgrade timing, plugins, gateway surfaces, or ideas worth stealing for OAC/DestructoR666.
Source excerpt
Got Supabase MCP working with Hermes after OAuth callback/client-secret issues If hermes mcp add ... --auth oauth gives you redirect_url not allowed or Required parameter: client_secret , use a manual Supabase OAuth app with a fixed localhost callback. In Supabase → Organization → OAuth Apps , create an app with: Website URL: http://localhost Callback URL:…