crew-cloud

Configure official AWS and Azure MCP servers with scoped read-only credentials per repository.

2|Updated Jul 28, 2026
One-click install
npx skills add https://github.com/mbadali25/useful-claude-add-ons --skill crew-cloud-mbadali25
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: crew-cloud
Source: https://github.com/mbadali25/useful-claude-add-ons/tree/main/plugin/crew/skills/crew-cloud
Command: npx skills add https://github.com/mbadali25/useful-claude-add-ons --skill crew-cloud-mbadali25

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? Connecting AI agents to cloud accounts through MCP servers risks exposing admin-level credentials, and this Skill guides safe configuration of the official AWS and Azure MCP servers with properly scoped access. ## Core Features & Use Cases - Risk-first credential guidance: Enforces dedicated read-only profiles pointed at non-production accounts before any account-reaching server is added. - AWS MCP setup: Installs documentation and pricing servers (no credentials needed) plus account-reaching API and IaC servers via uvx, with notes on the consolidated AWS MCP Server and Agent Toolkit. - Azure MCP setup: Configures the single @azure/mcp server covering 40+ services via npx, with Entra ID authentication prerequisites. - Use Case: A team wants their planning agent to look up AWS pricing and query a dev Azure subscription. Use this Skill to add the risk-free docs servers first, scope a read-only profile, and write the servers into the repo's .mcp.json. ## Quick Start Set up the AWS documentation and Azure MCP servers for this repo with a read-only credential profile.

Frequently Asked Questions about crew-cloud

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I set up the AWS MCP server for Claude Code?

Install individual servers with uvx, for example claude mcp add aws-docs uvx awslabs.aws-documentation-mcp-server@latest. Start with the documentation and pricing servers, which need no credentials, before adding account-reaching servers like aws-api or aws-iac.

How do I add the Azure MCP server to Claude Code?

Run claude mcp add azure-mcp -- npx -y @azure/mcp@latest server start, which covers 40+ Azure services. Authenticate with az login first, since the server uses your Entra ID identity and fails confusingly when unauthenticated.

Is it safe to give an AI agent access to my AWS account?

Only with a dedicated read-only profile pointed at a non-production account, since MCP servers inherit your full credential chain. There is no read-only flag; the credential itself is the boundary, so never use an admin or production profile.

Should MCP servers be configured globally or per repository?

Scope them per repository in .mcp.json so only repos that deploy to that cloud get the tools. Fewer available tools reduces blast radius and improves tool-selection accuracy in agent sessions.

Why does my Azure MCP server fail after adding it?

The most common cause is missing authentication: run az login before starting the server. Also check the config key, since Claude Code uses mcpServers while Visual Studio and VS Code use servers.