A production-grade [Model Context Protocol (MCP)](https://modelcontextprotocol.io) server for AWS. Connect AI assistants to your AWS infrastructure
A production-grade Model Context Protocol (MCP) server for AWS. Connect AI assistants to your AWS infrastructure and manage it through natural conversation. That is what the aws sage mcp server brings to an AI assistant: the same capability, reachable through the Model Context Protocol rather than a separate app or dashboard.
Installation goes through your MCP client rather than a global install: point it at git on PyPI and it is fetched when the client starts. The copy-paste blocks for Claude Desktop, Claude Code and Cursor are further down this page.
The server publishes 4 tools. What each one is for:
Prerequisites — The Prerequisites tool exposed by this serverCursor — The Cursor tool exposed by this serverWindsurf — The Windsurf tool exposed by this serverSetup — The Setup tool exposed by this serverConfiguration is passed through the environment: AWS_PROFILE, AWS_DEFAULT_REGION, AWS_SAGE_LOCALSTACK_HOST. Treat anything key-shaped as a real credential — scope it to the minimum the server needs, and rotate it if it ever lands in a shared config.
~/.aws/credentials or ~/.aws/config) - Any MCP-compatible client (see Compatible Clients above)Plenty of cloud and infrastructure servers cover similar ground. The differences that matter in practice are scope of access and how much setup stands between you and a working tool call. Aws Sage's toolset — Prerequisites, Cursor, Windsurf and 1 more — is a fair guide to whether it matches your workflow. It is maintained by arunsanna; worth a glance at recent repository activity before you build anything load-bearing on it.
SyncDev reviews every entry in this directory against the project's own documentation before publishing, and revisits them as servers change.
| Tool | What it does |
|---|---|
| Prerequisites | The Prerequisites tool exposed by this server. |
| Cursor | The Cursor tool exposed by this server. |
| Windsurf | The Windsurf tool exposed by this server. |
| Setup | The Setup tool exposed by this server. |
{
"mcpServers": {
"aws-sage": {
"command": "uvx",
"args": ["git"],
"env": {
"AWS_PROFILE": "your-value",
"AWS_DEFAULT_REGION": "your-value",
"AWS_SAGE_LOCALSTACK_HOST": "your-value"
}
}
}
}Add to claude_desktop_config.json, then restart Claude Desktop.
~/.aws/credentials or ~/.aws/config) - Any MCP-compatible client (see Compatible Clients above)| Variable | Description | Required |
|---|---|---|
| AWS_PROFILE | Configuration value read at startup. | Optional |
| AWS_DEFAULT_REGION | Configuration value read at startup. | Optional |
| AWS_SAGE_LOCALSTACK_HOST | Endpoint or connection string the server talks to. | Optional |
Manage your whole Supabase project in conversation — database, auth, storage, Edge Functions and branches.
Stop letting your assistant hallucinate n8n node parameters — this server hands it the real schemas, templates and validation.
AWS Labs' official server suite — current AWS docs, CDK guidance, cost analysis and service tools.
Cloud browsers for AI agents — automation sessions that run in Browserbase's fleet, not on your machine.
Workers, KV, R2 and D1 by conversation — Cloudflare's official remote servers for building and observability.
Dashboards, Prometheus and Loki queries, incidents and alerts — observability by conversation.