Zum Inhalt springen

Beschreibungen der Umgebungsvariablen (Rohangabe)

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

Wert Einträge Anteil
MAX_PAYMENT_USDC=Client-side per-call spend ceiling in USDC (default 0.10). The signer refuses to auto-pay a 402 whose amount exceeds this — protects the wallet from a hostile endpoint. · SERVER_URL=true402 API base (default https://true402.dev/api). Must be https (or localhost) — the signer refuses to send a payment over cleartext. · WALLET_PRIVATE_KEY=Funded Base wallet private key for x402 payment signing (optional; without it, paid tools return the 402 requirements). 1 0.0 %
MAX_PAY_USD=Max USD a single pay_and_call may spend. Bounds a runaway or injected payment. · REQUIRE_CONFIRM=When on (default), pay_and_call refuses until re-issued with confirm:true. Set 0/false to disable the gate. · SOLANA_RPC_URL=Solana mainnet RPC endpoint. Defaults to the public cluster — bring your own (Helius / Quicknode / Triton) for production traffic. · SOLANA_SECRET_KEY=Base58 (or JSON byte-array) Solana secret key that signs payments and holds the USDC. Not needed for the read tools (find_services, inspect_endpoint, or x402_wallet with an explicit address). Treat like cash. · THREE_WS_BASE=Base URL of the three.ws API that serves /api/bazaar/search for find_services. Override only when self-hosting. 1 0.0 %
MAX_PRICE_USDC=Per-call price ceiling in USDC (default 0.05). · X402_PRIVATE_KEY=Private key of the paying wallet (USDC on Base mainnet). Signs x402 payment authorizations locally. 1 0.0 %
MAX_SOL_PER_TX=Per-transaction spend cap in SOL for native SOL transfers via send_transfer. Bounds the blast radius of a leaked key or an injected argument. · RECIPIENT_ALLOWLIST=Optional comma-separated base58 pubkeys. When set, send_transfer refuses any recipient not in the list. · REQUIRE_CONFIRM=When on (default), send_transfer refuses until re-issued with confirm:true. Set 0/false to disable the gate. · SOLANA_RPC_URL=Solana mainnet RPC endpoint used by get_wallet_balances and send_transfer. Defaults to https://api.mainnet-beta.solana.com — bring your own (Helius / Quicknode / Triton) for production traffic. · SOLANA_SECRET_KEY=Base58-encoded Solana secret key for the wallet that send_transfer signs from. REQUIRED for send_transfer (the only write tool); a per-call `secret` arg overrides it. Not needed for any read tool. Treat like cash. · THREE_WS_BASE=Base URL of the three.ws API that serves the portfolio + trades endpoints. Override only when self-hosting or targeting a preview deployment. · THREE_WS_SESSION=Your three.ws session token (the value of the `__Host-sid` cookie from a signed-in browser). Required for the account-scoped reads — get_portfolio_summary, get_portfolio_history, get_portfolio_asset — which return data for the agents YOU own. The public trade feed and on-chain balance reads do not need it. Treat like a password. · THREE_WS_TIMEOUT_MS=Per-request timeout in milliseconds for the live three.ws API reads. 1 0.0 %
MAX_TOKEN=MAX bot token from dev.max.ru — passed as Authorization header WITHOUT 'Bearer' prefix (MAX API quirk: non-standard auth) 1 0.0 %
MAX_USD_PER_CALL=Max USD per single call (default 0.05). · MAX_USD_TOTAL=Max USD per session (default 5). · WALLET_PRIVATE_KEY=Private key of a wallet holding USDC on Base. Stays on your machine. 1 0.0 %
MAX_USD_PER_CALL=Max USD per single call (default 0.05). · MAX_USD_TOTAL=Max USD per session (default 5). · WALLET_PRIVATE_KEY=Private key of a wallet holding USDC.e on Tempo. Stays on your machine. 1 0.0 %
MBA_API_BASE=Override for self-hosted WooCommerce/Magento backends; defaults to the MBA hosted backend · MBA_API_KEY=Per-store MBA API key (mba_live_...), minted in the merchant admin · MBA_PLATFORM=Store platform (shopify, bigcommerce, woocommerce, magento, orocommerce); drives per-platform path mapping and tool gating 1 0.0 %
MB_API_KEY=API key for mercado-bitcoin 1 0.0 %
MCEPTION_DATA_DIR=Where audit reports and rug-pull baselines live. Defaults to ~/.mception. · MCEPTION_ENABLE_LLM_JUDGE=Set to 1 to enable advisory LLM-assisted classification via MCP sampling. No API key needed. · MCEPTION_INTROSPECT_TIMEOUT=Per-target timeout in seconds for the fetcher + engine pipeline. · MCEPTION_OFFLINE=Set to 1 to block outbound HTTP (OSV, registry signals, phantom-repo probes). 1 0.0 %
MCP-INDUSTRY-APPID=Industry app ID for authentication 1 0.0 %
MCPAMPEL_API_KEY=MCPAmpel API key (get one free at mcpampel.com) 1 0.0 %
MCPIE_CONFIG=Optional path to the mcpie config TOML (defaults to ~/.config/mcpie/config.toml) 1 0.0 %
MCPSENTINEL_ALLOWED_HOSTS=Comma-separated MCP server hostnames, optionally with an exact port, that the MCP-native scanner may connect to. · MCPSENTINEL_ALLOW_PRIVATE_HTTP_TARGETS=Set to true only to permit an explicitly allowlisted private or reserved HTTP address in a trusted local network. 1 0.0 %
MCPSKILLS_API_KEY=Optional Pro API key for higher rate limits and full reports. 1 0.0 %
MCPSPEND_API_KEY=Your MCPSpend API key. Create one at https://mcpspend.com/dashboard/keys. Starts with mcps_live_ or mcps_test_. Optional — the server boots and lists tools without it; only tool calls require auth. · MCPSPEND_ENDPOINT=Optional. Override the MCPSpend API endpoint. Defaults to https://api.mcpspend.com. Use only if you self-host MCPSpend. 1 0.0 %
MCP_1C_BASE=URL of the 1C HTTP service (with MCPService extension installed) · MCP_1C_PASSWORD=Password for the 1C user · MCP_1C_USER=1C user with API access · RCS_LICENSE_KEY=RCS license token (Solo free, Pro 9900 KZT/mo, Team 39900 KZT/mo) 1 0.0 %
MCP_ALLOWED_HOSTS=Comma-separated allow-list of hosts the bot may join. · MCP_DEFAULT_AUTH=Auth mode: offline or microsoft. · MCP_DEFAULT_HOST=Server to auto-connect on startup (optional). · MCP_DEFAULT_USERNAME=In-game name (offline) or account email (microsoft). · MCP_DISABLE_GROUPS=Comma-separated tool-group keys to disable. · MCP_READ_ONLY=Observe-only mode (no world-mutating tools). 1 0.0 %
MCP_ALLOWED_HOSTS=Comma-separated allowed Host headers. Empty = Host validation disabled (default). When set, requests with a Host outside the list are rejected. · MCP_ALLOWED_ORIGINS=Comma-separated allowed browser Origins (DNS-rebinding defense). Empty = reject any request carrying an Origin header; non-browser clients (CLI/SDK) send no Origin and are always allowed. Use '*' to allow all. · MCP_ALLOW_INSECURE_FILE_URL=Set to "true" to allow plain http:// fileUrl downloads in evidence_create (default https-only). Private/internal addresses are rejected regardless (resolution-time check; see the documented DNS TOCTOU limitation in the hosted-deployment runbook). · MCP_ALLOW_UNVERIFIED_BEARER=Escape hatch for MCP_HTTP_PUBLIC=true WITHOUT inbound-token introspection: set to "true" ONLY when an upstream gateway already verifies Bearer tokens. The server logs a prominent warning and forwards tokens upstream unverified. · MCP_API_BASE_URL=Gateway ROOT URL (e.g. https://api.int.gcloudfactory.com) — each manager's path prefix is appended automatically; do NOT include a manager path here · MCP_API_BASE_URL_CHAT=Full base URL override for the chat manager, used as-is (default: https://api.gcloudfactory.com/chat-bot-manager) · MCP_API_BASE_URL_EVIDENCE=Full base URL override for the evidence manager, used as-is (default: https://api.gcloudfactory.com/digital-trust) · MCP_API_BASE_URL_NOTIFICATION=Full base URL override for the notification manager, used as-is (default: https://api.gcloudfactory.com/notifications) · MCP_API_BASE_URL_SIGNATURE=Full base URL override for the signature manager, used as-is (default: https://api.gcloudfactory.com/signature-manager) · MCP_HTTP_HOST=Interface the HTTP transport binds to. Default 127.0.0.1 (localhost only). Set 0.0.0.0 to expose on all interfaces (containers do this automatically). · MCP_HTTP_MAX_BODY_BYTES=Maximum accepted POST /mcp request-body size in bytes (default 16777216 = 16 MiB — sized so base64 file uploads within the documented tool limits fit). Oversized requests get a 413 JSON-RPC error before/while reading — closes a memory-exhaustion DoS vector in public deployments. Note: base64 file sources are capped by this limit BEFORE MCP_FILE_MAX_BYTES applies. · MCP_HTTP_PUBLIC=Set to "true" for public/multi-tenant deployments. Activates Host validation and refuses to start unless (1) MCP_ALLOWED_ORIGINS or MCP_ALLOWED_HOSTS is set AND (2) inbound Bearer introspection is configured (MCP_SVC_INTROSPECT_URL + MCP_SVC_CLIENT_ID/SECRET) or MCP_ALLOW_UNVERIFIED_BEARER=true is set explicitly (fail-closed). · MCP_SVC_CLIENT_ID=OAuth2 client_credentials client ID. · MCP_SVC_CLIENT_SECRET=OAuth2 client_credentials client secret. (See https://digitaltrust.gcloudfactory.com for credential acquisition.) · MCP_SVC_INTROSPECT_URL=RFC 7662 token introspection URL for inbound Bearer verification in HTTP mode. Opt-in, and required when MCP_HTTP_PUBLIC=true. Leave empty for stdio (local) use. · MCP_SVC_SCOPE=Optional OAuth2 scope for the service-account token request. · MCP_SVC_TOKEN_URL=Token endpoint URL for the OAuth2 client_credentials flow. · PORT=HTTP port when running in hosted (HTTP) mode; ignored in stdio mode 1 0.0 %
MCP_ALLOWED_HOSTS=Comma-separated allowed Host headers. Empty = Host validation disabled (default). When set, requests with a Host outside the list are rejected. · MCP_ALLOWED_ORIGINS=Comma-separated allowed browser Origins (DNS-rebinding defense). Empty = reject any request carrying an Origin header; non-browser clients (CLI/SDK) send no Origin and are always allowed. Use '*' to allow all. · MCP_ALLOW_INSECURE_FILE_URL=Set to "true" to allow plain http:// fileUrl downloads in evidence_create (default https-only). Private/internal addresses are rejected regardless (resolution-time check; see the documented DNS TOCTOU limitation in the hosted-deployment runbook). · MCP_ALLOW_UNVERIFIED_BEARER=Escape hatch for MCP_HTTP_PUBLIC=true WITHOUT inbound-token introspection: set to "true" ONLY when an upstream gateway already verifies Bearer tokens. The server logs a prominent warning and forwards tokens upstream unverified. · MCP_API_BASE_URL=Overrides the default upstream API host for every tool · MCP_AUTH_EMAIL=Your EAD Enterprise Suite account email. Configure exactly one flow; do not combine it with the others. · MCP_AUTH_PASSWORD=Your EAD Enterprise Suite account password. (See https://www.eadtrust.eu/soluciones-legaltech/enterprise-suite/ for credential acquisition.) · MCP_AUTH_USER_KEY=Long-lived EAD Enterprise Suite user key, exchanged automatically for a short-lived session token. Use it for headless or automated access instead of an account password. Configure exactly one flow; do not combine it with the others. (See https://www.eadtrust.eu/soluciones-legaltech/enterprise-suite/ for credential acquisition.) · MCP_HTTP_HOST=Interface the HTTP transport binds to. Default 127.0.0.1 (localhost only). Set 0.0.0.0 to expose on all interfaces (containers do this automatically). · MCP_HTTP_MAX_BODY_BYTES=Maximum accepted POST /mcp request-body size in bytes (default 16777216 = 16 MiB — sized so base64 file uploads within the documented tool limits fit). Oversized requests get a 413 JSON-RPC error before/while reading — closes a memory-exhaustion DoS vector in public deployments. Note: base64 file sources are capped by this limit BEFORE MCP_FILE_MAX_BYTES applies. · MCP_HTTP_PUBLIC=Set to "true" for public/multi-tenant deployments. Activates Host validation and refuses to start unless (1) MCP_ALLOWED_ORIGINS or MCP_ALLOWED_HOSTS is set AND (2) inbound Bearer introspection is configured (MCP_SVC_INTROSPECT_URL + MCP_SVC_CLIENT_ID/SECRET) or MCP_ALLOW_UNVERIFIED_BEARER=true is set explicitly (fail-closed). · MCP_SVC_CLIENT_ID=Client ID this server presents to the introspection endpoint above (its resource-server credentials). Only needed alongside MCP_SVC_INTROSPECT_URL; it does not authenticate you to EAD Enterprise Suite. · MCP_SVC_CLIENT_SECRET=Client secret this server presents to the introspection endpoint above (its resource-server credentials). Only needed alongside MCP_SVC_INTROSPECT_URL; it does not authenticate you to EAD Enterprise Suite. (See https://www.eadtrust.eu/soluciones-legaltech/enterprise-suite/ for credential acquisition.) · MCP_SVC_INTROSPECT_URL=RFC 7662 token introspection URL for inbound Bearer verification in HTTP mode. Opt-in, and required when MCP_HTTP_PUBLIC=true. Leave empty for stdio (local) use. · PORT=HTTP port when running in hosted (HTTP) mode; ignored in stdio mode 1 0.0 %
MCP_ALLOWED_HOSTS=Comma-separated allowed Host headers. Empty = Host validation disabled (default). When set, requests with a Host outside the list are rejected. · MCP_ALLOWED_ORIGINS=Comma-separated allowed browser Origins (DNS-rebinding defense). Empty = reject any request carrying an Origin header; non-browser clients (CLI/SDK) send no Origin and are always allowed. Use '*' to allow all. · MCP_ALLOW_INSECURE_FILE_URL=Set to "true" to allow plain http:// fileUrl downloads in evidence_create (default https-only). Private/internal addresses are rejected regardless (resolution-time check; see the documented DNS TOCTOU limitation in the hosted-deployment runbook). · MCP_ALLOW_UNVERIFIED_BEARER=Escape hatch for MCP_HTTP_PUBLIC=true WITHOUT inbound-token introspection: set to "true" ONLY when an upstream gateway already verifies Bearer tokens. The server logs a prominent warning and forwards tokens upstream unverified. · MCP_API_BASE_URL=Overrides the default upstream API host for every tool · MCP_AUTH_EMAIL=Your GoCertius account email. Configure exactly one flow; do not combine it with the others. · MCP_AUTH_PASSWORD=Your GoCertius account password. (See https://www.gocertius.io for credential acquisition.) · MCP_AUTH_USER_KEY=Long-lived GoCertius user key, exchanged automatically for a short-lived session token. Use it for headless or automated access instead of an account password. Configure exactly one flow; do not combine it with the others. (See https://www.gocertius.io for credential acquisition.) · MCP_HTTP_HOST=Interface the HTTP transport binds to. Default 127.0.0.1 (localhost only). Set 0.0.0.0 to expose on all interfaces (containers do this automatically). · MCP_HTTP_MAX_BODY_BYTES=Maximum accepted POST /mcp request-body size in bytes (default 16777216 = 16 MiB — sized so base64 file uploads within the documented tool limits fit). Oversized requests get a 413 JSON-RPC error before/while reading — closes a memory-exhaustion DoS vector in public deployments. Note: base64 file sources are capped by this limit BEFORE MCP_FILE_MAX_BYTES applies. · MCP_HTTP_PUBLIC=Set to "true" for public/multi-tenant deployments. Activates Host validation and refuses to start unless (1) MCP_ALLOWED_ORIGINS or MCP_ALLOWED_HOSTS is set AND (2) inbound Bearer introspection is configured (MCP_SVC_INTROSPECT_URL + MCP_SVC_CLIENT_ID/SECRET) or MCP_ALLOW_UNVERIFIED_BEARER=true is set explicitly (fail-closed). · MCP_SVC_CLIENT_ID=Client ID this server presents to the introspection endpoint above (its resource-server credentials). Only needed alongside MCP_SVC_INTROSPECT_URL; it does not authenticate you to GoCertius. · MCP_SVC_CLIENT_SECRET=Client secret this server presents to the introspection endpoint above (its resource-server credentials). Only needed alongside MCP_SVC_INTROSPECT_URL; it does not authenticate you to GoCertius. (See https://www.gocertius.io for credential acquisition.) · MCP_SVC_INTROSPECT_URL=RFC 7662 token introspection URL for inbound Bearer verification in HTTP mode. Opt-in, and required when MCP_HTTP_PUBLIC=true. Leave empty for stdio (local) use. · PORT=HTTP port when running in hosted (HTTP) mode; ignored in stdio mode 1 0.0 %
MCP_ALLOWED_SYMLINK_ROOTS=JSON array of absolute paths the connector may read through (and write generated images through) in-workspace symlinks that resolve into them. Mirrors the host's built-in file-tool declared-Space roots. Malformed or partially-malformed values fail closed to workspace-only. Optional; standalone users omit it. · MCP_HTTP_PORT=When set, serve MCP over HTTP on this port bound to 127.0.0.1 (loopback only) instead of stdio. Intended for host-managed local deployments; stdio hosts omit it. · MCP_WORKSPACE_PATH=Workspace directory for saving generated images · OPENAI_API_KEY=OpenAI API key with image generation access · OPENAI_IMAGE_MODEL=Override the default OpenAI image model identifier · OPENAI_IMAGE_REQUEST_TIMEOUT_MS=Outbound HTTP request timeout in milliseconds (max 1800000) 1 0.0 %
MCP_API_BASE_URL=NexusFeed API base URL · MCP_API_KEY=NexusFeed API key. Get one via RapidAPI: rapidapi.com/ladourv/api/abc-license-compliance-api 1 0.0 %
MCP_API_BASE_URL=NexusFeed API base URL · MCP_API_KEY=NexusFeed API key. Get one via RapidAPI: rapidapi.com/ladourv/api/ltl-fuel-surcharge-api 1 0.0 %
MCP_API_KEY=API key clients must send as X-API-Key. · MCP_SERVER_TOOLS_SURFACE=Tool surface to expose. Use guided for the safer default workflow, including report readback. Use expert only when clients need raw ZAP tools outside the guided surface. · ZAP_API_KEY=API key configured on the OWASP ZAP daemon. · ZAP_API_PORT=OWASP ZAP API port. · ZAP_API_URL=Hostname or URL of a separately running OWASP ZAP daemon reachable from this container. 1 0.0 %
MCP_API_KEY=MCP Server 认证 Key(可选) · SHOTFLOW_API_URL=ShotFlow Express API 地址(URL 格式,例如 http://localhost:3003) 1 0.0 %
MCP_API_KEY=Popup API Key — https://leaf-bluewhale2025.vercel.app/admin 에서 발급 (lf_live_... 형식) 1 0.0 %
MCP_API_KEY=Your MetricSpot API key (ms_live_...) from app.metricspot.com/settings/api-keys. Required for 5 of the 6 tools; omit to use only run_audit_anonymous (1 audit per IP per 24 hours, no auth). 1 0.0 %
MCP_AUDIO_STUDIO_DATA=Path to a JSON file the studio project is persisted to. Omit to keep the project in memory. 1 0.0 %
MCP_AUTHOR=Author name shown on tracked changes and comments (default: AI Assistant) · MCP_AUTHOR_INITIALS=Author initials shown on comments (default: AI) 1 0.0 %
MCP_AUTH_API_KEYS_FILE=Path to a hashed API-key store for inbound bearer-key auth. · MCP_AUTH_AUDIENCE=Expected JWT audience for inbound IdP auth. · MCP_AUTH_PUBLIC_URL=Public HTTPS URL of this MCP endpoint (e.g. https://mcp.example.com/mcp). · MCP_HOST=Loopback host for interactive OAuth redirect in stdio mode. · MCP_LOG_LEVEL=Log level: DEBUG, INFO, WARNING, ERROR, or CRITICAL. · MCP_PORT=Loopback port for interactive OAuth redirect in stdio mode. · TIMEBASE_AUTH_MODE=Outbound auth: auto, none, basic, oauth2_client_credentials, forward_identity. · TIMEBASE_AUTH_MODE=Outbound auth: auto, none, basic, oauth2_client_credentials, interactive. · TIMEBASE_OAUTH2_CLIENT_ID=OAuth2 client ID for service-account or interactive login. · TIMEBASE_OAUTH2_CLIENT_SECRET=OAuth2 client secret for service-account auth. · TIMEBASE_OAUTH2_SCOPE=OAuth2 scope(s) for service-account or interactive login. · TIMEBASE_OAUTH2_TOKEN_URL=OAuth2 token endpoint for service-account client credentials. · TIMEBASE_PASSWORD=Password for basic auth. · TIMEBASE_SERVERS=Multi-server config as a JSON array string or path to a JSON file. · TIMEBASE_URL=TimeBase native connection URL. · TIMEBASE_USERNAME=Username for basic auth or oauth2_client_credentials. 1 0.0 %
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'). · MCP_PUBLIC_URL=Public origin override for deployments behind a TLS-terminating reverse proxy (e.g. https://mcp.example.com). 1 0.0 %
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'). · MCP_PUBLIC_URL=Public origin override for deployments behind a TLS-terminating reverse proxy (e.g. https://mcp.example.com). · NCBI_ADMIN_EMAIL=Contact email sent with NCBI requests (recommended by NCBI). · NCBI_API_KEY=NCBI API key for higher rate limits (10 req/s vs 3 req/s). · UNPAYWALL_EMAIL=Contact email for Unpaywall. When set, pubmed_fetch_fulltext falls back to Unpaywall open-access copies for DOIs not in PMC. 1 0.0 %
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'). · MCP_PUBLIC_URL=Public origin override for deployments behind a TLS-terminating reverse proxy (e.g. https://mcp.example.com). · NOMINATIM_BASE_URL=Nominatim API base URL. Override to use a private or mirror instance. · NOMINATIM_USER_AGENT=User-Agent sent to Nominatim and Overpass. Required by usage policy. · OVERPASS_BASE_URL=Overpass API endpoint URL. Override to use a mirror or private instance. 1 0.0 %
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'). · MCP_PUBLIC_URL=Public origin override for deployments behind a TLS-terminating reverse proxy (e.g. https://mcp.example.com). · OSM_NOMINATIM_BASE_URL=Nominatim API base URL. Override to use a private or mirror instance. · OSM_OVERPASS_BASE_URL=Overpass API endpoint URL. When set, pins every query to this one endpoint and disables mirror failover. Leave unset to use OSM_OVERPASS_ENDPOINTS. · OSM_OVERPASS_ENDPOINTS=Comma-separated ordered list of Overpass endpoints. A transient failure advances to the next entry within the same tool call; a single entry means no failover. Verify a mirror's usage policy, data coverage, and freshness before adding it. Ignored when OSM_OVERPASS_BASE_URL is set. · OSM_OVERPASS_MAX_CONCURRENCY=Maximum Overpass queries submitted at once. Match the slot budget the endpoint advertises at /api/status. · OSM_USER_AGENT=User-Agent sent to Nominatim and Overpass. Required by usage policy. 1 0.0 %
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'). · MCP_PUBLIC_URL=Public origin override for deployments behind a TLS-terminating reverse proxy. 1 0.0 %
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'). · MCP_PUBLIC_URL=Public origin override for deployments behind a TLS-terminating reverse proxy. · RELIEFWEB_APP_NAME=Pre-approved appname for the ReliefWeb API v2. Required since November 2025. 1 0.0 %
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'). · MCP_SESSION_MODE=HTTP session mode. This read-only server uses stateless mode; available values are 'stateful', 'stateless', or 'auto'. 1 0.0 %
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'). · MCP_SESSION_MODE=HTTP session mode. This server deploys stateless because its tools do not use multi-round input. · OSV_BATCH_CONCURRENCY=Maximum number of concurrent OSV.dev requests issued by osv_query_batch. · OSV_QUERY_MAX_PAGES=Maximum number of OSV.dev result pages osv_query_package follows before marking a result truncated. · OSV_REQUEST_TIMEOUT_MS=HTTP request timeout in milliseconds for OSV.dev API calls. 1 0.0 %
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'). · MCP_SESSION_MODE=HTTP session mode: auto, stateful, or stateless. This server explicitly sets stateless; the framework schema default is auto. 1 0.0 %
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'). · MCP_SESSION_MODE=Session handling for the HTTP transport: 'auto', 'stateful', or 'stateless'. 1 0.0 %
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'). · MCP_SESSION_MODE=Session mode to use: 'auto', 'stateful', or 'stateless'. The 'auto' schema default resolves to stateful. 1 0.0 %
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'). · MCP_TRANSPORT_TYPE=Must be set to 'http' for streamable HTTP transport. · OPENFDA_API_KEY=Free API key from open.fda.gov — increases daily limit from 1K to 120K requests. · OPENFDA_MIRROR_BASE_URL=Host serving the openFDA bulk download manifest. Override only to harvest from a private mirror of the dumps. · OPENFDA_MIRROR_ENABLED=Serve exact-key lookups for drug/label, drug/ndc, drug/enforcement, and drug/drugsfda from a local bulk mirror instead of the API. Off by default; the initial harvest runs out-of-band via the mirror:init script. · OPENFDA_MIRROR_FALLBACK_LIVE=Fall back to the live API when the mirror is cold, missing the record, or failing. Disable to fail loudly instead. · OPENFDA_MIRROR_PATH=Directory holding one SQLite file per mirrored dataset. · OPENFDA_MIRROR_REFRESH_CRON=Cron expression for the in-process mirror refresh. HTTP transport only; stdio operators run mirror:refresh from the host. Requires the optional node-cron peer dependency. · OPENFDA_MIRROR_REFRESH_TIMEOUT_MS=Wall-clock budget for one scheduled refresh before it is aborted. Raise it for drug/label, the only multi-partition dataset. 1 0.0 %
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'). · MEDCODE_DB_PATH=Absolute path override for the bundled SQLite index. Defaults to the packaged data/medical-codes.db. · MEDCODE_MAX_RESULTS=Cap on rows returned by search and browse tools (default 50, hard ceiling 200). 1 0.0 %
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'). · MUSICBRAINZ_CONTACT=Contact (email or URL) embedded in the mandatory descriptive MusicBrainz User-Agent. Not start-blocking — the server ships a default contact — but operators running a shared or hosted instance should set their own so MusicBrainz can reach them about traffic. 1 0.0 %
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'). · NOAA_APPLICATION_ID=Courtesy identifier sent as application= on CO-OPS requests. Defaults to noaa-marine-mcp-server. 1 0.0 %
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'). · NPPES_API_BASE_URL=NPPES NPI Registry API base URL. Override for a private mirror or testing. · NPPES_TIMEOUT_MS=Per-request HTTP timeout for NPPES calls, in milliseconds. 1 0.0 %
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'). · NPS_API_KEY=NPS Data API key, sent as the X-Api-Key header. Required — the server fails to start without it. Free instant signup at https://www.nps.gov/subjects/developer/get-started.htm. · NPS_BASE_URL=NPS Data API base URL override (testing / proxy). Defaults to https://developer.nps.gov/api/v1. 1 0.0 %
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'). · NVD_API_KEY=NVD API key. Without it, rate limit is 5 req/30s; with it, 50 req/30s. Get one free at nvd.nist.gov/developers/request-an-api-key. · NVD_REQUEST_TIMEOUT_MS=Per-request timeout in milliseconds. Raise to 60000 when using nvd_get_cve_history without an API key. 1 0.0 %
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'). · NWS_USER_AGENT=User-Agent header for NWS API requests. The API requires this header but a default is provided. 1 0.0 %

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

Blatt 67 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=67