Skip to content

AWS CLI MCP Server for Zed

io.github.musaddiq-dev/aws-cli-mcp-server

Python MCP server for AWS CLI inspection and operations

client:Zed transport:stdio runtime:pypi

Install AWS CLI MCP Server in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "context_servers": {
    "aws-cli-mcp-server": {
      "command": "uvx",
      "args": [
        "mdev-aws-mcp-server"
      ],
      "env": {
        "AWS_REGION": "<AWS_REGION>",
        "AWS_PROFILE": "<AWS_PROFILE>",
        "AWS_MCP_WORKING_DIR": "<AWS_MCP_WORKING_DIR>",
        "AWS_MCP_REQUIRE_CONFIRMATION": "<AWS_MCP_REQUIRE_CONFIRMATION>",
        "AWS_MCP_LOG_LEVEL": "<AWS_MCP_LOG_LEVEL>"
      }
    }
  }
}

Merge this into your existing settings object — do not replace the file. Zed docs

AWS CLI MCP Server in other clients