Add Modal deployment with OpenRouter integration - #3
Closed
jakemannix wants to merge 1 commit into
Closed
Conversation
Modal Deployment: - modal_app.py: Deploy gateway + UI to Modal serverless platform - Separate images for gateway (with Node.js for npx servers) and UI - Scaledown window (5min) and concurrent request support - Registry configuration via REGISTRY_FILE env var OpenRouter Integration: - Replace server-side Anthropic API key with user-provided OpenRouter key - Client-side localStorage for API key (never persisted server-side) - OpenAI-compatible API integration with OpenRouter - Default model: anthropic/claude-3.5-haiku Registry & Infrastructure: - modal-demo.json: Cloudflare servers (docs, radar) for Modal deployment - .github/workflows/opencode.yml: OpenCode GitHub Actions integration UI Enhancements: - API key input with localStorage persistence - Password-masked input field with link to openrouter.ai/keys - API key injected into HTMX requests via headers - Privacy notice about client-side storage Dependencies: - Add modal>=1.0.0 as optional dependency (modal extra) - UI image uses uv for fast, reproducible installs 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Adds serverless deployment support for the MCP Gateway via Modal, along with OpenRouter integration for user-provided API keys instead of server-side credentials.
Features
Modal Deployment
modal_app.py: Complete Modal deployment with separate gateway and UI imagesREGISTRY_FILEenvironment variableuvOpenRouter Integration
ANTHROPIC_API_KEYwith user-provided OpenRouter keyanthropic/claude-3.5-haikuNew Files
modal_app.pydemo/registries/modal-demo.json.github/workflows/opencode.ymlUI Enhancements
Dependencies
modal>=1.0.0as optional dependency (modalextra)uv sync --extra modalDeployment
Testing
All existing tests pass (204 tests). Modal deployment tested with:
🤖 Generated with Claude Code