aws-azure-mcp-infra-server

joshphillis/aws-azure-mcp-infra-server
★ 0 stars Python 🤖 AI/LLM Updated 1d ago
MCP server exposing AWS/Azure infrastructure tools and AI agent memory/task management via the Model Context Protocol
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "aws-azure-mcp-infra-": {
      "command": "uvx",
      "args": [
        "aws-azure-mcp-infra-server"
      ]
    }
  }
}

Or install with pip: pip install aws-azure-mcp-infra-server