Set up Siren MCP with Amazon Q CLI for AI-powered command line workflows
q configure mcp add-server siren \ --command "npx" \ --args "-y,@trysiren/mcp,--tools=all,--api-key=YOUR_SIREN_API_KEY"
YOUR_SIREN_API_KEY
--tools
all
q configure mcp list-servers
q mcp execute siren messaging.send --help
q mcp execute siren messaging.send \ --channel email \ --to user@example.com \ --subject "Test from Amazon Q CLI" \ --body "This is a test message sent via Amazon Q CLI"
Was this page helpful?