Skip to content

Environment variable descriptions (raw)

5,575 distinct values, measured against 24,693 published entries.

Value Entries Share
CODEMAP_CACHE_DIR=Path to a shared baseline cache directory. When set, index.ensure_baseline checks the cache before running a full Roslyn build — useful on CI or shared machines. 1 0.0 %
CODEMESH_PROJECT_ROOT=Absolute path to the local codebase to index 1 0.0 %
CODEOFPAPER_API_URL=Override the API base URL (default https://api.codeofpaper.com). 1 0.0 %
CODETOIMAGE_API_KEY=API key from https://codetoimage.app/dashboard/keys (starts with cti_live_…). Sandbox tier is free. · CODETOIMAGE_API_URL=Override the API base URL. Defaults to https://api.codetoimage.app. 1 0.0 %
CODEXA_MCP_STRUCTURED_BUDGET_BYTES=Optional structured-result byte budget override for hosts with small MCP result limits. 1 0.0 %
CODEX_API_KEY=OpenAI API key (leave unset to inherit from parent process) · CODEX_APPEND_INSTRUCTIONS=Additional instructions appended to the default · CODEX_APPROVAL_POLICY=Approval: never, on-failure, on-request, untrusted · CODEX_FACTORY_ONLY=Set to true to expose only the factory wizard tool · CODEX_MODEL=Model: gpt-5-codex, o3, codex-1, or full ID · CODEX_SANDBOX_MODE=Sandbox: read-only, workspace-write, danger-full-access · CODEX_TOOL_NAME=Tool name prefix (default: codex) 1 0.0 %
CODEX_CLI_PATH=Path to the codex CLI binary. Defaults to 'codex' on PATH. · CODEX_DEFAULT_MODEL=Default Codex model for codex/query/search. · CODEX_FALLBACK_MODEL=Model to use when the primary model hits a quota error. · CODEX_MAX_CONCURRENT=Maximum concurrent Codex CLI subprocesses (default 3). · CODEX_MCP_SERVERS=Controls which MCP servers from ~/.codex/config.toml stay enabled inside the Codex subprocess. Empty/unset disables all non-required servers; 'inherit' passes config through; comma-separated names (e.g. 'serena,github') enables those; values starting with '{' or '[' are raw TOML. 1 0.0 %
CODEX_MAX_SESSIONS=Maximum concurrent sessions (default: 50) · CODEX_MCP_CWD=Override working directory for all tool calls · CODEX_SESSION_TTL_MS=Session time-to-live in milliseconds (default: 86400000 = 24h) 1 0.0 %
CODE_INDEX_DB=Path to the SQLite index database. Defaults to .claude/index.db relative to the working directory. · CODE_INDEX_EMBEDDER=Embedder backend. Only 'jina' (local jina-embeddings-v2-base-code via sentence-transformers) is supported; the variable exists for future expansion. · CODE_INDEX_EMBED_BATCH=Encode batch size (default 32). Lower (e.g. 8 or 4) to reduce peak memory if the GPU OOMs on large files. · CODE_INDEX_EMBED_DEVICE=Torch device override: 'cpu', 'mps', or 'cuda'. Unset = auto-detect. Set 'cpu' to avoid Apple-Silicon MPS out-of-memory errors. · CODE_INDEX_EMBED_DIM=Embedding dimension. Defaults to 768 (matches jina-embeddings-v2-base-code). Must match the model's output dim. · CODE_INDEX_EMBED_MODEL=HuggingFace model id. Defaults to 'jinaai/jina-embeddings-v2-base-code'. Override only if you know the model is dim-compatible. 1 0.0 %
CODE_MEMORY_LOG_LEVEL=Logging verbosity (DEBUG, INFO, WARNING, ERROR) · EMBEDDING_MODEL=HuggingFace model ID for embeddings 1 0.0 %
COGDEPOT_API_BASE_URL=Optional. Point the server at a non-production cogDepot deployment, e.g. https://staging.api.cogdepot.com. Constrained to https and to cogdepot.com hosts; anything else is refused and the server exits. · COGDEPOT_API_KEY=cogDepot API key. Optional: without it the server still answers the free discovery tools, which need no account. · COGDEPOT_OAUTH_CLIENT_ID=Remote HTTP server only. The app-client id a presented access token's client_id claim must equal. Ignored by the stdio server. · COGDEPOT_OAUTH_ISSUER=Remote HTTP server only. The Cognito user-pool issuer whose access tokens are accepted, e.g. https://cognito-idp.us-east-1.amazonaws.com/us-east-1_XXXX. Set together with the client id and resource, or none. Ignored by the stdio server. · COGDEPOT_OAUTH_RESOURCE=Remote HTTP server only. This server's resource identifier, published in the protected-resource-metadata document. https only. Ignored by the stdio server. · COGDEPOT_OAUTH_SCOPES=Remote HTTP server only. Space- or comma-separated scopes advertised as available, e.g. cogdepot/read cogdepot/trade:finalize. Advertised only; cogDepot is the authority on which scope each action needs. Ignored by the stdio server. 1 0.0 %
COGMEMAI_API_KEY=Your CogmemAi API key from hifriendbot.com/developer/ 1 0.0 %
COGNIGY_API_KEY=Your Cognigy API key (from My Profile → API Keys) · COGNIGY_BASE_URL=Cognigy API base URL (e.g., https://api-trial.cognigy.ai) 1 0.0 %
COGNIRELAY_REPO_ROOT=Path to a durable writable CogniRelay repository root for runtime state. 1 0.0 %
COGNITION_LLM_API_KEY=Optional LLM API key for automatic memory recognition (COGNITION_LLM_API_KEY or ANTHROPIC_API_KEY) 1 0.0 %
COGNOS_API_KEY=API key for the CognOS gateway (optional, leave empty if not required) · COGNOS_BASE_URL=URL of the TrustPlane/CognOS gateway (default: http://127.0.0.1:8788) 1 0.0 %
COGNOS_TRACE_DB=Path to SQLite trace database (default: data/traces.sqlite3) 1 0.0 %
COHERENCE_API_TOKEN=API key from your Coherence workspace (Settings → API Keys). Starts with sk_live_. · COHERENCE_API_URL=API base URL. Defaults to https://api.getcoherence.io/v1. 1 0.0 %
COINBASE_CDP_KEY_NAME=CDP key id of the form organizations/<org>/apiKeys/<id>. Mint at https://portal.cdp.coinbase.com. · COINBASE_CDP_PRIVATE_KEY=PEM-encoded ECDSA P-256 private key downloaded once at mint time from https://portal.cdp.coinbase.com. Pass the full PEM including BEGIN/END lines. 1 0.0 %
COINBASE_COMMERCE_API_KEY=Coinbase Commerce API key. Create one at https://beta.commerce.coinbase.com/settings/security. · COINBASE_COMMERCE_API_VERSION=Coinbase Commerce API version pin (X-CC-Version header). Defaults to 2018-03-22. · COINBASE_COMMERCE_WEBHOOK_SECRET=Shared secret used to verify X-CC-Webhook-Signature on incoming webhooks. Only required for the verify_webhook_signature tool. 1 0.0 %
COINGECKO_API_KEY=Optional CoinGecko Demo API key. Present → sent as the x-cg-demo-api-key header for the dedicated Demo tier (10k/mo, 100 rpm). Absent → keyless public tier. · MCP_AUTH_MODE=Authentication mode to use: 'none', 'jwt', or 'oauth'. · MCP_HTTP_ENDPOINT_PATH=The endpoint path for the MCP server. · MCP_HTTP_HOST=The hostname for the HTTP server. · MCP_HTTP_PORT=The port to run the HTTP server on. · MCP_LOG_LEVEL=Sets the minimum log level for output (e.g., 'debug', 'info', 'warn'). 1 0.0 %
COINRAILZ_API_KEY=API key for paid services 1 0.0 %
COINRAILZ_API_KEY=API key for paid services — get one at https://coinrailz.com/credits 1 0.0 %
COINRITHM_API_KEY=Personal CoinRithm API key (crk_live_…) minted at Profile -> API Keys. Start with a read-only key. · COINRITHM_API_URL=CoinRithm API base URL. Defaults to https://api.coinrithm.com. 1 0.0 %
COINVERSAA_API_KEY=Coinversaa API key (starts with cvsa_). Get one at https://coinversaa.ai/developers 1 0.0 %
COINVOYAGE_API_BASE_URL=Override the API base URL. Defaults to https://api.coinvoyage.io. · COINVOYAGE_API_KEY=Your CoinVoyage public API key. Get one at https://dashboard.coinvoyage.io (Developers section). · COINVOYAGE_API_SECRET=Server-side API secret. Required for SALE/REFUND PayOrders, fee claims, and webhook management. Leave unset if you only need DEPOSIT (merchant invoice) flows. 1 0.0 %
COLAB_MCP_DRIVE_ACCESS=Google Drive access mode: file for minimal access or full for discovering existing notebooks. · COLAB_MCP_GOOGLE_CREDENTIALS=Optional path to the local Google OAuth Desktop client JSON. · COLAB_MCP_GOOGLE_TOKEN=Optional path to the local Google OAuth token JSON. · COLAB_MCP_ROOT=Absolute local directory that bounds notebook file access. 1 0.0 %
COLBER_AUTH_TOKEN=Optional bearer token forwarded to the backend services. Leave empty for unauthenticated local development. · COLBER_BASE_URLS=Optional JSON map of Colber service base URLs. Defaults to local ports 14001/14011/14021/14031/14041/14051. For the hosted Colber API, use api.colber.dev path-based URLs. · COLBER_LOG_LEVEL=pino log level for stderr output (stdout is reserved for MCP JSON-RPC). One of: trace, debug, info, warn, error. Defaults to info. 1 0.0 %
COLPERO_API_BASE=Override the Colpero spatial-api base URL (defaults to the hosted Railway deployment). 1 0.0 %
COLPPY_API_KEY=API key for Colppy · COLPPY_COMPANY_ID=Company identifier 1 0.0 %
COMET_PATH=Custom path to Comet browser executable (optional) · COMET_PORT=Chrome DevTools Protocol port (default: 9223) 1 0.0 %
COMFYUI_DEFAULT_CKPT=Default ComfyUI checkpoint filename for bridge tool (default: sd_xl_base_1.0.safetensors) · COMFYUI_URL=ComfyUI HTTP URL for the generate_and_set_thumbnail bridge tool. When unset, that tool is disabled. · YOUTUBE_CLIENT_ID=Google OAuth 2.0 Client ID (from Google Cloud Console, Desktop app type). See README for setup. · YOUTUBE_CLIENT_SECRET=Google OAuth 2.0 Client Secret. Pair with YOUTUBE_CLIENT_ID. · YOUTUBE_CLIENT_SECRET_FILE=Alternative to CLIENT_ID/CLIENT_SECRET: path to the JSON credentials file downloaded from Google Cloud. · YOUTUBE_TOKEN_FILE=Refresh token storage path. Default: ~/.config/youtube-mcp/token.json 1 0.0 %
COMFYUI_DEFAULT_CKPT=Default ComfyUI checkpoint filename for bridge tools (default: sd_xl_base_1.0.safetensors) · COMFYUI_PUBLIC_URL=Externally-reachable ComfyUI URL (defaults to COMFYUI_URL) · COMFYUI_URL=ComfyUI HTTP URL for bridge tools. When unset, generate_* bridge tools are disabled. · SHOPIFY_ACCESS_TOKEN=Admin API access token (shpat_...). See README for how to create a custom app on a dev store. · SHOPIFY_API_VERSION=Shopify GraphQL Admin API version (default: 2026-04) · SHOPIFY_STORE=Store domain, e.g. 'my-store' or 'my-store.myshopify.com' 1 0.0 %
COMFYUI_DEFAULT_CKPT=Default checkpoint filename. Default: sd_xl_base_1.0.safetensors · COMFYUI_PUBLIC_URL=Externally-reachable ComfyUI URL used in image URLs returned to clients. Set when the internal URL isn't reachable from MCP clients (common with Docker networks). · COMFYUI_URL=ComfyUI HTTP URL used internally by this server. Default: http://127.0.0.1:8188 1 0.0 %
COMFYUI_HOST=ComfyUI API URL (e.g. http://127.0.0.1:8188). Required for execution, queue, outputs. · COMFYUI_KNOWLEDGE_DIR=Path to knowledge directory (default: package knowledge/). Use when MCP runs from different cwd. · COMFYUI_PATH=Path to ComfyUI install. Required for install_custom_node, install_model. 1 0.0 %
COMMAND_TIMEOUT_SECONDS=Timeout in seconds for each dbatools command. Defaults to 60. Allowed range: 5–3600. · DBATOOLS_SAFE_MODE=Set to 'false' to allow write/destructive dbatools operations. Defaults to true (read-only safe mode). · MAX_OUTPUT_ROWS=Maximum number of rows returned per command. Defaults to 100. Allowed range: 1–10000. · PWSH_EXE=Path to the PowerShell executable. Defaults to 'pwsh'. 1 0.0 %
COMMONERSDAO_API_URL=Override the API base URL. Defaults to https://commonersdao.com. Useful for local development. 1 0.0 %
COMMUNE_API_KEY=Your Commune API key (starts with comm_). Get one at https://app.commune.email 1 0.0 %
COMPANIES_HOUSE_API_KEY=Companies House API key · GOOGLE_PLACES_API_KEY=Google Places API key · SUPABASE_SERVICE_ROLE_KEY=Supabase service role key · SUPABASE_URL=Supabase project URL 1 0.0 %
COMPANIES_HOUSE_API_KEY=Companies House API key. Optional — a default key is provided for convenience. Set your own for heavy usage or production workloads. 1 0.0 %
COMPANIES_HOUSE_API_KEY=UK Companies House API key. Required only for GB operations. · DISCLOSURES_USER_AGENT=Descriptive User-Agent with contact info, required by SEC EDGAR (e.g. 'Your Org you@example.com'). SEC_EDGAR_USER_AGENT is also accepted. · EDINET_API_KEY=Japan EDINET API key. Required only for JP document search; JP resolution is keyless. · OPENDART_API_KEY=South Korea OpenDART API key. Required only for KR operations. 1 0.0 %
COMPANIES_HOUSE_API_KEY=Your own API key from developer.company-information.service.gov.uk — free to register 1 0.0 %
COMPANY_CODE=Default tenant as a numeric org code, e.g. "5227" (optional, lowest priority of the three tenant env vars). · COMPANY_TENANT=Default tenant subdomain, e.g. "amdocs" (optional if COMPANY_URL is set or a `tenant` argument is always passed to tools). · COMPANY_URL=Default tenant as a full URL, e.g. "https://amdocs.net.hilan.co.il" (optional if you always pass a `tenant` argument to tools instead). Takes priority over COMPANY_TENANT/COMPANY_CODE. · HILAN_DB_KEY=Database encryption key (only needed if you skip `npx hilan-mcp setup-key`, which stores it in your OS credential store instead). · NODE_EXTRA_CA_CERTS=Path to a CA bundle, only needed on a network with a TLS-intercepting corporate proxy (e.g. "self-signed certificate in certificate chain" errors). 1 0.0 %
COMPANY_DOMAIN=Optional default company domain for queries (e.g. example.com). · SECURITY_SCORECARD_API_TOKEN=SecurityScorecard API token (get one from your SecurityScorecard dashboard). 1 0.0 %
COMPASS_API_KEY=Your ck_live_ key from https://compass.licentium.ai/developers 1 0.0 %
COMPASS_WS_PORT=Override the fetchproxy WebSocket port (default 37149). 1 0.0 %
COMPETE_API_KEY=API key for the target Compete deployment. · COMPETE_REPO=Optional local repository path for privacy-bounded codebase focus summaries. · COMPETE_TIMEOUT_MS=Optional bounded upstream request timeout in milliseconds. · COMPETE_URL=Base URL of the target Compete deployment, including https://. 1 0.0 %
COMPOSER_CONFIG=Path to the composer.yml backend definition file. 1 0.0 %
COMPRABTC_MAX_PER_RUN_USDT=Safety cap per installment in USDT (default 50, pool-depth guard). · COMPRABTC_WALLET_PRIVATE_KEY=Treasury/agent wallet that owns the plan (holds USDT, signs setup txs, receives WBTC). Required only for create/renew/cancel; reads work without it. 1 0.0 %
COMTRADE_SUBSCRIPTION_KEY=Azure API Management key from comtradedeveloper.un.org. Optional — without it, tools fall back to the public preview endpoint (500-record cap). · MCP_AUTH_MODE=Authentication mode to use: 'none', 'jwt', or 'oauth'. · MCP_HTTP_ENDPOINT_PATH=The endpoint path for the MCP server. · MCP_HTTP_HOST=The hostname for the HTTP server. · MCP_HTTP_PORT=The port to run the HTTP server on. · MCP_LOG_LEVEL=Sets the minimum log level for output (e.g., 'debug', 'info', 'warn'). 1 0.0 %

This sheet lists 50 of 5,575 values; they cover 50 entries.

Sheet 29 of 112, 5,575 values in total.

Counted from the projection, the same table the list filters on. An entry counts once per value.

tracevero · https://tracevero.com/werkzeuge/merkmal/mcp/roh_umgebungsbeschreibungen?seite=29