env.local-api.example•620 B
# Local (API key) — simplest flow
PORT=3040
NODE_ENV=development
LOG_LEVEL=info
MCP_VERSION=0.1.0
MCP_PROTOCOL_VERSION=2025-06-18
# Forward relevant incoming auth headers to tools
MCP_ACCEPT_HEADERS="authorization,x-api-key,x-auth-token"
# No OAuth discovery/challenges in this mode
AUTH_ENABLED=false
AUTH_REQUIRE_RS=false
AUTH_ALLOW_LINEAR_BEARER=true
# Provide your Linear Personal Access Token
LINEAR_API_KEY=replace_with_your_linear_pat
# Limits (optional)
RPS_LIMIT=10
CONCURRENCY_LIMIT=5
# Optional: local persistence for RS↔Linear mappings (not used in this mode)
RS_TOKENS_FILE=.data/rs_tokens.json