Bedrock Agentcore Control > Structures > HarnessRemoteMcpConfig HarnessRemoteMcpConfig¶ Structure Class¶ HarnessRemoteMcpConfig dataclass ¶ Configuration for connecting to a remote MCP server. Attributes¶ headers class-attribute instance-attribute ¶ headers: dict[str, str] | None = field(repr=False, default=None) Custom headers to include when connecting to the remote MCP server. url class-attribute instance-attribute ¶ url: str = field(repr=False) URL of the MCP endpoint.