Zum Inhalt springen

Beschreibungen der Umgebungsvariablen (Rohangabe)

5.604 verschiedene Werte, gemessen an 24.885 ausgelieferten Einträgen.

Wert Einträge Anteil
BGG_API_KEY=API key for BoardGameGeek authentication (recommended). Obtain from https://boardgamegeek.com/applications · BGG_COOKIE=Cookie string for BGG authentication (alternative to API key). Format: 'bggusername=user; bggpassword=pass; SessionID=xyz' · BGG_USERNAME=Your BoardGameGeek username for references such as ME or MY in prompts 1 0.0 %
BGZ_API_KEY=Buggazi API key (bgz_...). Optional: without a key the server starts in onboarding mode and can self-signup. 1 0.0 %
BG_AGENT_TOKEN=Bearer token issued once by agent registration. Enables the authenticated runtime tools (heartbeat / brief / events). · BG_API_BASE=Override the API base URL. Defaults to https://blockgenomics.io. · BG_API_KEY=Optional read-only sandbox key from POST /api/v1/sandbox/key (100 requests/day). Not required for public read tools. · BG_ENABLE_WRITES=Set to 1 to expose ownership-gated write tools. Requires a BIP-322 signer supplied by the host. · BG_TIMEOUT_MS=Per-request timeout in milliseconds. 1 0.0 %
BG_TOKEN=Authentication token for gateway access (optional, only needed with remote providers) 1 0.0 %
BHIVED_API_KEY=Bhived API key. Run `npx bhived auth` to authenticate, or provide an API key from your Bhived account. 1 0.0 %
BIDE_CACHE_MAX_ENTRIES=Maximum entries kept in the in-memory cache. Default 200. · BIDE_CACHE_TTL_MS=In-memory cache lifetime in milliseconds. Default 900000. · BIDE_LOG_LEVEL=silent, error, info or debug, on stderr. Default error. · BIDE_MAX_RETRIES=Retries on transient failures. Default 3. · BIDE_MIN_INTERVAL_MS=Minimum milliseconds between requests. Default 3000, floor 2000. · BIDE_TIMEOUT_MS=Per-request timeout in milliseconds. Default 20000. · BIDE_USER_AGENT=Your application's name. The project identity is appended to it. 1 0.0 %
BIDSPARQ_API_KEY=Your bsq_live_... API key from https://bidsparq.com/settings/api-keys · BIDSPARQ_BASE_URL=Override the API base URL (defaults to https://bidsparq.com) 1 0.0 %
BIFROST_DB=Path to the operational log. Defaults to .bifrost/history.db in the working directory. · BIFROST_WORKER_BASE_URL=OpenAI-compatible endpoint for the worker model. Set this to run a local model so no code leaves the machine. · BIFROST_WORKER_MODEL=Worker model identifier. Defaults to deepseek-chat. · DEEPSEEK_API_KEY=Worker API key. Not needed when BIFROST_WORKER_BASE_URL points at a local endpoint. 1 0.0 %
BIGDATACORP_ACCESS_TOKEN=AccessToken header value from the BigDataCorp dashboard · BIGDATACORP_API_BASE=API base URL — defaults to BigDataCorp production. Override for sandbox. · BIGDATACORP_TOKEN_ID=TokenId header paired with the access token 1 0.0 %
BIGHUB_API_KEY=BIGHUB API key for authenticating requests (X-API-Key header). · BIGHUB_BASE_URL=BIGHUB API base URL. · BIGHUB_BEARER_TOKEN=Alternative authentication via Bearer token. Use this or BIGHUB_API_KEY. 1 0.0 %
BIGQUERY_PROJECT=GCP project id. Required when WAREHOUSE_TYPE=bigquery. · DUCKDB_PATH=DuckDB file path, ':memory:', or 'md:<database>' for MotherDuck. Required when WAREHOUSE_TYPE=duckdb. · GOOGLE_APPLICATION_CREDENTIALS=Path to BigQuery service-account JSON. Omit on GKE / Cloud Run with workload identity. · GUARDRAIL_PII_MASK=Set to 'on' to enable role-aware PII masking on result rows (emails, SSNs, phones, IPs, Luhn-validated CCs). Off by default. · MCP_API_KEYS=Comma-separated bearer keys with role and optional warehouse-role impersonation: 'key1:reader,key2:admin', 'key3:reader:set_role=alice'. Leave empty for stdio (OS process boundary is the trust boundary). Required for HTTP. · MCP_RATE_LIMIT_RPM=Per-principal token-bucket rate limit on tool invocations. 0 = disabled. Recommend 60 for production. · MCP_TRANSPORT=Set to 'stdio' for desktop AI clients (Claude Desktop, Cursor). Defaults to 'http'. · MOTHERDUCK_TOKEN=MotherDuck service token. Required when DUCKDB_PATH starts with 'md:'. · ORACLE_CONNECT_STRING=Oracle Easy Connect (e.g. host:1521/SERVICE), TNS descriptor, or alias. · ORACLE_PASSWORD=Oracle password. · ORACLE_USER=Oracle user. Required when WAREHOUSE_TYPE=oracle. · PG_DATABASE=Postgres database name. · PG_HOST=Postgres host. Required when WAREHOUSE_TYPE=postgres. (Use REDSHIFT_HOST for Redshift.) · PG_PASSWORD=Postgres password. · PG_USER=Postgres user. · SNOWFLAKE_ACCOUNT=Snowflake account identifier (e.g. xy12345.us-east-1). Required when WAREHOUSE_TYPE=snowflake. · SNOWFLAKE_PRIVATE_KEY_PATH=Path to PKCS8 private key (.p8). Snowflake auth is key-pair only; password auth is not supported. · SNOWFLAKE_USER=Snowflake username. · WAREHOUSE_TYPE=Which warehouse to connect to. One of: postgres, oracle, redshift, snowflake, bigquery, duckdb. (DuckDB also handles MotherDuck via DUCKDB_PATH=md:<db>.) 1 0.0 %
BILINC_API_KEY=Bilinc Cloud API key (bil_live_...). Create one in the Bilinc Cloud dashboard at https://bilinc.space. 1 0.0 %
BILLINGSERV_API_BASE_URL=BillingServ API v2 base URL, e.g. https://billing.example.com/api/v2 · BILLINGSERV_API_KEY=BillingServ API key · BILLINGSERV_TIMEOUT_MS=Request timeout in milliseconds (default 15000) 1 0.0 %
BILLIUM_API_KEY=Secret API key (sk_...), from the dashboard under Settings → Developer → API keys. · BILLIUM_BASE_URL=Override the API base URL (testing / staging environments). · BILLIUM_MERCHANT_ID=Merchant ID (mer_...). 1 0.0 %
BILLY_ACCESS_TOKEN=Billy API access token (create at mit.billy.dk -> Settings -> Access tokens) · BILLY_LOCALE=Response language: en_US, da_DK, fr_FR, nl_NL, or de_DE · BILLY_ORGANIZATION_ID=Billy organization ID (auto-resolved when the token maps to a single company) · BILLY_WRITE_MODE=Write protection: read-only, confirm (default, requires elicitation-capable host), or full 1 0.0 %
BINANCE_API_KEY=Optional Binance API key for private account data and explicitly enabled trading. · BINANCE_API_SECRET=Optional Binance API secret. · CCXT_DEFAULT_TYPE=Default CCXT market type. · CCXT_DRY_RUN=Return simulated results for mutating tools instead of sending exchange actions. · CCXT_ENABLE_TRADING=Explicit live-trading permission gate. Keep false for read-only and dry-run use. · CCXT_EXCHANGE_ID=CCXT exchange identifier. · CCXT_SANDBOX=Use the exchange sandbox when supported. 1 0.0 %
BINANCE_ENV=testnet or mainnet (start with testnet) · BINANCE_READ_API_KEY=READ-ONLY Binance API key (the server never holds a trade key) · BINANCE_READ_API_SECRET=Secret for the read-only key 1 0.0 %
BIND_API_KEY=API key for Bind ERP 1 0.0 %
BING_ADS_CLIENT_ID=Azure AD app client ID for OAuth · BING_ADS_CLIENT_SECRET=Azure AD app client secret (optional for public clients) · BING_ADS_DEVELOPER_TOKEN=Microsoft Advertising developer token · BING_ADS_REFRESH_TOKEN=OAuth refresh token for Microsoft Advertising API 1 0.0 %
BING_API_KEY=Bing API Key · GOOGLE_APPLICATION_CREDENTIALS=Google Cloud Service Account JSON key content or path. Optional if OAuth setup is used. · PAGESPEED_API_KEY=PageSpeed Insights API key for higher quota (25k/day). Optional. 1 0.0 %
BIONICFORMS_API_KEY=Your BionicForms API key (starts with bf_k1_) 1 0.0 %
BIORXIV_MAILTO=Contact email for User-Agent header — optional, for polite API access. · BIORXIV_WEB_BASE_URL=bioRxiv website base URL — source of rendered full-text HTML pages for biorxiv_get_fulltext. · 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'). · MEDRXIV_WEB_BASE_URL=medRxiv website base URL — source of rendered full-text HTML pages for biorxiv_get_fulltext. 1 0.0 %
BISIBILITY_API_KEY=A bisibility project API key or personal access token. · BISIBILITY_BASE_URL=The bisibility API v1 root. Change this for a self-hosted instance. · BISIBILITY_MCP_READ_ONLY=Register only read-only tools. · BISIBILITY_MCP_TOOLSETS=An optional comma-separated allowlist of bisibility toolsets. · BISIBILITY_PROJECT_ID=An optional default public project ID for personal access tokens. 1 0.0 %
BITATLAS_API_KEY=Your BitAtlas API key (starts with ba_). Generate one at https://bitatlas.com/vault/settings · BITATLAS_API_URL=BitAtlas API base URL (default: https://api.bitatlas.com) · BITATLAS_MASTER_KEY=Your hex-encoded 256-bit master key (64 hex chars). Required for file upload and download. Derived from your password client-side — never sent to BitAtlas servers. · BITATLAS_WEB_URL=Web origin used to build share links (default: https://www.bitatlas.com) 1 0.0 %
BITBOND_PRIVATE_KEY=Private key for the wallet used to deploy tokens (hex, with 0x prefix) 1 0.0 %
BITBOOTH_AGENT_KEY=Hex-encoded private key for the agent wallet that pays USDC. Testnet by default (Base Sepolia) — set BITBOOTH_CHAIN_ID=8453 to use Base mainnet. · BITBOOTH_API_URL=BitBooth gateway URL. Defaults to the staging endpoint on Base Sepolia. · BITBOOTH_CHAIN_ID=EVM chain ID. Defaults to 84532 (Base Sepolia testnet). Set to 8453 for Base mainnet (spends real USDC). 1 0.0 %
BITBUCKET_ACCESS_TOKEN=Bitbucket API token (ATATT), app password, or OAuth access token · BITBUCKET_DEFAULT_WORKSPACE=Default Bitbucket workspace when a tool omits workspace · BITBUCKET_EMAIL=Atlassian account email (required with API tokens) · LLM_PROVIDER=LLM backend for analyze_pull_request (openai, anthropic, gemini, bedrock) · OPENAI_API_KEY=OpenAI API key when LLM_PROVIDER is openai 1 0.0 %
BITBUCKET_TOKEN=Your Bitbucket API token or OAuth2 access token · BITBUCKET_USERNAME=Your Bitbucket username/ email (required for Basic auth, omit for workspace/repo access tokens) 1 0.0 %
BITCOIN_NETWORK=Bitcoin network: mainnet, testnet, signet, or regtest (default: mainnet). Sets default RPC port if BITCOIN_RPC_PORT is not set. · BITCOIN_RPC_HOST=Bitcoin Core RPC host (default: 127.0.0.1) · BITCOIN_RPC_PORT=Bitcoin Core RPC port (default: auto-selected by network) · SATOSHI_API_KEY=API key for authenticated access to the hosted Satoshi API (get one free at POST /api/v1/register) · SATOSHI_API_URL=Override the default hosted API URL (default: https://bitcoinsapi.com). The hosted API is used automatically when no local node is detected. 1 0.0 %
BITCOMPARE_API_KEY=Bearer API key from https://pro.bitcompare.net/dashboard/keys. Format: ck_live_*. Requires a Pro or Enterprise plan for MCP access. 1 0.0 %
BITGET_API_KEY=Bitget API key from API Management · BITGET_PASSPHRASE=Bitget API passphrase · BITGET_SECRET_KEY=Bitget API secret key 1 0.0 %
BITRIX24_WEBHOOK_URL=API key for the service 1 0.0 %
BITRIX24_WEBHOOK_URL=Inbound webhook URL of your Bitrix24 portal (https://<portal>.bitrix24.kz/rest/<user_id>/<token>/). Stored in the OS keychain on first run; this env var is a fallback for CI / containerised / headless deployments. · RCS_LICENSE_KEY=Commercial license key issued after the 14-day trial. Stored in the OS keychain on first run; env var fallback only needed for CI / headless deployments. 1 0.0 %
BITSO_API_KEY=API key for bitso 1 0.0 %
BIZMUSE_API_KEY=API key created at https://bizmuse.ai/settings/apikeys · BIZMUSE_API_URL=BizMuse API base URL 1 0.0 %
BLACKLAKE_API_URL=URL of the BlackLake API the bridge forwards to. Defaults to http://localhost:3100 (the address npx blacklake serve listens on). 1 0.0 %
BLACKSMITH_ORG=Your Blacksmith organization name · BLACKSMITH_SESSION_COOKIE=Session cookie (auto-extracted from Chrome if not set) 1 0.0 %
BLACKWALL_API_KEY=Your BLACK_WALL API key (bw_live_…) from https://blackwalltier.com/dashboard/keys · BLACKWALL_MODE=observe (log only, never block) or enforce (default). 1 0.0 %
BLAZINGCDN_ALLOW_DELETE=Set to 1 to enable delete tools · BLAZINGCDN_ALLOW_WRITE=Set to 1 to enable create/update tools · BLAZINGCDN_API_TOKEN=BlazingCDN API access token 1 0.0 %
BLE_MCP_ALLOW_WRITES=Enable BLE characteristic writes (off by default for safety) · BLE_MCP_AUTH_TOKEN=Password for OAuth approval page. Required unless --no-auth is used. · BLE_MCP_MAX_SESSIONS=Maximum concurrent MCP sessions (default 1). · BLE_MCP_PLUGINS=Plugin policy: 'all' or comma-separated plugin names. Unset = disabled. · BLE_MCP_TOOL_SEPARATOR=Tool name separator character (default '_'). Set to '.' if your client supports dots. · BLE_MCP_WRITE_ALLOWLIST=Comma-separated UUID allowlist for writable characteristics 1 0.0 %
BLING_ACCESS_TOKEN=API key for bling 1 0.0 %
BLIP_API_KEY=Your Blip API key 1 0.0 %
BLIXTWORKS_PRIVATE_KEY=Private key of a wallet holding a small amount of USDC on Base. Used only to sign per-request payments (well under a cent per call). Use a dedicated low-balance wallet. Without it the free status tool still works. 1 0.0 %
BLOB_READ_WRITE_TOKEN=Vercel Blob token for self-hosting on your own domain. Optional. 1 0.0 %
BLOCKET_LOCATIONS=Optional comma-separated Blocket region (län) names to scope searches; empty = all of Sweden. · TRADERA_APP_ID=Numeric Tradera App ID from api.tradera.com/register. · TRADERA_APP_KEY=Tradera App Key (GUID secret) from api.tradera.com/register. 1 0.0 %
BLOCKLENS_API_KEY=Blocklens API key (get one at https://blocklens.co/settings) 1 0.0 %
BLOCKRUN_WALLET_KEY=Optional: Your wallet private key for USDC payments (hex for Base, bs58 for Solana). If not set, a wallet is auto-generated. 1 0.0 %
BLOOMFILTER_API_URL=Bloomfilter API base URL (defaults to https://api.bloomfilter.xyz) · BLOOMFILTER_NETWORK=CAIP-2 network identifier (defaults to eip155:8453 / Base mainnet) · BLOOMFILTER_PRIVATE_KEY=Hex-encoded private key for a wallet funded with USDC on Base to pay for domains and DNS operations 1 0.0 %
BLS_API_KEY=Optional BLS API key from https://data.bls.gov/registrationEngine/ for v2 (500/day). 1 0.0 %
BLS_API_KEY=Optional free BLS API key for higher request limits. 1 0.0 %

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

Blatt 21 von 113, 5.604 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=21