-
Notifications
You must be signed in to change notification settings - Fork 3k
Expand file tree
/
Copy path.env.example
More file actions
35 lines (28 loc) · 790 Bytes
/
Copy path.env.example
File metadata and controls
35 lines (28 loc) · 790 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
34
35
# Context7 API
CONTEXT7_API_KEY=
CONTEXT7_API_URL=https://context7.com/api
# MCP HTTP server
RESOURCE_URL=
OAUTH_AUTH_SERVER_URL=
OAUTH_JWKS_URL=
EMA_ISSUER=
AUTH_SERVER_URL=
OPENAI_APPS_CHALLENGE_TOKEN=
# Exact values assigned to the Context7 Vercel Marketplace product.
VERCEL_MARKETPLACE_OIDC_ISSUER=
VERCEL_MARKETPLACE_OIDC_AUDIENCE=
# Required for hosted HTTP deployments. Must match context7.com.
MCP_CLIENT_IP_ASSERTION_KEY=
# Maximum concurrent MCP notification subscriptions per process. Context7's
# advertised capabilities are static, so subscriptions are disabled by default.
MCP_MAX_SUBSCRIPTIONS=0
# Network / certificates
HTTPS_PROXY=
NODE_EXTRA_CA_CERTS=
# GitHub integration
GITHUB_TOKEN=
GH_TOKEN=
# CLI behavior
CLAUDE_CONFIG_DIR=
CTX7_TELEMETRY_DISABLED=
EDITOR=