-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy path.env.template
More file actions
41 lines (34 loc) Β· 2.05 KB
/
.env.template
File metadata and controls
41 lines (34 loc) Β· 2.05 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
# .env.template β Environment variables for /coord system
# Copy to .env and fill in your values.
# β οΈ NEVER commit .env or credential files to version control!
# ββ MCP: Tavily Web Search ββββββββββββββββββββββββββββββββββββ
# Required for Research phase (Step 3 of /coord)
# Get your API key at: https://app.tavily.com
TAVILY_API_KEY=your_tavily_api_key_here
# ββ MCP: 21st.dev Magic (UI Components) ββββββββββββββββββββββ
# Optional β for frontend UI component generation
# Get your API key at: https://21st.dev
TWENTY_FIRST_API_KEY=your_21st_dev_api_key_here
# ββ MCP: Morph (bulk code edits) βββββββββββββββββββββββββββββ
# Optional β for pattern-based multi-file code transformations
# Get your API key at: https://morph.so
MORPH_API_KEY=your_morph_api_key_here
# ββ MCP: Sequential Thinking Server path βββββββββββββββββββββ
# Path to local sequential thinking MCP server
# Clone from: https://github.com/modelcontextprotocol/servers
SEQUENTIAL_THINKING_SERVER_PATH=/path/to/sequential/server.py
# ββ MCP: Memory Server path ββββββββββββββββββββββββββββββββββ
# Optional local memory server for persistent context
MEMORY_SERVER_PATH=/path/to/memory/server.py
MEMORY_DATA_PATH=/path/to/data/memory
# ββ Gmail Draft (for email features) βββββββββββββββββββββββββ
# OAuth2 credentials for Gmail API
# Download credentials.json from Google Cloud Console
GMAIL_CREDENTIALS_PATH=./credentials.json
GMAIL_TOKEN_PATH=./token.pickle
GMAIL_FROM=your_email@gmail.com
# ββ Graphiti Memory (optional, advanced) βββββββββββββββββββββ
# For domain knowledge graph storage across sessions
# See: https://github.com/getzep/graphiti
GRAPHITI_API_KEY=
GRAPHITI_BASE_URL=http://localhost:7474