For AI agents: a documentation index is available at the root level at /llms.txt and /llms-full.txt. Append /llms.txt to any URL for a page-level index, or .md for the markdown version of any page.
Logo
Join CommunityStart Trading
HomeOverviewDIME UtilityTradingRisk & LiquidationsParadex ChainEcosystemREST APIWebSocket APIAgentic AI HubRelease Notes
HomeOverviewDIME UtilityTradingRisk & LiquidationsParadex ChainEcosystemREST APIWebSocket APIAgentic AI HubRelease Notes
  • Getting Started
    • Overview
  • Local MCP
    • Quickstart guide
    • Prerequisites
    • ChatGPT Desktop
    • Claude Code CLI
    • Claude Desktop
    • Codex CLI
    • Cursor
    • Gemini CLI
    • VS Code (GitHub Copilot)
    • Windsurf
    • Troubleshooting
  • Remote MCP
    • Quickstart guide
    • Railway
    • Render
    • Fly.io
    • AWS Lambda
    • Docker / VPS
  • Paradex-hosted MCP
    • Quickstart guide
    • Claude.ai (Web)
    • ChatGPT Desktop
    • Smithery
    • Other Clients
    • CLI
    • Agentic Skills
  • MCP Reference
    • Resources
    • Tools
    • Prompts
Join CommunityStart Trading
Remote MCP

AWS Lambda

Serverless deployment with no idle cost that scales automatically.
Was this page helpful?
Edit this page
Previous

Docker / VPS

Run on any machine that can serve HTTPS — a DigitalOcean Droplet, Hetzner VPS, etc.

Next
Built with

The repo ships Dockerfile.aws which bundles the Lambda Web Adapter so no Lambda-specific code is needed.

See the AWS Lambda section in the README for the full walkthrough.

Key differences vs. the other options:

  • Set MCP_STATELESS=true (required for Lambda, skip for all other options).
  • Use Dockerfile.aws, not Dockerfile.
  • Lambda Function URL invoke mode must be RESPONSE_STREAM.

Once deployed, paste your Lambda Function URL into your AI client’s MCP settings. See the Remote MCP quickstart for client-specific instructions.