

This is the new *CloudFormation Template Reference Guide*. Please update your bookmarks and links. For help getting started with CloudFormation, see the [AWS CloudFormation User Guide](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/Welcome.html).

# AWS::DevOpsAgent::Association MCPServerConfiguration
<a name="aws-properties-devopsagent-association-mcpserverconfiguration"></a>

Configuration for MCP (Model Context Protocol) server integration. Defines the server name, endpoint URL, available tools, optional description, and webhook update settings for custom MCP servers.

## Syntax
<a name="aws-properties-devopsagent-association-mcpserverconfiguration-syntax"></a>

To declare this entity in your CloudFormation template, use the following syntax:

### JSON
<a name="aws-properties-devopsagent-association-mcpserverconfiguration-syntax.json"></a>

```
{
  "[Description](#cfn-devopsagent-association-mcpserverconfiguration-description)" : String,
  "[EnableWebhookUpdates](#cfn-devopsagent-association-mcpserverconfiguration-enablewebhookupdates)" : Boolean,
  "[Endpoint](#cfn-devopsagent-association-mcpserverconfiguration-endpoint)" : String,
  "[Name](#cfn-devopsagent-association-mcpserverconfiguration-name)" : String,
  "[Tools](#cfn-devopsagent-association-mcpserverconfiguration-tools)" : [ String, ... ]
}
```

### YAML
<a name="aws-properties-devopsagent-association-mcpserverconfiguration-syntax.yaml"></a>

```
  [Description](#cfn-devopsagent-association-mcpserverconfiguration-description): String
  [EnableWebhookUpdates](#cfn-devopsagent-association-mcpserverconfiguration-enablewebhookupdates): Boolean
  [Endpoint](#cfn-devopsagent-association-mcpserverconfiguration-endpoint): String
  [Name](#cfn-devopsagent-association-mcpserverconfiguration-name): String
  [Tools](#cfn-devopsagent-association-mcpserverconfiguration-tools): 
    - String
```

## Properties
<a name="aws-properties-devopsagent-association-mcpserverconfiguration-properties"></a>

`Description`  <a name="cfn-devopsagent-association-mcpserverconfiguration-description"></a>
The description of the MCP server.  
*Required*: No  
*Type*: String  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`EnableWebhookUpdates`  <a name="cfn-devopsagent-association-mcpserverconfiguration-enablewebhookupdates"></a>
When set to true, enables the Agent Space to create and update webhooks for receiving notifications and events from the service.  
*Required*: No  
*Type*: Boolean  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`Endpoint`  <a name="cfn-devopsagent-association-mcpserverconfiguration-endpoint"></a>
The MCP server endpoint URL. Must be an HTTPS URL.  
*Required*: Yes  
*Type*: String  
*Pattern*: `^https://[a-zA-Z0-9.-]+(?::[0-9]+)?(?:/.*)?$`  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`Name`  <a name="cfn-devopsagent-association-mcpserverconfiguration-name"></a>
The name of the MCP server. The name must match the pattern `^[a-zA-Z0-9_-]+$`.  
*Required*: Yes  
*Type*: String  
*Pattern*: `^[a-zA-Z0-9_-]+$`  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`Tools`  <a name="cfn-devopsagent-association-mcpserverconfiguration-tools"></a>
List of MCP tools that can be used with the association.  
*Required*: Yes  
*Type*: Array of String  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)