-
Notifications
You must be signed in to change notification settings - Fork 24
Open
Description
Cannot authenticate with Todoist MCP over SSH
Problem: Authentication fails when running the MCP server on a remote machine accessed via SSH.
Root Cause: The OAuth callback URL uses localhost, which resolves to the remote machine rather than the local machine where the browser is running. This prevents the authentication flow from completing successfully.
Steps to Reproduce:
- SSH into a remote machine
- Attempt to authenticate with Todoist MCP
- OAuth flow redirects to
localhost:[port]callback URL - Callback fails because localhost points to the remote machine, not the local browser
Expected Behavior: Authentication should work for remote/SSH scenarios
Metadata
Metadata
Assignees
Labels
No labels