Zum Inhalt springen

Beschreibungen der Umgebungsvariablen (Rohangabe)

5.626 verschiedene Werte, gemessen an 25.076 ausgelieferten Einträgen.

Wert Einträge Anteil
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 %
CONCIERGE_PAGE_TIMEOUT_MS=Timeout in milliseconds for fetching a page that concierge_ask grounds its answer in. Separate from the answer timeout so a slow site cannot consume the whole call. · THREE_WS_BASE=Base URL of the three.ws API that serves POST /api/concierge, and the origin the generated embed snippets point at. Override only when self-hosting or targeting a preview deployment. · THREE_WS_TIMEOUT_MS=Per-request timeout in milliseconds for the concierge answer call. The answer streams over a free-first LLM chain that can fail over across providers, so the default leaves room for one slow rung. 1 0.0 %
CONCORD_SERVER=Base URL of the Concord backend. Defaults to the hosted service; set to self-host. 1 0.0 %
CONDUITAI_TOKEN=conduitAI authentication token (optional — authenticate interactively instead) 1 0.0 %
CONEKTA_API_KEY=API key for Conekta 1 0.0 %
CONFIG=Path to your configuration file · MCP_ALLOW_STATIC_FALLBACK=Set to 'true' to allow HTTP startup when config.json has static credentials. Otherwise the server refuses to start, preventing silent shared-identity fallback for unauthenticated requests. · MCP_CONTENT_MAX_BYTES=Byte cap for the content bodies and result blocks tools return (wikitext, rendered HTML, diffs, statement and row listings). An oversized response is truncated with a trailing marker describing what was left out. · MCP_FILE_DATA_MAX_BYTES=Hard cap on the base64-encoded size of a get-file-data response. A transport/safety backstop; callers tune actual size with the tool's width parameter. Over-cap responses error rather than truncate. · MCP_LOG_LEVEL=Minimum severity for logger output (stderr telemetry and sendLoggingMessage broadcast). Invalid values fail loudly on first log call. · MCP_MAX_REQUEST_BODY=Maximum HTTP request body size on the StreamableHTTP transport. Accepts size strings like 1mb or 512kb. · MCP_METRICS=Set to 'true' to expose Prometheus metrics at GET /metrics on the HTTP transport. Has no effect on the stdio transport. · MCP_OAUTH_ALLOWED_REDIRECTS=Additional allowed redirect URIs for hosted-proxy client registration: comma-separated exact URIs (which must include a host) and https prefix patterns ending in /*. Loopback, claude.ai, and verified first-party clients (ChatGPT, Cursor, VS Code) are always allowed; unset means no additional clients. · MCP_OAUTH_CIMD_ALLOWED_HOSTS=Comma-separated additional client_id document hosts trusted for CIMD (bare host or host:port). Verified first-party hosts are always trusted. · MCP_OAUTH_CREDENTIALS_FILE=Override the default OAuth credentials store path. Default: ~/.config/mediawiki-mcp/credentials.json on Linux/macOS, %APPDATA%\mediawiki-mcp\credentials.json on Windows. · MCP_OAUTH_NO_BROWSER=Set to '1' to skip launching a browser during the OAuth dance and log the auth URL to stderr instead. Useful in headless environments and CI. · MCP_OAUTH_PROXY_STORE_FILE=Path to the hosted OAuth proxy's encrypted state file, which lets sign-ins survive restarts. Default: proxy-store.enc under the mediawiki-mcp config dir; /app/data/proxy-store.enc in the Docker image. · MCP_PUBLIC_URL=Override the request-derived public URL used in the protected-resource discovery doc and WWW-Authenticate header. Set this when running behind a proxy that rewrites the request Host. · MCP_SHUTDOWN_GRACE_MS=Maximum milliseconds to wait for in-flight /mcp calls to drain on SIGTERM/SIGINT before exiting. Capped at 600000. · MCP_TRANSPORT=Type of MCP server transport · MCP_UPLOAD_MAX_BYTES=Memory cap on the server-side fetch used by upload-file-from-url and update-file-from-url. Files larger than this are routed to the wiki's own copy-upload instead of being buffered by the server. Guards this server's memory, not the wiki's $wgMaxUploadSize. · PORT=Port used for StreamableHTTP transport 1 0.0 %
CONFIGCAT_API_PASS=ConfigCat Management API basic authentication password. · CONFIGCAT_API_USER=ConfigCat Management API basic authentication username. · CONFIGCAT_BASE_URL=Base URL for the ConfigCat API. Defaults to `https://api.configcat.com`. 1 0.0 %
CONFIG_FILE=Optional path to a config.toml for advanced settings (modules, feature flags, OAuth2, limits). Env vars override file values. · HCM_BASE_URL=Oracle Fusion pod base URL, e.g. https://your-pod.fa.us6.oraclecloud.com · HCM_PASSWORD=Integration user password (basic auth). Alternatively store in the OS credential store under service 'fusion-hcm-mcp-server' and omit this. · HCM_USERNAME=Fusion integration user (least-privilege, read-only HCM roles recommended) 1 0.0 %
CONFIG_PATH=Path to the mcp.json listing the servers to expose, in Claude Code's mcpServers format (default mcp.json in the working directory) · EXTERNAL_URL=Public base URL exactly as clients see it, e.g. https://mcp.example.net (no path) · IDLE_TIMEOUT_MINUTES=Minutes of inactivity before a server is put to sleep; 0 starts every server at launch and keeps it running (default 60) · LOG_FILE=Mirror the hub's log lines into this file; stdout carries the protocol, so logging goes to stderr otherwise · PASSWORD_HASH=bcrypt hash of the OAuth login password (htpasswd -bnBC 10 "" 'pw' | tr -d ':\n') · PORT=Listen port inside the container · TOOL_CACHE_PATH=Tool snapshots of sleeping servers (default .mcp-hub/tool-cache.json beside the config) · TRUSTED_PROXIES=Comma-separated IPs/CIDRs of the reverse proxy allowed to set X-Forwarded-* headers 1 0.0 %
CONFLUENCE_API_TOKEN=Confluence API token (generate at https://id.atlassian.com/manage/api-tokens) · CONFLUENCE_EMAIL=Atlassian account email address · CONFLUENCE_HOST=Confluence instance URL (e.g., https://your-team.atlassian.net) 1 0.0 %
CONFTEST_BINARY=Path to the conftest binary (optional, used by conftest_* tools). Defaults to 'conftest' on PATH. · GITHUB_TOKEN=GitHub personal access token with the "gist" scope. Required only for rego_playground_share. · OPA_BINARY=Path to the opa binary. Defaults to 'opa' on PATH. · OPA_MCP_ALLOWED_PATHS=Comma-separated list of root directories tools may read/write. When unset, file-based tools refuse to access the disk. · OPA_TOKEN=Bearer token for OPA authentication. · OPA_TOKEN=Bearer token for OPA running with --authentication=token. · OPA_URL=Base URL of a running OPA server. · OPA_URL=Base URL of a running OPA server. Required only for opa_* runtime tools, not for rego_* language tools. · REGAL_BINARY=Path to the regal binary (optional, used by rego_lint). Defaults to 'regal' on PATH. 1 0.0 %
CONFUCIUS_LOBSTER_ID=Your unique identifier for tracking contributions (any username). Optional for search, required for analyze/contribute. 1 0.0 %
CONGRESS_API_KEY=API key from api.data.gov — optional (falls back to DEMO_KEY: 30 req/hr). Own key: 5000 req/hr. Free signup at api.data.gov. · 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 %
CONNECTWISE_AUTOMATE_BASE_URL=Full API base URL. Leave blank: the CLI builds it from CONNECTWISE_AUTOMATE_SERVER. Set it only to point at a different host. · CONNECTWISE_AUTOMATE_CLIENT_ID=Registered integration clientId GUID, sent as the clientId header (required for v2020.11+). · CONNECTWISE_AUTOMATE_SERVER=Your Automate host, e.g. company.hostedrmm.com (endpoint base URL). · CONNECTWISE_AUTOMATE_TOKEN=Bearer token for the ConnectWise Automate API (short-lived; mint with apitoken mint). 1 0.0 %
CONNECTWISE_CONTROL_BASE_URL=Your ScreenConnect instance base URL, e.g. https://company.screenconnect.com (per-instance). · CONNECTWISE_CONTROL_PASSWORD=Your ConnectWise Control instance password (HTTP Basic auth). · CONNECTWISE_CONTROL_USERNAME=Your ConnectWise Control instance user name (HTTP Basic auth). 1 0.0 %
CONNECTWISE_MANAGE_BASE_URL=Base URL for the ConnectWise PSA API. Leave the prefilled default unless your account uses a different regional or self-hosted host. · CW_API_VERSION=Pins the ConnectWise Manage API version sent on each request, e.g. 2025.1. Leave blank to use the version your instance defaults to. · CW_CLIENT_ID=Set the CW_CLIENT_ID credential for the ConnectWise Manage MCP server. · CW_COMPANY_ID=ConnectWise Manage company ID/codebase used in the composite Basic auth username. · CW_PRIVATE_KEY=API Member private key used as the composite Basic auth password. · CW_PUBLIC_KEY=API Member public key used with the company ID in the composite Basic auth username. · CW_SITE=ConnectWise Manage region host such as api-na.myconnectwise.net, api-eu.myconnectwise.net, api-au.myconnectwise.net, or your on-prem host. 1 0.0 %
CONNECT_URL=Base URL of the Kafka Connect REST API. · DEBEZIUM_MODE=Access mode: read-only | read-write | admin. 1 0.0 %
CONSENTGATE_API_KEY=ConsentGate API key (cg_…) from https://consentgate.fyi/dashboard/keys · CONSENTGATE_BASE_URL=Override the API base URL (defaults to https://consentgate.fyi) 1 0.0 %
CONSOLE_ORIGIN=QuestDB Web Console origin. · LOG_LEVEL=Log verbosity. DEBUG adds heartbeats and full tool payloads. · LOG_PATH=Log file location. Defaults to a timestamped file under /tmp/questdb-mcp-bridge. · MCP_BRIDGE_PORT=Fixed WebSocket port for pairing. Auto-allocated when unset. 1 0.0 %
CONSTELLATION_ACCESS_KEY=Your Constellation access key 1 0.0 %
CONTACT_EMAIL=Email for OpenAlex polite pool and Unpaywall identification · SCOPUS_API_KEY=Your Elsevier Scopus API Key · SCOPUS_INST_TOKEN=Optional Elsevier Institutional Token 1 0.0 %
CONTACT_EMAIL=Email for the Europe PMC / OpenAlex polite pools (recommended). · OPENALEX_API_KEY=OpenAlex API key (only needed for OpenAlex discover/search; required by OpenAlex since 2026-02-13). 1 0.0 %
CONTAINER_RUNTIME=Optional container runtime override: docker or podman · IBMCLOUD_API_KEY=IBM Cloud API key used to authenticate and call Code Engine APIs · IBMCLOUD_REGION=Default IBM Cloud region (for example: us-south) 1 0.0 %
CONTAI_TELEMETRY=Opt-in para telemetria anônima (default OFF, LGPD). Envia apenas { tool, durationMs, ok, errorCode?, version, ts, installId } — nunca inputs/outputs. · CONTAI_TELEMETRY_URL=URL endpoint de telemetria (default: https://api.calculas.com.br/v1/mcp-telemetry). · CONTAI_TIMEOUT_MS=Timeout por chamada de tool em ms (default 5000, range 10–60000). Protege LLM clients de hang. 1 0.0 %
CONTA_AZUL_ACCESS_TOKEN=API key for conta-azul 1 0.0 %
CONTENTFORGE_AMAZON_TAG=Amazon Associates affiliate tag · CONTENTFORGE_CMS_KEY=API key for your CMS · CONTENTFORGE_CMS_URL=URL of your CMS API endpoint · CONTENTFORGE_PEXELS_KEY=Pexels API key for image sourcing 1 0.0 %
CONTENTRABBIT_API_KEY=Content Rabbit team API key. The stdio server sends it as Authorization: Bearer <key> to the public REST API. 1 0.0 %
CONTENT_API_BASE_URI=Optional API base URL (default https://api.topicforge.net) · TOPICFORGE_API_KEY=TopicForge API key (tf_live_...) from https://topicforge.net/app/settings/api-keys 1 0.0 %
CONTENT_API_URL=Base URL of your running Content engine (the REST API this server drives). · CONTENT_MCP_DOWNLOAD_DIR=The only directory this server may write downloaded artifacts to. 1 0.0 %
CONTENT_REPURPOSER_API_KEY=Your ContentRepurposer API key (get one at https://contentrepurposer.app/settings/api-keys) 1 0.0 %
CONTEXT7_API_KEY=API key for authentication 1 0.0 %
CONTEXTBRIDGE_HOSTED_API_KEY=Optional auth key for the hosted inference endpoint. · CONTEXTBRIDGE_HOSTED_MODEL=Optional hosted model identifier override. · CONTEXTBRIDGE_HOSTED_URL=Optional hosted inference endpoint for the no-key lane. · OPENAI_API_KEY=Optional BYOK API key for the OpenAI Responses or chat-completions lane. · OPENAI_MODEL=Optional model override for the OpenAI BYOK lane. 1 0.0 %
CONTEXTFORGE_API_KEY=Your API key from the ContextForge dashboard at contextforge.dev · CONTEXTFORGE_API_URL=API endpoint URL (defaults to production) 1 0.0 %
CONTEXTSTREAM_API_KEY=ContextStream API key (create one at contextstream.io) · CONTEXTSTREAM_API_URL=API base URL 1 0.0 %
CONTEXT_KEEPER_PROJECT=Absolute path to the project directory. If omitted, uses cwd only when it already contains a .context/ directory; otherwise tools require explicit project_dir. 1 0.0 %
CONTRADICTION_CHECK_LICENSE=Pro license JWT (optional). Unlocks premium features. See README. 1 0.0 %
CONTROL_PLANE_API_KEY=Your breezedeploy API key — shown once when you sign up at https://panel.breezedeploy.dev/signup · CONTROL_PLANE_URL=Control plane URL (default https://panel.breezedeploy.dev; set for self-hosted instances) 1 0.0 %

Auf diesem Blatt stehen 50 von 5.626 Werten; sie decken 50 Einträge ab.

Blatt 30 von 113, 5.626 Werte insgesamt.

Gezählt wird die Projektion, dieselbe Tabelle, aus der die Liste filtert. Ein Eintrag zählt je Wert einmal.

tracevero · https://tracevero.de/werkzeuge/merkmal/mcp/roh_umgebungsbeschreibungen?seite=30