Developer CLI で Model Context Protocol (MCP) のサポートを開始 AWSサービスアップデート https://aws.amazon.com/jp/about-aws/whats-new/2025/04/amazon-q-developer-cli-model-context-protocol/ https://aws.amazon.com/jp/about-aws/whats-new/2025/04/amazon-q-developer-cli-model-context-protocol/ ◼設定ファイル例 { "mcpServers": { "postgres": { "command": "npx", "args": [ "-y", "@modelcontextprotocol/server-postgres", "postgresql://USERNAME:PASSWORD@HOST:5432/DBNAME" ] } } }