Skip to content

Environment variable descriptions (raw)

5,626 distinct values, measured against 25,076 published entries.

Value Entries Share
ELIXIUM_API_KEY=Your Elixium API key. Generate one from your workspace card on the Profile tab (Generate Key button). · ELIXIUM_API_URL=Your Elixium workspace API URL (e.g., https://your-tenant.elixium.ai/api). · ELIXIUM_BOARD_SLUG=Board slug to scope operations to a specific board. Optional — auto-detects when the workspace has only one board. · ELIXIUM_USER_EMAIL=Email of the user creating stories. Optional — defaults to the user the API key is bound to. 1 0.0 %
ELMA365_DOMAIN=API key for the service 1 0.0 %
ELSTER_CITY=City. · ELSTER_CONFIG_PATH=Path to a config.json that holds all settings below. Recommended. · ELSTER_COUNTRY=ISO country code, default DE. · ELSTER_EST_SKIP_EUR=If 1, skip the EUER pre-hook in ESt sessions. · ELSTER_FIRST_NAME=First name. · ELSTER_HEADLESS=Run Chromium headless (true/false). Default true. · ELSTER_HOUSE_NUMBER=House number. · ELSTER_NAME=Last name / company name. · ELSTER_PASSWORD=Password for the .pfx certificate. · ELSTER_PFX_PATH=Absolute path to your ELSTER certificate (.pfx). · ELSTER_STATE_CODE=Two-digit ELSTER federal-state code of your Finanzamt. · ELSTER_STREET=Street. · ELSTER_TAX_NUMBER=Your Steuernummer in the format issued by your Finanzamt. · ELSTER_ZIP=ZIP code. 1 0.0 %
EMAIL2CHAT_API_KEY=Your API key from the Email2Chat dashboard (starts with em2c_) 1 0.0 %
EMAILENS_API_KEY=API key for screenshots and sharing. Get one free at emailens.dev/settings/api-keys 1 0.0 %
EMAILFINDER_API_KEY=API key from emailfinder.dev/dashboard/settings 1 0.0 %
EMAIL_ACCOUNTS=Inline JSON array of account configs · EMAIL_CONFIG_FILE=Path to account JSON config file 1 0.0 %
EMAIL_CREDENTIALS=Email credentials (format: user@gmail.com:app-password). Multiple accounts: comma-separated. 1 0.0 %
EMAIL_IMAP_EMAIL=Email address · EMAIL_IMAP_IMAP_HOST=Custom IMAP host (for provider=custom) · EMAIL_IMAP_IMAP_PORT=Custom IMAP port · EMAIL_IMAP_MAX_RECIPIENTS=Safety cap: maximum combined To+CC+BCC recipients per email_send call. Defaults to 25; raising bypasses spam-prevention guardrails against prompt-injection-driven mass sends. · EMAIL_IMAP_PASSWORD=App-specific password · EMAIL_IMAP_PROVIDER=Provider — icloud, gmail, yahoo, outlook, or custom (auto-detected from email domain if unset) · EMAIL_IMAP_RATE_LIMIT_PER_HOUR=Safety cap: maximum email_send calls per rolling window. Defaults to 50; protects against runaway sends when injection content escapes the LLM's intent. · EMAIL_IMAP_RATE_LIMIT_WINDOW_MS=Sliding-window length for the rate limit (ms) · EMAIL_IMAP_SMTP_HOST=Custom SMTP host (for provider=custom) · EMAIL_IMAP_SMTP_PORT=Custom SMTP port · MCP_WORKSPACE_PATH=Workspace directory that email_get_attachment downloads into (fresh email-imap-attachment-* staging directories). Defaults to the system temp directory. 1 0.0 %
EMBEDDER_DIM=Embedding vector dimension · EMBEDDER_MODEL=Embedding model id · EMBEDDER_URL=Optional HTTP embedder (Ollama/TEI/OpenAI-compatible). Unset = in-process embedder. · ORCHESTRATOR_DB_PATH=SQLite path inside container 1 0.0 %
EMBEDDING_API_BASE=Custom OpenAI-compatible base URL for cloud embedding (litellm passthrough). Optional. · EMBEDDING_BACKEND=DEPRECATED (honored one release): embedding backend override 'local' or 'cloud'. Use EMBEDDING_MODELS instead. · EMBEDDING_MODELS=Ordered embedding model chain 'provider/model,...'; empty = local ONNX · LLM_API_BASE=Custom OpenAI-compatible base URL for the LLM summarizer (litellm passthrough). Optional. · SUMMARY_MODEL=DEPRECATED (honored one release): single summarizer model as a litellm 'provider/model' string. Use SUMMARY_MODELS instead. · SUMMARY_MODELS=Ordered summarizer model chain; empty = summaries disabled 1 0.0 %
EMBEDDING_MODEL=Embedding model name (defaults per provider: nomic-embed-text for ollama, text-embedding-3-small for openai, gemini-embedding-001 for google) · EMBEDDING_PROVIDER=Embedding provider to use: ollama (default), openai, or google · GOOGLE_API_KEY=API key for Google embeddings (required only when EMBEDDING_PROVIDER=google) · OLLAMA_URL=URL of the Ollama server (default: auto-detected; Docker-managed or http://localhost:11434) · OPENAI_API_KEY=API key for OpenAI embeddings (required only when EMBEDDING_PROVIDER=openai) · QDRANT_API_KEY=API key for remote Qdrant instance. Only needed when QDRANT_MODE=external · QDRANT_MODE=Qdrant mode: managed (default, Docker-managed) or external (user-provided instance) · QDRANT_URL=Full URL for remote/cloud Qdrant (e.g. https://xyz.cloud.qdrant.io:6333). Only needed when QDRANT_MODE=external 1 0.0 %
EMBEDDING_MODEL=Ollama embedding model (default: nomic-embed-text) · FIREWALL_DATA_DIR=Directory for storing ChromaDB data · OLLAMA_URL=URL for Ollama server (default: http://localhost:11434) · SIMILARITY_THRESHOLD=Block threshold 0-1 (default: 0.85) 1 0.0 %
EMBEDDING_MODEL=Ollama embedding model (default: nomic-embed-text) · OLLAMA_URL=URL for Ollama server (default: http://localhost:11434) 1 0.0 %
EMBEDDING_PROVIDER=Embedding provider: ollama (free), openai, or mock 1 0.0 %
EMBED_API_URL=Embedding API endpoint · EMBED_ENABLED=Enable embedding-based features · EMBED_MODEL=Embedding model name · EMBED_PROVIDER=Embedding provider: openai, gigachat, lmstudio · MODE=Server mode: luca, prizma, or sloi · OBSIDIAN_ROOT=Path to Obsidian vault 1 0.0 %
EMBED_API_URL=Embedding API endpoint · EMBED_ENABLED=Enable embedding-based features · EMBED_MODEL=Embedding model name · EMBED_PROVIDER=Embedding provider: openai-compatible endpoint or ollama · NOUZ_CONFIG=Absolute path to config.yaml; if omitted, server looks in current working directory · NOUZ_DATABASE_NAME=SQLite cache filename inside OBSIDIAN_ROOT · NOUZ_DATABASE_PATH=Full SQLite cache path; takes precedence over NOUZ_DATABASE_NAME · OBSIDIAN_ROOT=Path to Obsidian vault 1 0.0 %
EMBED_MODEL=Embedding model identifier (for retrieval + memory). Default 'text-embedding-3-small'; use 'nomic-embed-text' on Ollama. · ENABLE_FETCH=Set to '0' to skip the trafilatura full-page fetch stage. Default '1'. · ENABLE_RERANK=Set to '1' to enable the BAAI/bge-reranker-v2-m3 cross-encoder rerank stage. First run downloads ~560MB. · LOCAL_CORPUS_PATH=Path to an index directory built via scripts/index_corpus.py. When set, local corpus hits augment web search. · MODEL_PLANNER=Model for the plan / classify / critic / compress / verify nodes. Defaults to 'gpt-5-nano'. · MODEL_SYNTHESIZER=Model identifier used for the synthesize node. Defaults to 'gpt-5-mini'; set to 'gemma3:4b' for Mac-local Ollama. · OPENAI_API_KEY=API key for the endpoint above. Use 'ollama' as a sentinel value when running locally against Ollama. · OPENAI_BASE_URL=Any OpenAI-compatible endpoint. Default: OpenAI cloud. Use http://localhost:11434/v1 for Ollama. · SEARXNG_URL=Base URL of the SearXNG meta-search instance. Default http://localhost:8888. 1 0.0 %
EMEM_BIND=Bind address for the HTTP server. When unset, the entrypoint derives it from PORT, falling back to 0.0.0.0:5051. · EMEM_DATA=Path to the persistent data directory (sled cache + ed25519 identity). Mount a volume here; on managed platforms that mount /data, set EMEM_DATA=/data. · EMEM_PUBLIC_URL=Optional canonical origin for self-referencing URLs in MCP responses (e.g. https://emem.dev). When unset the server falls back to urn:emem. · EMEM_TLS_DOMAINS=Comma-separated hostnames for built-in Let's Encrypt ACME (TLS-ALPN-01). When set, the server binds 0.0.0.0:443 instead of EMEM_BIND. · PORT=PaaS port convention: the container entrypoint binds 0.0.0.0:$PORT when EMEM_BIND is not set explicitly. Falls back to 5051. 1 0.0 %
EMERGENCE_API_KEY=Your Emergence Science API key. Obtain one at https://emergence.science by clicking Connect. 1 0.0 %
EMFIRGE_BASE_URL=Backend URL — override to point at a self-hosted backend · EMFIRGE_PRIVACY=Tokenization mode: strict (default), balanced, or off 1 0.0 %
EMILE_API_KEY=API key generated from the Émile iOS app (Profile → Settings → API Keys). Starts with `emile_live_...`. · EMILE_API_URL=Optional override for the backend URL — only useful for local development against a self-hosted backend. · EMILE_LOG_LEVEL=Logging verbosity. One of: debug, info, warn, error. 1 0.0 %
EMPLYX_API_KEY=Your Emplyx API key (format: emplyx_live_xxx). Get one from Settings > API Keys in Emplyx admin panel. · EMPLYX_API_URL=Optional. Emplyx API endpoint URL. Defaults to https://api.emplyx.com 1 0.0 %
EMP_API_ENDPOINT=Your Eulerian Marketing Platform MCP Endpoint · EMP_API_TOKEN=Your Eulerian Marketing Platform API key 1 0.0 %
ENABLED_TOOLGROUPS=Comma-separated list of tool groups to enable (readonly or readwrite). · GCAL_IMPERSONATE_EMAIL=Email address of the user whose calendar to access via domain-wide delegation. · GCAL_SERVICE_ACCOUNT_CLIENT_EMAIL=Service account email address from Google Cloud Console. · GCAL_SERVICE_ACCOUNT_PRIVATE_KEY=Service account private key in PEM format from Google Cloud Console. 1 0.0 %
ENABLED_TOOLGROUPS=Comma-separated list of tool groups to enable (readonly, write). · SLACK_BOT_TOKEN=Slack Bot User OAuth Token starting with xoxb-. 1 0.0 %
ENABLED_TOOLGROUPS=Comma-separated list of tool groups to enable (readonly, write, admin). · HEALTH_CHECK_TIMEOUT=Health check timeout in milliseconds. · SKIP_HEALTH_CHECKS=Skip SSH connection health check on startup. · SSH_AUTH_SOCK=Path to SSH agent socket for agent-based authentication. · SSH_COMMAND_TIMEOUT=Default command activity timeout in milliseconds. · SSH_HOST=Hostname or IP address of the SSH server. · SSH_PASSPHRASE=Passphrase for encrypted private key. · SSH_PORT=SSH port number. · SSH_PRIVATE_KEY_PATH=Path to private key file for direct key authentication. · SSH_TIMEOUT=Connection timeout in milliseconds. · SSH_USERNAME=Username for SSH authentication. 1 0.0 %
ENABLED_TOOLGROUPS=Comma-separated tool groups to enable. · POINTSYEAH_REFRESH_TOKEN=AWS Cognito refresh token from PointsYeah for authentication. 1 0.0 %
ENABLED_TOOLGROUPS=Comma-separated tool groups: readonly or readwrite. · GCS_BUCKET=Google Cloud Storage bucket name. · GCS_CLIENT_EMAIL=Service account email for inline credentials. · GCS_MAKE_PUBLIC=Make uploaded files publicly accessible. · GCS_PRIVATE_KEY=Service account private key for inline credentials. · GCS_PROJECT_ID=Google Cloud project ID. · GCS_ROOT_PATH=Root path prefix to restrict access within bucket. · GOOGLE_APPLICATION_CREDENTIALS=Path to Google Cloud service account key file. 1 0.0 %
ENABLED_TOOLS=Optional comma-separated allowlist of tool names to register (still subject to READ_ONLY). Pair with READ_ONLY=false for a granular write rollout, e.g. 'weeek_complete_task'. · MAX_RESPONSE_CHARS=Upper bound on the JSON length of a single tool response, protecting the agent's context window from unbounded list/detail payloads. · READ_ONLY=Gate for the write tools. Defaults to 'true': a fresh install exposes only the ten read tools. Set to 'false' to additionally expose the five write tools (create/update/move/complete a task, set an MR link) — an explicit operator opt-in, never the default. · WEEEK_ACCESS_TOKEN=Weeek Public API v1 access token. Required — the server refuses to start without it. · WEEEK_BASE_URL=Override the Weeek API base URL. Defaults to the public v1 endpoint. · WEEEK_TIMEOUT_MS=Per-request timeout in milliseconds. 1 0.0 %
ENABLED_TOOLS=Regex to filter the catalog of available tools. · MS365_ADMIN_MCP_CLIENT_ID=App registration client ID with the required application permissions. · MS365_ADMIN_MCP_CLIENT_SECRET=App registration client secret. Prefer Azure Key Vault via MS365_ADMIN_MCP_KEYVAULT_URL for production. · MS365_ADMIN_MCP_CLOUD_TYPE=Cloud environment: 'global' (default) or 'china' (21Vianet). · MS365_ADMIN_MCP_KEYVAULT_URL=Optional Azure Key Vault URL. When set, secrets are pulled from the vault and override the env-var values above. · MS365_ADMIN_MCP_MAX_TOP=Cap on the $top query parameter to limit result size. · MS365_ADMIN_MCP_TENANT_ID=Azure AD tenant ID (specific GUID, not 'common'). · READ_ONLY=Set to 'true' or '1' to force read-only mode (default behavior; mutations require --allow-writes). 1 0.0 %
ENABLE_I18N_RULES=Enable stricter JSX literal checks for i18n projects (true/false) · PROJECT_ROOT=Absolute path to the project root for analysis (auto-detected if omitted) · SONAR_HOST_URL=SonarQube server base URL (e.g., http://localhost:9000) · SONAR_PROJECT_KEY=SonarQube project key · SONAR_TOKEN=SonarQube authentication token 1 0.0 %
ENABLE_SNOMED_TOOLS=Set to 'true' to register the 6 SNOMED-dependent tools (snomed_search, snomed_concept, snomed_hierarchy, snomed_descriptions, snomed_ecl, plus map_snomed_to_icd10). Disabled by default because the historical public IHTSDO Snowstorm endpoint was retired (HTTP 410 Gone). Requires SNOMED_BASE_URL pointing at a working self-hosted Snowstorm. · ENABLE_SNOMED_TOOLS=Set to 'true' to register the 6 SNOMED-dependent tools. Requires SNOMED_BASE_URL. · LOG_LEVEL=pino log level (debug, info, warn, error, fatal). Optional; defaults to 'info'. Logs go to stderr only — never stdout (which is the MCP stdio transport). · LOG_LEVEL=pino log level. Optional; defaults to 'info'. · SNOMED_BASE_URL=Base URL of a self-hosted Snowstorm instance (e.g. https://my-snowstorm.example.com/snowstorm/snomed-ct). Required only when ENABLE_SNOMED_TOOLS is true. · SNOMED_BASE_URL=Base URL of a self-hosted Snowstorm instance. Required only when ENABLE_SNOMED_TOOLS is true. · SNOMED_LANGUAGE=Accept-Language tag(s) for SNOMED responses (e.g. pt, pt-BR, es). Optional; defaults to 'en'. · SNOMED_LANGUAGE=Accept-Language tag(s) for SNOMED responses (e.g. pt, pt-BR, es). Optional; defaults to 'en'. Composite values with q-weights depend on the upstream Snowstorm instance. · WHO_CLIENT_ID=WHO ICD-11 API Client ID. Required only for ICD-11 tools (5 tools); the server starts without it and other terminologies (LOINC, RxNorm, MeSH, ATC, CID-10) work unauthenticated. Get credentials at https://icd.who.int/icdapi. · WHO_CLIENT_ID=WHO ICD-11 API Client ID. Required only for ICD-11 tools. · WHO_CLIENT_SECRET=WHO ICD-11 API Client Secret. Required only for ICD-11 tools. · WHO_ICD11_RELEASE_ID=ICD-11 release to query (e.g. 2024-01, 2025-01). Optional; defaults to 2024-01. 1 0.0 %
ENCRYPTION_KEY=64-character hex key for encrypting stored OAuth tokens (generate with: node -e "console.log(require('crypto').randomBytes(32).toString('hex'))") · MYCASE_CLIENT_ID=MyCase OAuth client ID issued by MyCase support for your firm · MYCASE_CLIENT_SECRET=MyCase OAuth client secret issued by MyCase support · MYCASE_EXPERIMENTAL_TOOLS=Set to '1' to enable experimental tools (log-call) whose API endpoints are unverified. · MYCASE_REDIRECT_PORT=Local port for the OAuth callback listener (default: 5678). Must match the redirect URI registered with MyCase support. 1 0.0 %
ENCRYPTION_KEY=64-character hex string (32 bytes) for AES-256-GCM token encryption · FILEVINE_CLIENT_ID=Filevine OAuth client ID (from Settings → Client Secrets) · FILEVINE_CLIENT_SECRET=Filevine OAuth client secret (from Settings → Client Secrets) · FILEVINE_PAT=Filevine Personal Access Token (from Settings → Access Tokens) · FILEVINE_REGION=Filevine API region: 'us' or 'ca' 1 0.0 %
ENCRYPT_KEY=Base64-encoded 32-byte AES-256 key used to encrypt stored tokens (generate with: openssl rand -base64 32) · SERVER_NAME=Name of a backend server defined under mcpServers in config.yaml; forms the MCP endpoint path /mcp/{SERVER_NAME} (not read by the container itself) 1 0.0 %
ENERGYATIT_API_KEY=Your EnergyAtIt API key (get one free at energyatit.com/developers) 1 0.0 %
ENGINE_URL=Dungeon Roll engine URL (defaults to https://dungeonroll.io) · ESCROW_ADDRESS=ArenaEscrow contract address (defaults to 0x237E14cdB7B04731bfe5E7948Ea3139944Ea2e5B) · PRIVATE_KEY=Funded Base wallet private key for write operations (register, challenge, accept, coach) · REGISTRY_ADDRESS=AgentRegistry contract address (defaults to 0x77eD411EF0ea655339eaDdd7c2FF9b07371c5B23) · RPC_URL=Base mainnet RPC endpoint 1 0.0 %
ENGRAM_ANTHROPIC_MEMORY_PATH=Override path to Claude Code's Auto-Memory MEMORY.md. · ENGRAM_API_TOKEN=Optional HTTP bearer token. Auto-generated at ~/.engram/http-server.token if unset. · ENGRAM_MCP_CONFIG_PATH=Override path to ~/.engram/mcp-providers.json (plugin MCP server declarations). · ENGRAM_MISTAKE_GUARD=Pre-mortem warnings: '1' = warn, '2' = deny. Unset = off, zero overhead. · ENGRAM_NO_UPDATE_CHECK=Set to '1' to disable passive update notice. Auto-disabled when $CI is set. 1 0.0 %
ENGRAM_API_KEY=API key for authentication · ENGRAM_URL=URL of the engram server 1 0.0 %
ENGRAM_MCP_STARTUP_SYNC=Skip optional local startup reconciliation during marketplace/client validation; set to background for local cross-tool sync. · ENGRAM_TOOLS=Expose the context-budget friendly default surface; set to all for the full advanced surface. · PYTHONIOENCODING=Force UTF-8 stdio frames on Windows-style consoles. 1 0.0 %
ENG_MODEL=Model for engineer agents (default: openrouter/moonshotai/kimi-k2.6) · GITHUB_TOKEN=GitHub personal access token for practitioner track searches · JUDGE_MODEL=Model for reviewer/synthesis agents (default: openrouter/deepseek/deepseek-v4-pro) · OPENALEX_API_KEY=OpenAlex API key for academic search · OPENROUTER_API_KEY=OpenRouter API key for LLM access · RESEARCH_MODEL=Model for research agents (default: openrouter/z-ai/glm-5.1) · TAVILY_API_KEY=Tavily API key for web search 1 0.0 %
ENOCH_API_TOKEN=Bearer token for the Enoch API. · ENOCH_API_URL=Base URL for the Enoch API. 1 0.0 %
ENSEMBL_BASE_URL=Ensembl REST API base URL. Override to use GRCh37 endpoint or a local mirror. · 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 %
ENTRA_CLIENT_CERT_PASSWORD=Password for the PEM, if it is encrypted. · ENTRA_CLIENT_CERT_PATH=Path to a PEM holding the certificate and its private key. Set exactly one of ENTRA_CLIENT_SECRET or ENTRA_CLIENT_CERT_PATH. · ENTRA_CLIENT_ID=App registration (client) GUID. Required to authenticate against a live tenant; not needed for ENTRA_SCIM_DRY_RUN or ENTRA_SCIM_STATIC_TOKEN. · ENTRA_CLIENT_SECRET=Client secret value. For a live tenant set exactly one of ENTRA_CLIENT_SECRET or ENTRA_CLIENT_CERT_PATH; a certificate is preferred for anything long-lived. · ENTRA_SCIM_BASE_URL=Override the SCIM base URL (default https://graph.microsoft.com/rp/scim). Point it at the bundled mock to try the tools without a tenant. · ENTRA_SCIM_DRY_RUN=Set to 1 to run every client-side validation and return the request that would have been sent, without sending it or acquiring a token. · ENTRA_SCIM_STATIC_TOKEN=Use a fixed bearer token instead of Azure AD. Refuses any microsoft.com/microsoft.us host and requires ENTRA_SCIM_BASE_URL; intended for the local mock only. · ENTRA_TENANT_ID=Directory (tenant) GUID. Required to authenticate against a live tenant; not needed for ENTRA_SCIM_DRY_RUN or ENTRA_SCIM_STATIC_TOKEN, which supply their own placeholder. 1 0.0 %
ENTROPY0_API_KEY=Your Entropy0 API key (sk_ent0_xxxx). Get one at entropy0.ai. 1 0.0 %
ENTYRIX_API_KEY=Bearer token from https://entyrix.com · ENTYRIX_BASE_URL=Override base URL (default https://entyrix.com) 1 0.0 %
ENV=Environment (production/sandbox default: sandbox) · PAYMENTS_APP_ID=Payment Gateway App Id · PAYMENTS_APP_SECRET=Payment Gateway App Secret · PAYOUTS_APP_ID=Payouts App Id · PAYOUTS_APP_SECRET=Payouts App Secret · SECUREID_APP_ID=SecureId App Id · SECUREID_APP_SECRET=SecureId App Secret · TOOLS=Tools (Comma-separated list of modules to enable. Available options: pg, payouts, secureid) · TWO_FA_PUBLIC_KEY_PEM_PATH=Path to the PEM file containing the public key for verifying 2FA signatures 1 0.0 %
ENVAULT_BASE_URL=Required: https://www.envault.tech · ENVAULT_TOKEN=Required: Generate via Envault Account Settings -> Security -> MCP Token 1 0.0 %
ENVIRONMENT=API environment: 'live' for real account, 'demo' for paper trading · TRADING212_API_KEY=Trading 212 API key from Settings > API (Beta) · TRADING212_API_SECRET=Trading 212 API secret from Settings > API (Beta) 1 0.0 %

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

Sheet 40 of 113, 5,626 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=40