[BUG] Remote Trigger (CCR): MCP tools via mcp_connections (connector_uuid) not available in remote session
Preflight Checklist
- [x] I have searched existing issues and this hasn't been reported yet
- [x] This is a single bug report (please file separate reports for different bugs)
- [x] I am using the latest version of Claude Code
What's Wrong?
Summary
When running a Remote Trigger, MCP tools configured via
mcp_connections (using connector_uuid from claude.ai
OAuth connectors) are not available in the remote session.
The agent reports all mcp__claude_ai_* tools as not found.
## Environment
- Claude Code CLI
- Remote Trigger execution (CCR)
## Actual Behavior
The remote agent cannot find any mcp__claude_ai_Notion__*
or mcp__claude_ai_Slack__* tools. It suggests adding
mcpServers to ~/.claude/settings.json, which is a local
config file inaccessible from the remote environment.
## Additional Context
claude mcp liston local machine shows both Notion and
Slack as ✓ Connected
- Re-authenticating the OAuth connectors on claude.ai did
not resolve the issue
connector_uuidfor both Notion and Slack are correctly
specified in mcp_connections
## Question
Is connector_uuid-based MCP connection in Remote Triggers
supported? If so, what is the correct configuration?
What Should Happen?
## Expected Behavior
MCP tools defined in mcp_connections should be available
in the remote session, just as they are in a local Claude
Code session.
Error Messages/Logs
Steps to Reproduce
## Steps to Reproduce
- Create a remote trigger with
mcp_connectionsusing
connector_uuid for Notion and Slack
- Add corresponding tools to
session_context.allowed_tools
- Run the trigger manually via
/run - The remote agent uses
ToolSearchto find MCP tools →
not found
Claude Model
None
Is this a regression?
I don't know
Last Working Version
_No response_
Claude Code Version
2.1.92
Platform
Anthropic API
Operating System
macOS
Terminal/Shell
Terminal.app (macOS)
Additional Information
_No response_
This issue has 3 comments on GitHub. Read the full discussion on GitHub ↗