forked from sethdford/mcp-nodejs-atlassian
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathenv.example
More file actions
33 lines (25 loc) · 1006 Bytes
/
env.example
File metadata and controls
33 lines (25 loc) · 1006 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
26
27
28
29
30
31
32
33
# MCP Atlassian Configuration
# Copy this file to .env and fill in your credentials
# === MANUAL API TOKEN SETUP ===
# Alternative to OAuth setup wizard (npm run oauth-setup)
# Atlassian Cloud
CONFLUENCE_URL=https://your-company.atlassian.net/wiki
CONFLUENCE_USERNAME=your.email@company.com
CONFLUENCE_API_TOKEN=your_api_token
JIRA_URL=https://your-company.atlassian.net
JIRA_USERNAME=your.email@company.com
JIRA_API_TOKEN=your_api_token
# Atlassian Server/Data Center (uncomment if needed)
# CONFLUENCE_URL=https://confluence.your-company.com
# CONFLUENCE_PERSONAL_TOKEN=your_personal_token
# JIRA_URL=https://jira.your-company.com
# JIRA_PERSONAL_TOKEN=your_personal_token
# === OPTIONAL CONFIGURATION ===
# Limit access to specific spaces/projects
# CONFLUENCE_SPACES_FILTER=DEV,TEAM,DOC
# JIRA_PROJECTS_FILTER=PROJ,DEV,SUPPORT
# Security and operation modes
# READ_ONLY_MODE=true
# MCP_VERBOSE=true
# Limit available tools (comma-separated)
# ENABLED_TOOLS=confluence_search,jira_search_issues