Zum Inhalt springen

Beschreibungen der Umgebungsvariablen (Rohangabe)

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

Wert Einträge Anteil
INBIN_API_KEY=Your Inbin API key (starts with ink_live_). Get one at https://inbin.dev/dashboard. 1 0.0 %
INBODY_COUNTRY_CODE=ISO country code selecting the regional API host (defaults to US). · INBODY_LOGIN_ID=The phone number used to register your InBody account (digits only, no country code). · INBODY_LOGIN_PW=Your InBody account password 1 0.0 %
INBOX_CHECK_API_KEY=Bearer API key for Inbox Check service (starts with icp_live_) · INBOX_CHECK_BASE_URL=Override base URL for self-hosted deployments 1 0.0 %
INCOMEOS_TOKEN=API token from Dashboard -> Security (hosted), or your DASHBOARD_TOKEN (self-hosted) · INCOMEOS_URL=https://app.incomeos.dev for the hosted version, or your own self-hosted deployment URL 1 0.0 %
INCREMENTAL_BUILDS_ENABLED=Enable experimental xcodemake incremental builds (true/false or 1/0). · XCODEBUILDMCP_DEBUG=Enable verbose debug logging from the server. · XCODEBUILDMCP_ENABLED_WORKFLOWS=Comma-separated list of workflows to load at startup (e.g., 'simulator,device,project-discovery'). · XCODEBUILDMCP_SENTRY_DISABLED=Disable Sentry error reporting (preferred flag). 1 0.0 %
INDEX365_API_KEY=Organization-scoped API key from the index365 dashboard. 1 0.0 %
INFERRA_API_KEY=Your Inferra API key (create one at ai-rete-rag.com under Settings -> API Keys). Authenticates calls and ties them to your plan quota. · INFERRA_API_URL=API base URL. Defaults to https://ai-rete-rag.com; override for local development. 1 0.0 %
INFINO_API_KEY=API key for a hosted (https://) Infino Cloud endpoint. Required when INFINO_MCP_URI is an https:// URI; ignored for local and object-storage connections. · INFINO_MCP_EMBED_API_KEY=API key for the 'openai' provider. Sent as both Authorization: Bearer and api-key so one value works for OpenAI and Azure OpenAI. · INFINO_MCP_EMBED_BASE_URL=Base URL of the OpenAI-compatible embeddings API (e.g. https://api.openai.com/v1 or https://<resource>.openai.azure.com/openai/v1). Required when the provider is 'openai'; the server POSTs to <base>/embeddings. · INFINO_MCP_EMBED_MODEL=Embedding model. local: a Hugging Face feature-extraction model (default Xenova/all-MiniLM-L6-v2, 384-dim). openai: the model/deployment name (e.g. text-embedding-3-small, 1536-dim). Must match the model that produced the table's stored vectors. · INFINO_MCP_EMBED_PROVIDER=Embedding provider: 'local' (Hugging Face transformers.js, default) or 'openai' (any OpenAI-compatible /embeddings endpoint, including Azure OpenAI's /openai/v1 surface). Inferred as 'openai' when INFINO_MCP_EMBED_BASE_URL is set. · INFINO_MCP_ENABLE_WRITES=Set (1/true/yes) to expose add/update/delete tools and allow DDL/DML through SQL. Read-only when unset. · INFINO_MCP_URI=Data to serve: a local path, an s3://|az:// bucket URI, or a hosted https://<host>/<database> endpoint (Infino Cloud). Optional — defaults to a durable per-user directory (~/.infino/mcp) so data persists across restarts, falling back to an ephemeral memory:// catalog only if that directory can't be created. · INFINO_MCP_VALIDATE=Set (1/true/yes) to probe the object store at startup, so bad credentials or an unreachable bucket fail then instead of on the first search. 1 0.0 %
INFLECTIV_API_KEY=API key scoped to a dataset (starts with `inf_`). Create one from any dataset page in the dashboard. · INFLECTIV_BASE_URL=Override API URL (for self-hosted or local dev) · INFLECTIV_WALLET_PRIVATE_KEY=EVM wallet private key for x402 crypto payments. When set and credits are 0, pays per-request with USDC on Base. 1 0.0 %
INFLECTRA_SPIRA_API_KEY=The API Key (RSS Token) you use to access the Spira REST API · INFLECTRA_SPIRA_BASE_URL=The base URL for your instance of Spira (typically https://mycompany.spiraservice.net or https://demo-xx.spiraservice.net/mycompany) · INFLECTRA_SPIRA_USERNAME=The login name you use to access Spira 1 0.0 %
INFLUSHIP_API_KEY=Your Influship API key from https://developers.influship.com · INFLUSHIP_MCP_URL=Optional MCP endpoint override for development. 1 0.0 %
INFOMANIAK_API_TOKEN=Bearer token for api.infomaniak.com. Generate at https://manager.infomaniak.com/v3/api-token · INFOMANIAK_AUTH_MODE=Authentication mode for manager.infomaniak.com endpoints. 'auto' (default) reads Chrome cookies on demand. 'manual' uses INFOMANIAK_SASESSION+INFOMANIAK_XSRF_TOKEN. 'disabled' skips manager-private endpoints. · INFOMANIAK_SASESSION=Manager session cookie (used when INFOMANIAK_AUTH_MODE=manual). · INFOMANIAK_XSRF_TOKEN=Manager XSRF cookie (used when INFOMANIAK_AUTH_MODE=manual). 1 0.0 %
INFRAFORGE_API_KEY=API key for Infraforge (app.infraforge.ai > Settings > API) · LEADSFORGE_API_KEY=API key for Leadsforge (app.leadsforge.ai > Settings > API) · MAILFORGE_API_KEY=API key for Mailforge (app.mailforge.ai > Settings > API) · PRIMEFORGE_API_KEY=API key for Primeforge (app.primeforge.ai > Settings > API) · SALESFORGE_API_KEY=API key for Salesforge (app.salesforge.ai > Settings > API) 1 0.0 %
INFRAHUB_ADDRESS=The URL/address of your Infrahub instance · INFRAHUB_API_TOKEN=Your Infrahub API token for authentication 1 0.0 %
INFRAVEIL_AGENT_FILE=Alternative to the four vars above: path to your rendered agent source; ids and token are read from it. · INFRAVEIL_AGENT_ID=The agent id this MCP server speaks for · INFRAVEIL_AGENT_TOKEN=The agent's existing token; used to sign requests. Never minted here. · INFRAVEIL_BASE_URL=Control-plane base URL, e.g. https://api.infraveil.com · INFRAVEIL_CLIENT_ID=Your Infraveil client id (same one the agent uses) · INFRAVEIL_VERIFY_RESPONSES=Verify the control plane's response signatures (default on). Set 0 only for debugging. 1 0.0 %
INFRAVEIL_GUARD_HOME=Directory for the ledger and approval queue (default ~/.infraveil-guard). · INFRAVEIL_GUARD_MODE=enforce (block dangerous actions pending approval) or audit (log only, never block). Default enforce. · INFRAVEIL_GUARD_THRESHOLD=Severity at/above which an action is gated: none|low|medium|high|critical (default high). 1 0.0 %
INGRESSWARD_API_KEY=Your IngressWard API key. Get one at https://www.ingressward.com. 1 0.0 %
INICIADOR_API_BASE=API base URL — defaults to Iniciador production. Override for sandbox. · INICIADOR_CLIENT_ID=Iniciador OAuth2 client ID · INICIADOR_CLIENT_SECRET=Iniciador OAuth2 client secret 1 0.0 %
INISTATE_API_BASE=Inistate API base URL. · INISTATE_API_TOKEN=Bearer token for Inistate API authentication. 1 0.0 %
INJECTSHIELD_API_BASE=Override the API base URL for self-hosted deployments. · INJECTSHIELD_API_KEY=API key from https://injectshield.dev (free tier: 10K req/mo). 1 0.0 %
INKBLOC_API_KEY=Your Inkbloc API key (get at inkbloc.ai Settings) 1 0.0 %
INKOG_API_KEY=Your Inkog API key from https://app.inkog.io (free tier available) 1 0.0 %
INKWELL_DATA_PATH=Knowledge base root inside the container; matches the volume mount target · INKWELL_ENABLE_DASHBOARD=Set to 0 to skip the web dashboard process and run the MCP server only 1 0.0 %
INMET_TOKEN=Token opcional do INMET para dados horários observados · MCP_LOG_LEVEL=Nível de log em stderr (DEBUG, INFO, WARNING) 1 0.0 %
INNODAY_API_URL=URL of your running InnoDay API instance. Defaults to http://localhost:8002 — only required if running on a different port or remote host. · INNODAY_ORGANIZATION_ID=Default organization ID (optional — can be passed per-tool call instead). 1 0.0 %
INSAITS_API_KEY=Optional InsAIts API key for cloud features (free tier works without it) 1 0.0 %
INSIGHTSENTRY_API_KEY=InsightSentry API key from https://insightsentry.com/dashboard · INSIGHTSENTRY_CONFIG_DIR=Optional directory for the saved insight login config. Use this when the CLI and MCP server run with different home directories. 1 0.0 %
INSPEXIMUS_ECHO_GUARD=1 (default) blocks a restated retired value from resurrecting a corrected fact; 0 = legacy keyed supersession. · INSPEXIMUS_EMBED_MODEL=Embedding model id used with INSPEXIMUS_EMBED_URL (default: text-embedding-3-small; for Ollama use e.g. nomic-embed-text). · INSPEXIMUS_EMBED_URL=Optional OpenAI-compatible /embeddings endpoint for SEMANTIC recall (e.g. http://localhost:11434/v1/embeddings for local Ollama). Unset = deterministic lexical recall. · INSPEXIMUS_PATH=Path to the JSON memory file the server persists to (defaults to ./inspeximus_memory.json). 1 0.0 %
INSTACART_EMAIL=Instacart email for authentication · INSTACART_PASSWORD=Instacart account password 1 0.0 %
INSTAGIT_API_KEY=API key from instagit.com for higher rate limits and faster analysis 1 0.0 %
INSTAGRAM_ACCESS_TOKEN=Facebook/Instagram Graph API access token · INSTAGRAM_ACCOUNT_ID=Instagram Business Account ID (optional, auto-detected) 1 0.0 %
INSTAGRAM_ACCESS_TOKEN=Instagram Graph API access token · INSTAGRAM_USER_ID=Instagram Business/Creator account ID · META_APP_ID=Meta App ID for token/webhook tools · META_APP_SECRET=Meta App Secret for token/webhook tools · THREADS_ACCESS_TOKEN=Threads API access token · THREADS_USER_ID=Threads user ID 1 0.0 %
INSTAGRAM_ACCESS_TOKEN=Meta long-lived access token for Instagram Graph API · INSTAGRAM_ACCOUNT_ID=Instagram business account ID · INSTAGRAM_API_VERSION=Instagram Graph API version (default: v19.0) 1 0.0 %
INSTAGRAM_MCP_ACCESS_TOKEN=Long-lived Graph API token (optional; or use add_account at runtime, stored in OS keychain). · INSTAGRAM_MCP_IG_USER_ID=Numeric Instagram Business/Creator account id paired with the access token. 1 0.0 %
INSTANODE_API_BASE=Override the API base URL. Defaults to https://api.instanode.dev. Useful for self-hosted deployments. · INSTANODE_TOKEN=Optional bearer JWT for paid-tier callers. Mint at https://instanode.dev/dashboard → 'API token for CLI / agent'. Lifts the free-tier 5-per-subnet-per-day provisioning cap and auto-links new resources to your account. Leave unset to use the free tier anonymously. 1 0.0 %
INSTAVAR_API_KEY=Per-user API key from https://instavar.com/studio/settings. Scoped to your org and revocable. · INSTAVAR_BASE_URL=Override the Instavar API host. Defaults to https://instavar.com. 1 0.0 %
INSTXNT_API_KEY=Your instxnt API key (get one at https://instxnt.xyz/dashboard/settings/developer) · INSTXNT_API_URL=Optional API URL override (defaults to https://api.instxnt.xyz) 1 0.0 %
INSUMER_API_KEY=InsumerAPI key (starts with insr_live_) 1 0.0 %
INSURANCE_WIKI_REPO=Path to a local clone of github.com/sluyasu/OpenInsurance (the wiki dataset lives in the repo, not in the package) 1 0.0 %
INTAKEQ_API_BASE=Override the default IntakeQ API base URL (https://intakeq.com/api/v1) · INTAKEQ_API_KEY=IntakeQ API key (optional — prefer the set_api_key tool) · MCP_ALLOW_NO_AUTH=Set to true to allow HTTP mode without MCP_API_KEY (local development only) · MCP_API_KEY=Bearer token gate on the HTTP /mcp endpoint. Required in http mode unless MCP_ALLOW_NO_AUTH is true · MCP_BASE_URL=Base URL for HTTP transport (e.g. http://127.0.0.1:3000) · PORT=HTTP listen port (default 3000). HTTP transport only. · TRANSPORT=Transport mode: stdio (default) or http 1 0.0 %
INTELLIGENCE_URL=Override the Intelligence API URL (default: https://intelligence.untitledfinancial.com) · SANDBOX_MODE=Set to 'false' for live on-chain settlement (default: true) · SETTLEMENT_AGENT_URL=Override the Settlement Agent URL (default: https://agent.untitledfinancial.com) · STABILITY_ORACLE_URL=Override the Stability Oracle URL (default: https://stability.untitledfinancial.com) 1 0.0 %
INTENCION_API_KEY=Your Intencion read key (starts with in_pk_). · INTENCION_BASE_URL=Intencion API base URL. Defaults to https://intencion.io; override for a self-hosted instance. 1 0.0 %
INTENTWAKE_ALLOWED_ROOTS=Approved absolute local roots separated by the operating-system path delimiter. · INTENTWAKE_CONNECTION_TOKEN=IntentWake connection token or scoped API key. 1 0.0 %
INTERCOM_HOST=Interface to bind the listener to. Defaults to 0.0.0.0. Set 127.0.0.1 when a tunnel fronts the intercom, so only the tunnel can connect. · INTERCOM_PORT=Port to listen on for incoming messages. Defaults to 8788. · INTERCOM_SECRET=Shared secret authenticating messages between the two instances. Must match on both sides. There is no default: without it the intercom starts unpaired, binds no port, and refuses to send. · INTERCOM_SEND_TIMEOUT_MS=How long an outbound POST may hang before giving up. Defaults to 10000. · MY_ROLE=Label for this instance, e.g. backend or frontend. Appears in message tags so the other side knows who is talking. · REMOTE_HOST=Address of the other machine as host:port. A Tailscale address is recommended over a public one. 1 0.0 %
INTERSWITCH_CLIENT_ID=Interswitch OAuth2 client ID (from Interswitch Developer Console) · INTERSWITCH_CLIENT_SECRET=Interswitch OAuth2 client secret · INTERSWITCH_ENV=Target environment: sandbox (default) or production · INTERSWITCH_READ_ONLY=Set to true to block all write/transfer operations 1 0.0 %
INTERVALS_ICU_API_KEY=Your Intervals.icu API key (from Settings → Developer) · INTERVALS_ICU_ATHLETE_ID=Your Intervals.icu athlete ID (e.g. i12345) 1 0.0 %
INTER_CLIENT_ID=API key/token for inter-bank 1 0.0 %
INVAPI_API_KEY=Your API key for Invapi 1 0.0 %
INVENTORY_PATH=Path to the inventory JSON file. Defaults to ~/.minipainting/inventory.json. 1 0.0 %
INVESTBUDDY_API_KEY=Your InvestBuddy API key (get free key at https://www.investbuddy.ai) 1 0.0 %

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

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