Skip to content
Windsurf

s3 for Windsurf

com.pulsemcp/s3

MCP server for AWS S3 with fine-grained tool control and S3-compatible endpoint support.

client:Windsurf transport:stdio runtime:npm

Install s3 in Windsurf

~/.codeium/windsurf/mcp_config.json · windows: %USERPROFILE%\.codeium\windsurf\mcp_config.json

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

{
  "mcpServers": {
    "s3": {
      "command": "npx",
      "args": [
        "-y",
        "s3-aws-mcp-server"
      ],
      "env": {
        "AWS_ACCESS_KEY_ID": "<AWS_ACCESS_KEY_ID>",
        "AWS_SECRET_ACCESS_KEY": "<AWS_SECRET_ACCESS_KEY>",
        "AWS_REGION": "<AWS_REGION>",
        "AWS_ENDPOINT_URL": "<AWS_ENDPOINT_URL>",
        "S3_FORCE_PATH_STYLE": "<S3_FORCE_PATH_STYLE>",
        "S3_BUCKET": "<S3_BUCKET>",
        "S3_ENABLED_TOOLGROUPS": "<S3_ENABLED_TOOLGROUPS>",
        "S3_ENABLED_TOOLS": "<S3_ENABLED_TOOLS>",
        "S3_DISABLED_TOOLS": "<S3_DISABLED_TOOLS>",
        "SKIP_HEALTH_CHECKS": "<SKIP_HEALTH_CHECKS>"
      }
    }
  }
}

Global only — Windsurf has no per-project MCP config. Refresh Cascade after saving. Windsurf docs

s3 in other clients