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.

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

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

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.

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.

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

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

Server name: awslabs.dynamodb-mcp-server

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

Last updated