Overview
Overview
Quick Deployment Options
Option 1: Docker (Recommended)
# Pull from ECR Public
docker pull public.ecr.aws/r4g1k2s3/vcon-dev/vcon-mcp:main
# Run container
docker run -d -p 3000:3000 \
-e SUPABASE_URL=your-url \
-e SUPABASE_SERVICE_ROLE_KEY=your-service-role-key \
-e SUPABASE_ANON_KEY=your-anon-key \
-e MCP_HTTP_STATELESS=true \
public.ecr.aws/r4g1k2s3/vcon-dev/vcon-mcp:mainOption 2: Node.js Direct
Option 3: Kubernetes
Documentation Sections
Prerequisites
System Requirements
Minimum
Recommended
Environment Variables
Tool Categories for Deployment
Deployment Profiles
Profile
Categories
Use Case
Configuration Options
Example: Read-Only Deployment
Example: User-Facing with Restricted Delete
Health Checks
Monitoring
Next Steps
Last updated