Zum Inhalt springen

Beschreibungen der Umgebungsvariablen (Rohangabe)

5.641 verschiedene Werte, gemessen an 25.157 ausgelieferten Einträgen.

Wert Einträge Anteil
PUTPUT_TOKEN=PutPut API token. Get one free without signup: curl -X POST https://putput.io/api/v1/auth/guest | jq .token 1 0.0 %
PVE_BASE_URL=URL of the Proxmox VE instance (e.g. https://pve.example.com:8006) · PVE_TOKEN_ID=Proxmox VE API token ID (e.g. user@pam!token-name) · PVE_TOKEN_SECRET=Proxmox VE API token secret 1 0.0 %
PWDEBUG=Must be set to "console". Enables Playwright semantic locator generation (getByRole, getByTestId) for action entities. Without it, only XPath locators are available. 1 0.0 %
PWSH_EXEC_DEFAULT_DIR=Default working directory for commands (defaults to %TEMP%/pwsh-exec). 1 0.0 %
PW_ALLOWED_DIRS=path.delimiter-separated list of directories the per-call workingDirectory parameter may point at. Entries may be absolute or relative (resolved once against the server's launch cwd at startup). Defaults to '.' (authorizes only the launch directory). · PW_RESULTS_FILE=Absolute path override for the JSON reporter output file. Defaults to <workingDirectory>/test-results/results.json, computed per call. 1 0.0 %
PYRIMID_AFFILIATE_ID=Optional Pyrimid affiliate ID for commissions · WALLET_PRIVATE_KEY=Base wallet private key for x402 micropayments 1 0.0 %
PYRIMID_AFFILIATE_ID=Your Pyrimid affiliate wallet address for on-chain commission splits (optional). · WALLET_PRIVATE_KEY=Dedicated low-balance Base wallet private key for x402 USDC micropayments. Do not use your primary wallet. 1 0.0 %
PYSCN_CONFIG=Path to a .pyscn.toml configuration file. Defaults to the usual config discovery (.pyscn.toml, then pyproject.toml) starting from the analyzed directory. 1 0.0 %
PYTHONIOENCODING=Set to utf-8 to ensure correct text encoding on all platforms. 1 0.0 %
PYTHONIOENCODING=UTF-8 stdio (needed on Windows). · PYTHONUNBUFFERED=Unbuffered stdio so MCP JSON-RPC flushes immediately. 1 0.0 %
PYTHONUNBUFFERED=Keep stdio MCP responses unbuffered. 1 0.0 %
Q402_AGENTIC_PRIVATE_KEY=Mode B - local Agent Wallet signing. Hex-encoded EVM private key (0x + 64 hex chars) exported from your Agent Wallet at https://q402.quackai.ai/dashboard -> Agent tab -> Export. Signs LOCALLY just like Mode A, but the signer is your dedicated Agent Wallet - your MetaMask EOA is never touched. Pick this for AI-agent automation when you want a dedicated purse with per-tx + daily caps you set on the dashboard. · Q402_AGENT_WALLET_ADDRESS=Server-managed Agent Wallet picker (walletMode='agentic-server' only). Lowercased agent wallet address (the hex 0x... shown on the Agent tab of your dashboard) selecting which of your Agent Wallets to spend from when you hold more than one (max 10 per owner). Omit to use the default wallet. Ignored for the local-signing modes that carry their own private key. · Q402_ALLOWED_RECIPIENTS=Optional comma-separated lowercase EVM addresses. When set, q402_pay rejects any recipient not on this allowlist. · Q402_API_KEY=DEPRECATED legacy single-key env from pre-v0.5.0 installs. The server still reads it as a silent fallback so existing setups keep working, but new users should pick a scoped variant instead. Q402_TRIAL_API_KEY (Free Trial, BNB Chain + Base) and Q402_MULTICHAIN_API_KEY (full 12-chain surface) are designed to coexist - BNB and Base payments auto-route to the trial key, other chains use multichain. Only set Q402_API_KEY if you are migrating an existing pre-v0.5.0 install; do NOT set it alongside the scoped variants on a fresh install. · Q402_BUILDER_CODE=Optional Base Builder Code for onchain attribution (ERC-8021 / Base Builder Codes). When set, every q402_x402_fetch payment includes your code as the client/intermediary in the x402 payment extension so payments are attributed onchain. Format: 1-32 lowercase letters, numbers, or underscores. Leave unset to disable attribution. · Q402_ENABLE_REAL_PAYMENTS=Live-mode switch. 0 = sandbox (test mode, no funds move - every q402_pay returns a fake hash). 1 = real on-chain payments. Default 1 since v0.5.11: safe because mode only flips to live when a live API key (q402_live_*) is set AND one of (a) a valid 32-byte private key for local signing modes, OR (b) walletMode="agentic-server" with Q402_MULTICHAIN_API_KEY for the server-managed Agent Wallet path. Without either combination, the server stays in sandbox regardless of this flag. · Q402_MAX_AMOUNT_PER_CALL=Per-call USD-equivalent cap for USDC/USDT/RLUSD. Any such q402_pay request with amount above this is rejected before signing. Q (QuackAI) is exempt by design (your own token; recipient allowlist + confirmation still apply). Lower this for a tighter agent blast-radius; raise for treasury-grade transfers. · Q402_MULTICHAIN_API_KEY=Recommended path: skip this UI and run `q402_doctor` after install - it stores secrets in ~/.q402/mcp.env, which the server auto-loads. Fill this field directly ONLY if your MCP client manages secrets for you. Value is a Paid Multichain API key from https://q402.quackai.ai/payment - full 12-chain support with per-chain Gas Tank. Auto-routed for non-BNB payments and whenever keyScope='multichain' is chosen. · Q402_PRIVATE_KEY=Mode A - real EOA signing. Hex-encoded EVM private key (0x + 64 hex chars) of YOUR MetaMask wallet, used to sign payment authorizations LOCALLY on your machine. After your first payment that wallet shows as 'Smart account' in MetaMask (EIP-7702 delegation, reversible via q402_clear_delegation). Use a fresh wallet, not your main one. Skip this and pick Mode B (Q402_AGENTIC_PRIVATE_KEY) or Mode C (server-managed Agent Wallet) if you'd rather keep your MetaMask untouched. Recommended path: run q402_doctor after install - it stores secrets in ~/.q402/mcp.env, which the server auto-loads. · Q402_RELAY_BASE_URL=Override for the Q402 relay endpoint. Defaults to https://q402.quackai.ai/api. Set explicitly when running against a self-hosted Q402 deployment or a non-canonical environment. · Q402_TRIAL_API_KEY=Recommended path: skip this UI and run `q402_doctor` after install - it stores secrets in ~/.q402/mcp.env, which the server auto-loads. Fill this field directly ONLY if your MCP client manages secrets for you. Value is a Free Trial API key from https://q402.quackai.ai/event - BNB Chain (permanent) + Base (permanent) + Mantle limited-time (2026-08-21~08-28 UTC+9), 500 sponsored TXs, gas covered by Q402. Avalanche trial has ended. BNB and Base payments auto-route to this key when set (same rule for q402_pay and q402_batch_pay up to 5 recipients). · Q402_WALLET_ID=DEPRECATED soft-migration alias for Q402_AGENT_WALLET_ADDRESS (one release of overlap from v0.6.0). The server still accepts it but logs a deprecation notice. New installs should set Q402_AGENT_WALLET_ADDRESS directly. 1 0.0 %
QASE_API_DOMAIN=Custom API domain for enterprise (default: api.qase.io) · QASE_API_PROTOCOL=Scheme used to reach the API domain: http or https. Use http only for self-hosted deployments served without TLS (default: https) · QASE_API_TOKEN=Qase API token from app.qase.io > Settings > API Tokens 1 0.0 %
QASKILLS_API_URL=Override the QASkills API base URL (defaults to https://qaskills.sh) 1 0.0 %
QATOUCH_API_TOKEN=QA Touch Personal API Token · QATOUCH_DOMAIN=Your QA Touch subdomain (for example: abc if your URL is https://abc.qatouch.com) 1 0.0 %
QBO_CLIENT_ID=Intuit app client id. · QBO_CLIENT_SECRET=Intuit app client secret. · QBO_ENVIRONMENT=sandbox or production. · QBO_REALM_ID=QuickBooks company (realm) id. · QBO_SCOPES=Space-separated OAuth scopes; defaults to accounting only. 1 0.0 %
QBO_CLIENT_ID=QuickBooks app Client ID from developer.intuit.com · QBO_CLIENT_SECRET=QuickBooks app Client Secret from developer.intuit.com · QBO_CREDENTIAL_MODE=Credential storage mode: 'local' (default) or 'aws' · QBO_SANDBOX=Set to 'true' to use QuickBooks sandbox environment 1 0.0 %
QB_ACCESS_TOKEN=QuickBooks OAuth2 bearer access token. Expires in 1hr — caller is responsible for refresh via Intuit's OAuth2 auth_code flow. · QB_ENV=QuickBooks environment: 'sandbox' (default) or 'production'. Selects sandbox-quickbooks.api.intuit.com vs quickbooks.api.intuit.com. · QB_MINOR_VERSION=QuickBooks API minor version. Defaults to 70. · QB_REALM_ID=QuickBooks company id (realmId). Issued when a user authorizes your app against a specific company. 1 0.0 %
QCA_TOOL_API_BASE=Qiskit Code Assistant API base URL · QCA_TOOL_MODEL_NAME=Default model name for code completion · QISKIT_IBM_TOKEN=Your IBM Quantum API token for authentication 1 0.0 %
QG_DEPLOY_LOG=Path to the deploy/commit log to read (default: demo/deploy_log.json, resolved against the working directory). 1 0.0 %
QG_LOG_PATH=Path to the JSONL incident log to read (default: demo/incident_logs.jsonl, resolved against the working directory). 1 0.0 %
QG_METRICS_PATH=Path to the metric series to read (default: demo/metrics.json, resolved against the working directory). 1 0.0 %
QISKIT_DOCS_BASE=Base URL for Qiskit documentation · QISKIT_HTTP_TIMEOUT=HTTP request timeout in seconds 1 0.0 %
QISKIT_IBM_RUNTIME_MCP_INSTANCE=IBM Quantum instance CRN for faster startup (skips instance lookup) · QISKIT_IBM_TOKEN=Your IBM Quantum API token for authentication 1 0.0 %
QISKIT_IBM_TOKEN=Your IBM Quantum API token for authentication 1 0.0 %
QLOWS_BASE_URL=Override the qlows API host. Defaults to https://app.qlows.com. · QLOWS_TOKEN=qlows API token. Mint one at https://app.qlows.com/mcp or run `qlows-mcp login`. 1 0.0 %
QMAILING_API_TOKEN=API token from https://qmailing.com/settings/developers 1 0.0 %
QNEXUS_MCP_ALLOW_DESTRUCTIVE=Permit delete/cancel/archive tools (default: false). · QNEXUS_MCP_ALLOW_HARDWARE=Permit real-QPU targets (default: false). · QNEXUS_MCP_ALLOW_SPEND=Permit credit-spending (HQC) execution (default: false). · QNEXUS_MCP_MAX_CREDITS=Hard per-call HQC ceiling; 0 blocks all spend (default: 0). · QNEXUS_MCP_MAX_OUTCOMES=Top-N cap on distinct measurement outcomes returned per result item (default: 100). · QNEXUS_MCP_MAX_SUBMISSIONS_PER_MINUTE=Sliding-window submission cap; each circuit in a batch counts as one (default: 6). · QNEXUS_MCP_PROJECTS=Comma-separated project allowlist, enforced on every mutating tool (default: all projects). · QNEXUS_MCP_TOOLSETS=Comma-separated toolsets: read,execute,manage,destructive (default: read). 1 0.0 %
QONTOCTL_ORGANIZATION_SLUG=Qonto organization slug · QONTOCTL_SECRET_KEY=Qonto API secret key 1 0.0 %
QORAMI_API_KEY=Your Qorami workspace API key (get one at https://qorami.fr/dashboard/). 1 0.0 %
QPOST_API_KEY=API key from your QPost dashboard (Settings > API Keys) · QPOST_BASE_URL=QPost instance URL, for self-hosted deployments (defaults to https://qpost.dev) 1 0.0 %
QRING_BACKEND=Secret storage backend. Defaults to the OS keychain; set to "file" for headless hosts with no Secret Service (CI, containers). · QRING_FILE_BACKEND_PATH=Custom path for the encrypted file store (default: ~/.config/q-ring/file-backend.enc). · QRING_FILE_PASSPHRASE=Passphrase for the encrypted file backend (AES-256-GCM). Required only when QRING_BACKEND=file — without it the file backend fails closed. 1 0.0 %
QR_MAKER_API_KEY=Your QR Maker API key from qr-maker.io/app/settings/api-keys 1 0.0 %
QSEOW_ALLOW_MUTATIONS=Set true to register write tools. Default false: mutating tools are never registered, so the tool list is genuinely read-only. · QSEOW_AUTH_MODE='certificate' (service identity via QMC-exported certs) or 'jwt' (per-user, through a JWT virtual proxy). Defaults to certificate. · QSEOW_CERT_KEY_PATH=Path to the client certificate private key (PEM). · QSEOW_CERT_PATH=Path to the QMC-exported client certificate (PEM). Required in certificate mode; also enables the Proxy-API session tools in jwt mode. · QSEOW_HOST=Hostname of the Qlik Sense node, no scheme (e.g. sense.example.com). · QSEOW_JWT=Signed JWT for the virtual proxy (jwt mode only). · QSEOW_ROOT_CERT_PATH=Path to the Qlik root CA (PEM). Supply it to keep TLS verification on. · QSEOW_TLS_VERIFY=Set false only for self-signed lab certificates. Leave on in production. · QSEOW_TOOL_GROUPS=Comma-separated personas to expose: analyst, developer, admin. · QSEOW_VP_PREFIX=Virtual proxy prefix for jwt mode, e.g. 'jwt'. 1 0.0 %
QTM4J_API_KEY=QMetry API key. Generate from QMetry → API Keys. · QTM4J_REGION=QMetry region: 'US' (default) or 'AU'. 1 0.0 %
QT_DOC_BASE=Absolute path to a local Qt 4.8, Qt 5, or Qt 6 HTML documentation root (required) · QT_DOC_STATE_DIR=Writable directory for the search index and Markdown cache (default: $QT_DOC_BASE/.index; set when the documentation root is read-only) · SERVER_HOST=Server bind address (default: 127.0.0.1) · SERVER_PORT=Server port (default: 8000) 1 0.0 %
QUACKR_API_KEY=Your Quackr API key, from your profile page at quackr.io 1 0.0 %
QUANTAROUTE_API_KEY=QuantaRoute API key (get from quantaroute.com or use: free_test_key_hash_12345) 1 0.0 %
QUANTASEAL_API_KEY=QuantaSeal API key (starts with qs_live_). Get one at https://app.quantaseal.io/settings/api-keys · QUANTASEAL_BASE_URL=Override API URL (optional, default: https://api.quantaseal.io) 1 0.0 %
QUANTGIST_API_KEY=QuantGist API key (qg_live_... or qg_test_...). Get one free at https://quantgist.com 1 0.0 %
QUANTICDATA_API_KEY=API key from https://quanticdata.io (free monthly usage, no card required) 1 0.0 %
QUANTRISK_API_KEY=API key from https://quantrisk.dev/upgrade. Optional — without one, requests run on the free tier (limited tools and call quotas). 1 0.0 %
QUANTUMPROXIES_API_KEY=API key from https://quantumproxies.io (free monthly usage, no card required) 1 0.0 %
QUANTUSTIK_API_KEY=Optional. Sent as "Authorization: Bearer <key>" to raise quota above the anonymous per-IP hourly cap. Get a free key at https://quantustik.com/developers. 1 0.0 %
QUASH_API_TOKEN=Quash API token (qsh_…). Optional if you sign in with Google via the auth tool. · QUASH_SIDECAR_CMD=Path to the Quash automation engine (sidecar) installed by the Quash installer. · QUASH_TEST_GEN_AGENT_CMD=Command for the test-case generator installed by the Quash installer. 1 0.0 %
QUERYPILOT_ACCESS_POLICY_JSON=JSON-encoded AccessPolicy (blocked_columns, allowed_columns, row_filters, masking_rules) enforced before execution. Equivalent to --access-policy-json. · QUERYPILOT_DATABASE_URL=SQLAlchemy-style database connection URL, e.g. sqlite:///demo.db or postgresql://user:pass@host:5432/db. Equivalent to --database-url. · QUERYPILOT_DIALECT=SQL dialect for the connector. Equivalent to --dialect. · QUERYPILOT_MAX_ROWS=Maximum rows returned per query. Equivalent to --max-rows. · QUERYPILOT_MCP_TRANSPORT=MCP transport used by `querypilot mcp`. Equivalent to --transport. Most MCP clients should leave this at stdio; streamable-http is for clients that speak Streamable HTTP directly. · QUERYPILOT_TIMEOUT_SECONDS=Query execution timeout in seconds. Equivalent to --timeout-seconds. 1 0.0 %
QUERYSHIELD_API_KEY=Agent API key issued by QueryShield. · QUERYSHIELD_BASE_URL=Override the default endpoint. 1 0.0 %
QUICKBOOKS_ACCESS_TOKEN=OAuth 2.0 bearer access token (scope com.intuit.quickbooks.accounting). Mint it from the Intuit OAuth 2.0 Playground or `quickbooks-cli auth refresh`. · QUICKBOOKS_BASE_URL=Full company-scoped API base, e.g. https://quickbooks.api.intuit.com/v3/company/<realm-id>. Leave blank when you set the realm ID and environment above; the CLI builds this from them. · QUICKBOOKS_CLIENT_ID=Client ID of your Intuit app (developer.intuit.com > your app > Keys). Set it with the client secret and refresh token so the CLI can mint a fresh access token; leave blank if you paste an access token instead. · QUICKBOOKS_CLIENT_SECRET=Client secret paired with QUICKBOOKS_CLIENT_ID. · QUICKBOOKS_ENVIRONMENT=Which Intuit host the realm lives on: production or sandbox. Combined with the realm ID to build the base URL. · QUICKBOOKS_REALM_ID=The QuickBooks company ('realm') ID every call is scoped to. Find it in the Intuit developer dashboard or the sandbox company URL. Without it the CLI cannot build a working base URL. · QUICKBOOKS_REFRESH_TOKEN=OAuth 2.0 refresh token. Refresh tokens live ~100 days and rotate on every refresh, so the CLI writes the new one back to its config. · QUICKBOOKS_TOKEN_URL=Token endpoint the client-credentials exchange posts to. Leave the prefilled default unless your tenant uses a different token endpoint. 1 0.0 %
QUICKBOOKS_API_KEY=API Key for QUICKBOOKS · QUICKBOOKS_API_URL=API URL for QUICKBOOKS 1 0.0 %
QUICKEN_DB_PATH=Path to Quicken database file (auto-detected if not set) 1 0.0 %

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

Blatt 86 von 113, 5.641 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=86