Ecommerce Developer Stack for Continue
Configuration
mcpServers:
- name: shopify-mcp
command: npx
args:
- -y
- @shopify/dev-mcp
env:
SHOPIFY_ACCESS_TOKEN: YOUR_SHOPIFY_ACCESS_TOKEN
SHOPIFY_STORE_DOMAIN: YOUR_SHOPIFY_STORE_DOMAIN
- name: stripe-mcp
command: npx
args:
- -y
- @stripe/mcp
- --tools=all
env:
STRIPE_SECRET_KEY: YOUR_STRIPE_SECRET_KEY
- name: supabase-mcp
command: npx
args:
- -y
- @supabase/mcp-server-supabase
env:
SUPABASE_ACCESS_TOKEN: YOUR_SUPABASE_ACCESS_TOKEN
- name: vercel-mcp
command: npx
args:
- -y
- vercel-mcp
env:
VERCEL_API_TOKEN: YOUR_VERCEL_API_TOKEN
- name: context7-mcp
command: npx
args:
- -y
- @upstash/context7-mcpWhere to save
Paste the config above into:
~/.continue/config.yamlEnvironment Variables
Replace the YOUR_ placeholders with your actual values.
SHOPIFY_ACCESS_TOKENrequiredShopify Admin API access token
Used by: Shopify MCP
SHOPIFY_STORE_DOMAINrequiredYour Shopify store domain (e.g. my-store.myshopify.com)
Used by: Shopify MCP
STRIPE_SECRET_KEYrequiredStripe secret API key
Used by: Stripe MCP
SUPABASE_ACCESS_TOKENrequiredSupabase personal access token
Used by: Supabase MCP
VERCEL_API_TOKENrequiredVercel API token
Used by: Vercel MCP
What’s in this stack
Interact with Shopify Admin GraphQL API to manage products, orders, customers, inventory, and store data from your AI editor.
Manage products, collections, orders, and storefront themes directly from your AI editor. The core of your ecommerce workflow.
Integrate Stripe APIs for payments, subscriptions, customers, and invoices directly from your AI editor using the official Stripe agent toolkit.
Payment processing, subscription management, and revenue reporting. Build checkout flows and debug payment issues in context.
Query your Supabase database, manage tables, run migrations, deploy edge functions, and manage branches directly from your AI editor.
Customer data, inventory tracking, and real-time order updates. A full backend without building your own API layer.
Connect to the Vercel API to manage deployments, projects, domains, and environment variables from your AI editor.
Deploy headless storefronts instantly. Preview branches for A/B testing pricing pages and checkout flows.
Pull up-to-date documentation and code examples for any library directly into your prompt context using the Context7 API.
Up-to-date docs for Shopify Liquid, Stripe API, Next.js Commerce, and any library in your ecommerce stack.