-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env.mcp.example
More file actions
56 lines (41 loc) · 1.49 KB
/
.env.mcp.example
File metadata and controls
56 lines (41 loc) · 1.49 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
# MCP Server Credentials
# Copy this file to .env.mcp and fill in your API keys
# Usage: docker compose -f docker-compose.yml -f docker-compose.mcp.yml --env-file .env.mcp --profile mcp up
# ===== Slack =====
SLACK_BOT_TOKEN=xoxb-your-slack-bot-token
SLACK_TEAM_ID=T00000000
# ===== Notion =====
NOTION_API_KEY=ntn_your-notion-api-key
# ===== Linear =====
LINEAR_API_KEY=lin_api_your-linear-api-key
# ===== Figma =====
FIGMA_ACCESS_TOKEN=figd_your-figma-token
# ===== HubSpot =====
HUBSPOT_ACCESS_TOKEN=pat-na1-your-hubspot-token
# ===== Atlassian (Jira/Confluence) =====
ATLASSIAN_API_TOKEN=your-atlassian-api-token
ATLASSIAN_URL=https://yourteam.atlassian.net
# ===== Asana =====
ASANA_ACCESS_TOKEN=1/your-asana-access-token
# ===== Intercom =====
INTERCOM_ACCESS_TOKEN=your-intercom-access-token
# ===== Snowflake =====
SNOWFLAKE_ACCOUNT=your-account.region
SNOWFLAKE_USER=your-username
SNOWFLAKE_PASSWORD=your-password
# ===== BigQuery =====
# Path to your Google Cloud service account JSON key file
GCP_CREDENTIALS_PATH=./secrets/gcp-credentials.json
# ===== Microsoft 365 =====
MS365_CLIENT_ID=your-azure-ad-client-id
MS365_CLIENT_SECRET=your-azure-ad-client-secret
# ===== Box =====
BOX_CLIENT_ID=your-box-client-id
BOX_CLIENT_SECRET=your-box-client-secret
# ===== Amplitude =====
AMPLITUDE_API_KEY=your-amplitude-api-key
# ===== Canva =====
CANVA_ACCESS_TOKEN=your-canva-access-token
# ===== Databricks =====
DATABRICKS_HOST=https://your-workspace.cloud.databricks.com
DATABRICKS_TOKEN=dapiXXXXXXXXXXXXXXXX