MCP Servers

Explore the list of available MCP servers along with their configurations.

Server name: awslabs.cloudwatch-mcp-server

The awslabs.cloudwatch-mcp-server integrates with AWS CloudWatch to enable monitoring and logging functionalities.

{
      "command": "uvx",
      "args": [
        "awslabs.cloudwatch-mcp-server@latest"
      ],
      "env": {
        "FASTMCP_LOG_LEVEL": "ERROR",
        "AWS_ACCESS_KEY_ID": "${AWS_ACCESS_KEY_ID}",
        "AWS_SECRET_ACCESS_KEY": "${AWS_SECRET_ACCESS_KEY}",
        "AWS_REGION": "us-east-1"
      }
}

Server name: awslabs.ccapi-mcp-server

The awslabs.ccapi-mcp-server enables integration with the CCAPI (Cloud Control API) for managing cloud resources and services.

{
      "command": "uvx",
      "args": ["awslabs.ccapi-mcp-server@latest"],
      "env": {
        "AWS_ACCESS_KEY_ID": "${AWS_ACCESS_KEY_ID}",
        "AWS_SECRET_ACCESS_KEY": "${AWS_SECRET_ACCESS_KEY}",
        "AWS_REGION": "us-east-1",
        "DEFAULT_TAGS": "enabled",
        "SECURITY_SCANNING": "enabled",
        "FASTMCP_LOG_LEVEL": "ERROR"
      }
}   

Server name: awslabs.bedrock-kb-retrieval-mcp-server

The awslabs.bedrock-kb-retrieval-mcp-server facilitates knowledge base retrieval operations within the Bedrock environment.

 { 
     "command": "uvx",
      "args": ["awslabs.bedrock-kb-retrieval-mcp-server@latest"],
      "env": {
        "AWS_ACCESS_KEY_ID": "${AWS_ACCESS_KEY_ID}",
        "AWS_SECRET_ACCESS_KEY": "${AWS_SECRET_ACCESS_KEY}",
        "AWS_REGION": "us-east-1",
        "FASTMCP_LOG_LEVEL": "ERROR",
        "KB_INCLUSION_TAG_KEY": "optional-tag-key-to-filter-kbs",
        "BEDROCK_KB_RERANKING_ENABLED": "false"
      }
  }

Server name: awslabs.nova-canvas-mcp-server

The Amazon Nova Canvas MCP Server manages and processes data within the Amazon Nova Canvas platform.

{
      "command": "uvx",
      "args": ["awslabs.nova-canvas-mcp-server@latest"],
      "env": {
        "AWS_ACCESS_KEY_ID": "${AWS_ACCESS_KEY_ID}",
        "AWS_SECRET_ACCESS_KEY": "${AWS_SECRET_ACCESS_KEY}",
        "AWS_REGION": "us-east-1",
        "FASTMCP_LOG_LEVEL": "ERROR"
      }
}

Server name: awslabs.frontend-mcp-server

The awslabs.frontend-mcp-server handles the backend functionality for the frontend interface, managing data exchange and interactions between the user interface and underlying systems.

{
      "command": "uvx",
      "args": ["awslabs.frontend-mcp-server@latest"],
      "env": {
        "FASTMCP_LOG_LEVEL": "ERROR"
      }
}

Server name:awslabs.iam-mcp-server

The awslabs.iam-mcp-server manages Identity and Access Management (IAM) functionalities, ensuring secure authentication, authorization, and user access control within AWS environments.

{
  "command": "uvx",
  "args": [
    "awslabs.iam-mcp-server@latest"
  ],
  "env": {
    "AWS_ACCESS_KEY_ID": "********",
    "AWS_SECRET_ACCESS_KEY": "********",
    "AWS_REGION": "us-east-1",
    "FASTMCP_LOG_LEVEL": "ERROR"
  }
}

Server name: awslabs.aws-location-mcp-server

The awslabs.aws-location-mcp-server facilitates location-based services and geospatial data management within AWS.

{
       "command": "uvx",
       "args": ["awslabs.aws-location-mcp-server@latest"],
       "env": {
         "AWS_ACCESS_KEY_ID": "********",
    	    "AWS_SECRET_ACCESS_KEY": "********",
         "AWS_REGION": "us-east-1",
         "FASTMCP_LOG_LEVEL": "ERROR"
       }
   }

Server name: awslabs.dynamodb-mcp-server

The awslabs.dynamodb-mcp-server manages interactions with Amazon DynamoDB, enabling efficient data storage, retrieval, and manipulation.

{
  "command": "uvx",
  "args": [
    "awslabs.dynamodb-mcp-server@latest"
  ],
  "env": {
    "DDB-MCP-READONLY": "********",
    "AWS_ACCESS_KEY_ID": "********",
    "AWS_SECRET_ACCESS_KEY": "********",
    "AWS_REGION": "********",
    "FASTMCP_LOG_LEVEL": "ERROR"
  }
}

Last updated