alexa-submit

daggerstuff/alexa-submit
★ 0 stars Python Browser/Web Updated today
Clinical Conversation Coach for Alexa+ — scenario-based clinical communication simulator exposed as a self-hosted MCP server over Streamable HTTP for the Amazon AppDev 2026 hackathon
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

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

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "alexa-submit": {
      "command": "uvx",
      "args": [
        "alexa-submit"
      ]
    }
  }
}

Or install with pip: pip install alexa-submit