← Back to Plugins
MCP Server MCP

AWS CLI MCP Server

github By github 👁 1 views ▲ 0 votes

Python MCP server for AWS CLI inspection and operations

Homepage Verified source GitHub

Install

uvx mdev-aws-mcp-server

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "pypi",
      "registryBaseUrl": "https://pypi.org",
      "identifier": "mdev-aws-mcp-server",
      "version": "0.1.2",
      "runtimeHint": "uvx",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "Default AWS region",
          "default": "us-east-1",
          "name": "AWS_REGION"
        },
        {
          "description": "AWS credentials profile",
          "default": "default",
          "name": "AWS_PROFILE"
        },
        {
          "description": "Working directory for file operations",
          "default": "/tmp/aws-mcp-work",
          "name": "AWS_MCP_WORKING_DIR"
        },
        {
          "description": "Emit warnings for destructive-looking operations",
          "default": "true",
          "name": "AWS_MCP_REQUIRE_CONFIRMATION"
        },
        {
          "description": "Application log level",
          "default": "INFO",
          "name": "AWS_MCP_LOG_LEVEL"
        }
      ]
    }
  ]
}
mcp model-context-protocol pypi

Comments

Sign in to leave a comment

Loading comments...