Skip to content

Releases: arunsanna/aws-sage-mcp

v1.0.3 - Multi-Client Configuration Guide

18 Dec 03:41
90f9e41

Choose a tag to compare

Multi-Client Configuration Guide

Added detailed configuration examples for all supported MCP clients:

Clients Documented

Client Config Location
Claude Desktop OS-specific paths
Claude Code CLI, .mcp.json, ~/.claude.json
Cursor ~/.cursor/mcp.json
Cline cline_mcp_settings.json
Windsurf ~/.codeium/windsurf/mcp_config.json
Zed settings.json (context_servers)
VS Code .vscode/mcp.json
Docker Universal config for all clients

Example (Cursor)

{
  "mcpServers": {
    "aws-sage": {
      "command": "python",
      "args": ["-m", "aws_sage.server"],
      "env": {
        "AWS_PROFILE": "default"
      }
    }
  }
}

Full Changelog: v1.0.2...v1.0.3

v1.0.2 - Compatible Clients & References

18 Dec 03:24
2140571

Choose a tag to compare

Compatible Clients & References

New in README

Compatible Clients Table

Client Status
Claude Desktop ✅ Full Support
Claude Code ✅ Full Support
Cursor ✅ Full Support
Cline ✅ Full Support
Windsurf ✅ Full Support
Zed ✅ Full Support
VS Code + Copilot ⏳ Planned

References Section

  • Model Context Protocol Specification (Anthropic, 2024)
  • MCP Ecosystem: 5,800+ servers, 97M monthly SDK downloads
  • AWS Labs MCP Servers
  • FastMCP Framework
  • LocalStack

Full Changelog: v1.0.1...v1.0.2

v1.0.1 - Documentation & Cleanup

18 Dec 02:49
ad8c184

Choose a tag to compare

Documentation & Cleanup Release

Improvements

  • 📚 Cleaner README with version badges
  • ✅ Clarified that Claude Desktop runs server automatically
  • 🔧 Fixed install instructions (regular vs editable install)
  • 📁 Reorganized LocalStack docs to Development section
  • 🗺️ Updated roadmap with v1.0.0 features

Cleanup

  • Removed old aws_mcp.egg-info
  • Removed obsolete requirements.txt
  • Removed intermediate article drafts
  • Consolidated hero images to single 16:9 version
  • Updated .gitignore for cache directories

No Code Changes

This release focuses on documentation and repository hygiene only.


Full Changelog: v1.0.0...v1.0.1

AWS Sage v1.0.0 - Initial Release

18 Dec 02:08
2d5ad02

Choose a tag to compare

AWS Sage v1.0.0

🎉 Initial Release - A production-grade MCP server for AWS with cross-service intelligence.

Highlights

30 Intelligent Tools

  • Cross-Service Discovery: Find resources across all AWS services with a single query
  • Dependency Mapping: Understand what resources depend on each other
  • Impact Analysis: Know what breaks before you delete
  • Incident Investigation: Automated troubleshooting workflows
  • Cost Analysis: Find idle resources, get rightsizing recommendations

Enterprise Safety

  • 3-tier safety modes (READ_ONLY, STANDARD, UNRESTRICTED)
  • 70+ always-blocked critical operations
  • Audit logging and confirmation workflows

Developer Experience

  • Natural language queries
  • LocalStack integration for local development
  • Multi-account support via STS AssumeRole
  • Docker support with compose

Installation

git clone https://github.com/arunsanna/aws-sage
cd aws-sage
pip install -e .

See README for Claude Desktop configuration.

What's Included

  • 30 MCP tools across 10 categories
  • 145 unit tests
  • Docker + docker-compose support
  • Comprehensive documentation
  • Publication-ready article with diagrams

Links