mirror of
https://github.com/mikeyobrien/ralph-orchestrator.git
synced 2026-04-26 07:35:51 +03:00
[GH-ISSUE #127] MCP tools used inside Ralph don't recognize authorization #50
Labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/ralph-orchestrator#50
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @XanderZhu on GitHub (Jan 28, 2026).
Original GitHub issue: https://github.com/mikeyobrien/ralph-orchestrator/issues/127
I have Supabase MCP installed in my project to automatically apply DB migration to the Supabase project.
Supabase MCP authorized and work fine during plain Claude Code usage without Ralph Orchestrator.
But when I try to use Ralph Orchestrator I see in the iteration output that Supabase MCP is not authorized. Thus it can't be used.
@mikeyobrien commented on GitHub (Jan 28, 2026):
Odd, Claude should be running with
--dangerously-skip-permissions.Could you try adding this to your
ralph.yml: