AWS CLI MCP Server for Windsurf
io.github.musaddiq-dev/aws-cli-mcp-server
Python MCP server for AWS CLI inspection and operations
client:Windsurf
transport:stdio
runtime:pypi
Install AWS CLI MCP Server in Windsurf
~/.codeium/windsurf/mcp_config.json · windows: %USERPROFILE%\.codeium\windsurf\mcp_config.json
{
"mcpServers": {
"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>"
}
}
}
}
Global only — Windsurf has no per-project MCP config. Refresh Cascade after saving. Windsurf docs