[BUG] Remote Trigger (CCR): MCP tools via mcp_connections (connector_uuid) not available in remote session

Resolved 💬 3 comments Opened Apr 7, 2026 by mf-keisuke-nagae Closed Apr 10, 2026

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 list on local machine shows both Notion and

Slack as ✓ Connected

  • Re-authenticating the OAuth connectors on claude.ai did

not resolve the issue

  • connector_uuid for 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

  1. Create a remote trigger with mcp_connections using

connector_uuid for Notion and Slack

  1. Add corresponding tools to

session_context.allowed_tools

  1. Run the trigger manually via /run
  2. The remote agent uses ToolSearch to 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_

View original on GitHub ↗

This issue has 3 comments on GitHub. Read the full discussion on GitHub ↗