-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy path.env.example
More file actions
67 lines (51 loc) · 2.26 KB
/
.env.example
File metadata and controls
67 lines (51 loc) · 2.26 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
# Fusengine Plugins - Environment Variables
# Copy to .env and fill in your API keys
# Claude Code loads .env automatically
# ============================================
# REQUIRED - Core MCP servers
# ============================================
# Context7 MCP - Up-to-date documentation lookup
# Get your key at: https://context7.com
CONTEXT7_API_KEY=ctx7sk-your-key-here
# Exa MCP - AI-powered web search and code context
# Get your key at: https://exa.ai
EXA_API_KEY=your-exa-key-here
# 21st.dev Magic MCP - AI UI component generation
# Get your key at: https://21st.dev
MAGIC_API_KEY=your-magic-key-here
# Gemini Design MCP - AI frontend generation (Tailwind, shadcn)
# Get your key at: https://gemini-design-mcp.com (free: 20K tokens/month)
GEMINI_DESIGN_API_KEY=your-gemini-design-key-here
# ============================================
# OPTIONAL - Additional MCP servers
# ============================================
# GitHub MCP - Repos, PRs, issues, commits
# Get your token at: https://github.com/settings/tokens
# Required scopes: repo, read:org
GITHUB_TOKEN=ghp_your-token-here
# Brave Search MCP - Private web search
# Get your key at: https://brave.com/search/api
BRAVE_API_KEY=your-brave-key-here
# Supabase MCP - Database, auth, storage
# Get your token at: https://supabase.com/dashboard/account/tokens
SUPABASE_ACCESS_TOKEN=sbp_your-token-here
# Notion MCP - Pages, databases, knowledge base
# Get your token at: https://www.notion.so/my-integrations
NOTION_TOKEN=secret_your-token-here
# Slack MCP - Messages, channels, workspace
# Get your token at: https://api.slack.com/apps
SLACK_TOKEN=xoxb-your-token-here
# Stripe MCP - Payments, invoices, customers
# Get your key at: https://dashboard.stripe.com/apikeys
STRIPE_SECRET_KEY=sk_test_your-key-here
# Sentry MCP - Error tracking and debugging
# Get your token at: https://sentry.io/settings/auth-tokens
SENTRY_AUTH_TOKEN=sntrys_your-token-here
# Replicate MCP - Run 1000+ AI models
# Get your token at: https://replicate.com/account/api-tokens
REPLICATE_API_TOKEN=r8_your-token-here
# ============================================
# DATABASE - For postgres MCP server
# ============================================
# PostgreSQL connection string (optional)
# DATABASE_URL=postgresql://user:password@localhost:5432/dbname