-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy path.env.example
More file actions
25 lines (20 loc) · 739 Bytes
/
Copy path.env.example
File metadata and controls
25 lines (20 loc) · 739 Bytes
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
# Which front-end to launch: terminal (default), telegram, slack, whatsapp
MEMCLAW_PLATFORM=telegram
# Required for embeddings and image descriptions
OPENAI_API_KEY=your-openai-key
# Required for the Claude agent (interactive mode + /ask command)
ANTHROPIC_API_KEY=your-anthropic-key
# AGENT_BACKEND=claude
# Required for Cursor agent
# AGENT_BACKEND=cursor
# CURSOR_API_KEY=your-cursor-api-key
# CURSOR_MODEL=composer-2.5
# MEMCLAW_MCP_PORT=17373
# Telegram bot settings
TELEGRAM_BOT_TOKEN=your-telegram-bot-token
ALLOWED_USER_IDS=123456789,987654321
# Slack bot settings
SLACK_BOT_TOKEN=xoxb-your-bot-token
SLACK_APP_TOKEN=xapp-your-app-level-token
SLACK_ALLOWED_CHANNELS=C01ABCDEF,C02GHIJKL
SLACK_ALLOWED_USERS=U01ABCDEF,U02GHIJKL