-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy path.env.example
More file actions
25 lines (20 loc) · 999 Bytes
/
.env.example
File metadata and controls
25 lines (20 loc) · 999 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
# GitHub Personal Access Token (Required for MCP Manager)
# Scope: repo, read:org, read:packages
GITHUB_PERSONAL_ACCESS_TOKEN=
# GitHub Enterprise Host (Optional, defaults to github.com)
# For GitHub Enterprise Server, use your domain (e.g., github.mycompany.com)
GITHUB_HOST=github.com
# GitHub MCP Mode (Optional, defaults to "docker")
# - docker: Use local Docker container (Default, works without Copilot subscription)
# - remote: Use GitHub-hosted MCP server (Requires GitHub Copilot subscription)
GITHUB_MCP_MODE=docker
# GitHub Toolsets (Optional, only used in docker mode)
# Available: repos, issues, pull_requests, actions, code_security, discussions
# Example: GITHUB_TOOLSETS=repos,issues,pull_requests,actions
GITHUB_TOOLSETS=
# Context7 API Key (Required for Context7 MCP tool)
CONTEXT7_API_KEY=
# Cloudflare MCP (Optional)
# Enable with true to show Cloudflare MCP tools in MCP Manager
enable_cloudflare_mcp=true
# Cloudflare MCP uses OAuth during install; no API token required.