Zum Inhalt springen

Beschreibungen der Umgebungsvariablen (Rohangabe)

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

Wert Einträge Anteil
DATABASE_URL=The database the generated actions reach, in the same form your Prisma datasource takes. 1 0.0 %
DATABASE_URL=URL de conexao PostgreSQL (ex: postgresql://user:pass@localhost/certidao_db) 1 0.0 %
DATABASE_URL_READONLY=Postgres connection string for the read-only role. · DATABASE_URL_WRITER=Postgres connection string for the writer role. 1 0.0 %
DATABRICKS_HOST=Your Databricks workspace URL (e.g. https://adb-123.azuredatabricks.net) · DATABRICKS_MCP_TOOLS_INCLUDE=Comma-separated list of tool modules to load (e.g. unity_catalog,sql,compute). Leave empty to load all 263 tools. · DATABRICKS_TOKEN=Databricks personal access token or OAuth token 1 0.0 %
DATACORE_A2A_URL=Base URL của DataCore gateway, ví dụ https://gateway.example.com. Phải là gateway — trỏ thẳng orchestrator sẽ luôn bị từ chối 401. · DATACORE_MANDATE=AP2 mandate token do DataCore cấp. Quyết định skill nào được gọi và hạn mức chi tiêu. · DATACORE_SKILLS=Danh sách skill id cách nhau bằng dấu phẩy để giới hạn tool được expose, hoặc * để lấy tất cả skill mà endpoint trả về. Bỏ trống dùng mặc định. · DATACORE_TIMEOUT=Timeout mỗi request, tính bằng giây. Mặc định 30. 1 0.0 %
DATACRON_VAULT_ROOT=Absolute path to the Markdown vault the server indexes and serves. 1 0.0 %
DATADIFFER_CONFIG=Path to datadiffer.toml holding named connections (run `datadiffer init` to scaffold one). Credentials never pass through tool arguments. 1 0.0 %
DATAFORSEO_CACHE_DAYS=TTL for the DataForSEO response cache, in days. Default 7. · DATAFORSEO_PASSWORD=DataForSEO API password (optional). · DATAFORSEO_USERNAME=DataForSEO API username (optional, enables SERP/keyword/domain/market/recon checks). · FIRECRAWL_API_KEY=Firecrawl API key (optional). Lets content recon scrape competitor pages. Get one at https://firecrawl.link/2d1PLD8 · GOOGLE_APPLICATION_CREDENTIALS=Path to the Google service-account JSON key with Search Console access. · MAJESTIC_API_KEY=Majestic API key (optional). Enriches link_intersect with Trust Flow + Topical Trust Flow and re-sorts prospects by real authority. · MAJESTIC_CACHE_DAYS=TTL for the Majestic response cache, in days. Default 30. · SAC_DATA_DIR=Directory for per-property SQLite databases and reports. Defaults to ~/Documents/seo-audit-console. · SUPADATA_API_KEY=Supadata API key (optional). Lets content recon transcribe the ranking videos (YouTube/TikTok/X). 1 0.0 %
DATAGATE_PROJECT_ROOT=Workspace root used to resolve .datagate/datagate.toml, datagate.toml, or user-level config. 1 0.0 %
DATAIKU_API_KEY=Dataiku API key. · DATAIKU_PROJECT_KEY=Optional default Dataiku project key. · DATAIKU_URL=Dataiku DSS instance URL (for example, https://my-dss.app.dataiku.io). 1 0.0 %
DATALINK_ANALYTICS_READONLY=Set to 'true' for read-only access. Pattern: DATALINK_<NAME>_READONLY · DATALINK_ANALYTICS_URL=Database connection URL. Pattern: DATALINK_<NAME>_URL where <NAME> identifies the database. Supports postgresql://, mysql://, or file path for SQLite. 1 0.0 %
DATANIKA_ALLOW_WRITE=Set to true to enable write/trigger tools (read-only by default) · DATANIKA_API_KEY=Datanika API key (from Settings -> API Keys) · DATANIKA_URL=Datanika instance URL (defaults to https://app.datanika.io; set this for a self-hosted instance) 1 0.0 %
DATASIEVE_API_URL=API base URL. Default https://api.datasieve.xyz; sandbox https://staging.datasieve.xyz (Base Sepolia, faucet USDC). · DATASIEVE_PRIVATE_KEY_FILE=Path to a file holding a burner wallet key (0x…) with USDC on Base. Optional — free tools work without it. 1 0.0 %
DATAVERSE_ENV_URL=Your Dataverse environment URL · MCP_CONFIG_PATH=Path to a config.json file (overrides all other env vars). Recommended for VS Code / Claude Desktop setups. 1 0.0 %
DATAWRAPPER_ACCESS_TOKEN=Datawrapper API Access Token 1 0.0 %
DATA_DIR=Directory for shops.json, stats.db and the encryption key. Defaults to /data; set it to a writable path for a local install, e.g. ~/.ozon-mcp · OZON_API_KEY=Ozon Seller API key · OZON_CLIENT_ID=Ozon Seller API Client-Id from seller.ozon.ru (Settings - API keys) · OZON_PERF_CLIENT_ID=Ozon Performance API Client-Id, needed only for advertising tools · OZON_PERF_CLIENT_SECRET=Ozon Performance API client secret 1 0.0 %
DATA_DIR=Directory for shops.json, stats.db and the encryption key. Defaults to /data; set it to a writable path for a local install, e.g. ~/.wb-mcp · WB_API_TOKEN=Wildberries Seller API token from seller.wildberries.ru (Settings - Access tokens) 1 0.0 %
DATA_DIR=Where to store the SQLite index + embedding cache. Defaults to $XDG_DATA_HOME/obsidian-brain or ~/.local/share/obsidian-brain. · EMBEDDING_MODEL=Power-user override: any transformers.js checkpoint or Ollama model id. Takes precedence over EMBEDDING_PRESET. Switching auto-reindexes. · EMBEDDING_PRESET=Preset name: english (default, bge-small-en-v1.5), english-fast, english-quality, multilingual, multilingual-quality, multilingual-ollama. Ignored when EMBEDDING_MODEL is set. · EMBEDDING_PROVIDER=Embedding backend. 'transformers' (local, default) or 'ollama' (requires a running Ollama server). · OBSIDIAN_BRAIN_COMMUNITY_DEBOUNCE_MS=Graph-wide community-detection (Louvain) debounce for the live watcher, in milliseconds. Louvain is the only expensive op — batching it prevents per-edit CPU spikes. · OBSIDIAN_BRAIN_CONFIG_DIR=Override the per-user config directory where obsidian-brain stores model overrides (`model-overrides.json`) and the user-fetched seed (`seed-models.json`). Default is `$XDG_CONFIG_HOME/obsidian-brain` on macOS/Linux (or `~/.config/obsidian-brain`) and `%APPDATA%/obsidian-brain` on Windows. Both files survive `npm update obsidian-brain` because they live outside the package. · OBSIDIAN_BRAIN_DEBUG=Set to "1" to print a verbose synchronous startup trace to stderr — every preflight, createContext, server.connect, and shutdown step is logged with a monotonic timestamp. The LAST line before any silent failure tells you exactly which step the server reached. No-op when unset (no overhead). Use to diagnose silent-crash failure modes. · OBSIDIAN_BRAIN_LOG_FORMAT=Set to 'ndjson' for one-JSON-object-per-line stderr output (timestamp + level + message + structured fields). Default is human-readable plain text (`obsidian-brain: <message>`). Useful for piping logs into aggregators (Datadog, Loki, Vector, journald) that index structured fields. · OBSIDIAN_BRAIN_MAX_CHUNK_TOKENS=Override the adaptive chunk-size budget (in tokens). When set, this beats the capacity probed from the model's tokenizer or Ollama /api/show. Use for debugging or for models with stale tokenizer configs. · OBSIDIAN_BRAIN_NO_CATCHUP=Set to '1' to skip the startup catchup reindex pass that picks up edits made while the server was down. The live file watcher still starts (via OBSIDIAN_BRAIN_NO_WATCH=1 to disable that separately), and first-time indexing on an empty DB is unaffected — this knob only governs the post-restart `enqueueBackgroundReindex` walk. · OBSIDIAN_BRAIN_NO_WATCH=Set to '1' to disable the live chokidar file watcher. Useful on SMB/NFS vaults where FSEvents/inotify don't fire reliably — fall back to running `obsidian-brain index` on a schedule (launchd/systemd). · OBSIDIAN_BRAIN_OLLAMA_AUTO_PULL=Auto-pull the configured Ollama model when /api/show returns 404 (model not present). Default ON — choosing an Ollama-backed preset is implicit consent to download its model. Streams /api/pull progress to stderr. Set to '0' to disable auto-pull entirely (master kill-switch) and fall back to the actionable error path (`HTTP 404 — try: ollama pull <model>`). · OBSIDIAN_BRAIN_OLLAMA_BYOM_AUTO_PULL=Opt-in to auto-pull for BYOM (custom EMBEDDING_MODEL) Ollama models OUTSIDE Ollama's official `library/` namespace. Default OFF — third-party models (e.g. `user/custom-fork`, `myregistry.com/team/model`) require this env var to be set to `1` before they will auto-pull, to prevent silent downloads of arbitrary user-named artifacts. Preset-known models (via EMBEDDING_PRESET) and bare model ids in the official library (e.g. `qwen3-embedding:0.6b`, `library/llama3:8b`) continue to auto-pull by default per the existing OBSIDIAN_BRAIN_OLLAMA_AUTO_PULL behavior. · OBSIDIAN_BRAIN_TOOL_TIMEOUT_MS=Per-tool-call timeout in milliseconds. Tools exceeding this return an MCP error instead of hanging. · OBSIDIAN_BRAIN_WATCH_DEBOUNCE_MS=Per-file reindex debounce for the live watcher, in milliseconds. · OLLAMA_BASE_URL=Base URL of a local Ollama server. Only used when EMBEDDING_PROVIDER=ollama. · OLLAMA_EMBEDDING_DIM=Override the embedding dimensionality when EMBEDDING_PROVIDER=ollama. If unset, the server probes the model on startup. · OLLAMA_NUM_CTX=Override Ollama's num_ctx for embed requests. Leave UNSET to let obsidian-brain auto-detect via `/api/show`'s `context_length` (e.g. nomic-embed-text=2048, bge-m3=8192, qwen3-embedding:0.6b=32 768). Setting this manually imposes a hard cap and may silently truncate longer inputs — see https://github.com/ollama/ollama/issues/14259. Ollama's own default is 2048 which truncates for any model trained on a larger context. See also https://github.com/ollama/ollama/issues/7008. Fallback when both env is unset AND /api/show is unreachable: 8192. · VAULT_PATH=Absolute path to your Obsidian vault (or any folder of .md files). 1 0.0 %
DATA_GOV_SG_API_KEY=Optional data.gov.sg API key for production limits. · LTA_DATAMALL_API_KEY=Optional LTA DataMall Account Key for dynamic transport APIs. · OLANO_SG_CACHE_DIR=Optional private directory for the persistent public-response cache. · OLANO_SG_PROFILE=Optional aggregate tool profile: all, mobility, property, business, economy, civic, or finance. · ONEMAP_TOKEN=Optional OneMap token for geocoding, routing, themes, and address-based rail lookup. 1 0.0 %
DATA_GO_KR_BASE_URL=서비스 경로를 포함한 전체 base URL 오버라이드 · DATA_GO_KR_DOWNLOAD_DIR=download_attachments 저장 기준 디렉터리. 공고번호별 하위폴더로 저장한다. 미설정 시 ~/Downloads · DATA_GO_KR_DOWNLOAD_MAX_BYTES=download_attachments 파일당 다운로드 크기 상한(바이트, 기본 100MB) · DATA_GO_KR_DOWNLOAD_TIMEOUT_MS=download_attachments 파일 다운로드 타임아웃(밀리초) · DATA_GO_KR_SERVICE_KEY=공공데이터포털 data.go.kr Decoding(원본) 인증키 1 0.0 %
DATA_ROOT=Root directory for market data files · MCP_SERVER_PORT=Server port (default: 8010) 1 0.0 %
DATTO_BCDR_BASE_URL=Base URL for the Datto BCDR API. Leave the prefilled default unless your account uses a different regional or self-hosted host. · DATTO_BCDR_PUBLIC_KEY=Set the DATTO_BCDR_PUBLIC_KEY credential for the Datto BCDR MCP server. · DATTO_BCDR_SECRET_KEY=Set the DATTO_BCDR_SECRET_KEY credential for the Datto BCDR MCP server. 1 0.0 %
DATTO_RMM_API_KEY=Set the DATTO_RMM_API_KEY credential for the Datto RMM MCP server. · DATTO_RMM_API_SECRET_KEY=Set the DATTO_RMM_API_SECRET_KEY credential for the Datto RMM MCP server. · DATTO_RMM_BASE_URL=Full API base URL, e.g. https://merlot-api.centrastage.net/api. Overrides the platform shortcut above. Leave blank when you set the platform. · DATTO_RMM_PLATFORM=Regional platform shortcut that selects the API host: pinotage, merlot, concord, vidal, zinfandel, or syrah. It is the 'merlot' in merlot.centrastage.net. Leave blank if you set the base URL directly. · DATTO_RMM_TOKEN=Set the DATTO_RMM_TOKEN credential for the Datto RMM MCP server. 1 0.0 %
DAV_BASE_URL=Base URL of your CalDAV/CardDAV server · DAV_PASSWORD=Password for DAV server authentication · DAV_USERNAME=Username for DAV server authentication 1 0.0 %
DAZZLE_API_KEY=API key for headless/CI use. Alternative to interactive login. · DAZZLE_STAGE=Pin to a specific stage name or ID. If omitted, auto-selects when you have one stage. 1 0.0 %
DBGPROBE_BACKEND=Debug probe backend to use (default: jlink). Future: openocd, pyocd. · DBGPROBE_INTERFACE=Debug interface: SWD (default) or JTAG. · DBGPROBE_JLINK_DEVICE=Default target device string (e.g. nRF52840_xxAA). Can be overridden per-session. · DBGPROBE_JLINK_GDBSERVER_PATH=Explicit path to JLinkGDBServerCLExe. Auto-detected if not set. · DBGPROBE_JLINK_PATH=Explicit path to JLinkExe (or JLink.exe on Windows). Auto-detected if not set. · DBGPROBE_MCP_LOG_LEVEL=Log level: DEBUG, INFO, WARNING (default), ERROR. · DBGPROBE_MCP_PLUGINS=Plugin policy: 'all' or comma-separated plugin names. Unset = disabled. · DBGPROBE_MCP_TOOL_SEPARATOR=Tool name separator character (default '.'). Set to '_' for clients that reject dots (e.g. Cursor). · DBGPROBE_SPEED_KHZ=Interface speed in kHz (default: 4000). 1 0.0 %
DBRIDGE_CONFIG=Absolute path to a dbridge.config.json with safety settings (row caps, hidden/masked columns, table allow/block lists) 1 0.0 %
DBS=Engines to enable, comma-separated. Only the listed engines get their tools registered. Example: mysql,redis,kafka · DYNAMODB_ACCESS_KEY_ID=AWS access key ID for DynamoDB. · DYNAMODB_REGION=AWS region for DynamoDB. DynamoDB is configured with discrete variables instead of a connection string. · DYNAMODB_SECRET_ACCESS_KEY=AWS secret access key for DynamoDB. · ELASTICSEARCH=Elasticsearch connection string(s), semicolon-separated. Format: elasticsearch://<user>:<password>@<host>:9200?alias=dev, or http(s)://<host>:9200?alias=dev for no auth. alias is required. · KAFKA=Kafka connection string(s), semicolon-separated. Format: kafka://<user>:<password>@<broker1>:9092,<broker2>:9092?alias=dev&mechanism=plain — alias is required. · MONGODB=MongoDB connection string(s), semicolon-separated. Format: mongodb://<user>:<password>@<host>:27017/<database>?alias=dev — alias is required. · MYSQL=MySQL connection string(s), semicolon-separated for multiple instances. Format: mysql://<user>:<password>@<host>:3306/<database>?alias=dev&default=true — alias is required. · POSTGRESQL=PostgreSQL connection string(s), semicolon-separated. Format: postgresql://<user>:<password>@<host>:5432/<database>?alias=dev&ssl=true — alias is required. · READ_ONLY=Set to true to hide every write tool and restrict *_execute_query to SELECT-style statements. Recommended when pointing at production. · REDIS=Redis connection string(s), semicolon-separated. Format: redis://:<password>@<host>:6379/0?alias=dev — leave the password empty for a no-auth instance. alias is required. · REDSHIFT=Redshift connection string(s), semicolon-separated. Format: redshift://<user>:<password>@<host>:5439/<database>?alias=dev&ssl=true — alias is required. 1 0.0 %
DB_CONN_default=Connection URL for the 'default' connection (postgres://… or sqlite:/abs/path). Additional connections use DB_CONN_<name>. Carries credentials — treated as secret. · DB_WRITABLE=Set to 1 or true to enable the write tools (execute, execute_script). 1 0.0 %
DB_DATABASE=Database name · DB_HOST=Database host (MySQL/PostgreSQL) · DB_MODE=Access mode · DB_PASSWORD=Database password (MySQL/PostgreSQL, optional) · DB_PORT=Database port (MySQL: 3306, PostgreSQL: 5432) · DB_TYPE=Database type · DB_URL=MongoDB connection URL (required for MongoDB, e.g. mongodb://...) · DB_USER=Database user (MySQL default: root, PostgreSQL default: postgres) · SSH_HOST=SSH bastion host for tunneling (MySQL/PostgreSQL only) · SSH_KEY=Path to SSH private key (e.g. ~/.ssh/id_rsa) · SSH_PASSWORD=SSH password (if no key provided) · SSH_PORT=SSH port · SSH_USER=SSH username (default: current OS user) 1 0.0 %
DB_DATABASE=Default database; can also be passed per tool call · DB_HOST=MySQL host, default localhost · DB_PASSWORD=MySQL password · DB_PORT=MySQL port, default 3306 · DB_USER=MySQL user, default root 1 0.0 %
DB_DSN=Mimer SQL Database DSN · DB_HOST=Database host · DB_PASSWORD=Database password · DB_POOL_BLOCK=Block and wait for connection when exceeding max connections · DB_POOL_DEEP_HEALTH_CHECK=Deep health check - validates connection health before getting from pool · DB_POOL_INITIAL_CON=Initial number of idle connections in the pool · DB_POOL_MAX_CON=Maximum number of connections allowed · DB_POOL_MAX_UNUSED=Maximum number of unused connections in the pool · DB_PORT=Database port · DB_PROTOCOL=Database protocol · DB_USER=Database user · MCP_LOG_LEVEL=Logging level for the MCP server (DEBUG, INFO, WARNING, ERROR, CRITICAL) 1 0.0 %
DB_ENCRYPTION_KEY=32-byte hex key for AES-256 SQLite encryption (generated by iso27001-mcp init) · DB_PATH=Path to the encrypted SQLite database file · HMAC_SECRET=32-byte hex secret for HMAC-signing API keys (generated by iso27001-mcp init) · MCP_API_KEY=API key for authenticating tool calls (generated by iso27001-mcp keygen) 1 0.0 %
DB_HOST=Database hostname · DB_NAME=Database name or SQLite file path · DB_PASSWORD=Database password · DB_PORT=Database port · DB_TYPE=Database type: postgres, mysql, mariadb, sqlserver, sqlite · DB_USER=Database username · DSN=Database connection string (e.g., postgres://user:pass@host:5432/db) · ID=Instance identifier for tool names · PORT=HTTP server port (default: 8080) · SSH_HOST=SSH server hostname · SSH_KEY=Path to SSH private key · SSH_PASSPHRASE=SSH key passphrase · SSH_PASSWORD=SSH password · SSH_PORT=SSH server port (default: 22) · SSH_USER=SSH username · TRANSPORT=Transport mode: stdio or http 1 0.0 %
DB_HOST=Database hostname · DB_NAME=Database name or SQLite file path · DB_PASSWORD=Database password · DB_PORT=Database port · DB_TYPE=Database type: postgres, mysql, mariadb, sqlserver, sqlite, databricks, bigquery · DB_USER=Database username · DSN=Database connection string (e.g., postgres://user:pass@host:5432/db) · ID=Instance identifier for tool names · PORT=HTTP server port (default: 8080) · SSH_HOST=SSH server hostname · SSH_KEY=Path to SSH private key · SSH_PASSPHRASE=SSH key passphrase · SSH_PASSWORD=SSH password · SSH_PORT=SSH server port (default: 22) · SSH_USER=SSH username · TRANSPORT=Transport mode: stdio or http 1 0.0 %
DB_HOST=Hostname of the Postgres+pgvector instance Memory Vault connects to (e.g. 'host.docker.internal' when Postgres runs on the host, 'localhost' when running natively, or the service name when both run in compose) · DB_NAME=Postgres database name · DB_PASSWORD=Postgres password for DB_USER · DB_PORT=Postgres port · DB_USER=Postgres user with read/write access to the memory vault database 1 0.0 %
DB_PASSPHRASE=Passphrase for decrypting the database (or use encrypted: prefix for encrypted passphrases) · DB_PATH=Path to the encrypted SQLite database file (inside container: /data/database.sqlite) 1 0.0 %
DB_PASSPHRASE=Passphrase for decrypting the database · DB_PATH=Path to the encrypted SQLite database file 1 0.0 %
DB_PATH=Optional path for the SQLite index database used by the server. · OWNERSHIP_GUARD_MODE=Startup ownership policy for sync-folder files. · WRITING_SYNC_DIR=Path to the manuscript sync folder that mcp-writing indexes and edits. 1 0.0 %
DB_PATH=Path to the common_core.db SQLite database (downloaded by install.sh to ~/.standardgraph/common_core.db) 1 0.0 %
DB_PATH=Persistent SQLite database path for tokens and cache. · DEFAULT_TASKLIST=Optional default tasklist title or ID. · GOOGLE_CLIENT_ID=Google OAuth client ID from the user's Google Cloud project. · GOOGLE_CLIENT_SECRET=Google OAuth client secret from the user's Google Cloud project. · GOOGLE_REDIRECT_URI=OAuth callback URL for the user's local or hosted server. 1 0.0 %
DB_SCHEMA=PostgreSQL database schema to use · OPENAI_API_KEY=Your API key for text embeddings via OpenAI · PGDATABASE=PostgreSQL database to connect to · PGHOST=PostgreSQL host to connect to · PGPASSWORD=PostgreSQL password to connect with · PGPORT=PostgreSQL port to connect to · PGUSER=PostgreSQL user to connect as 1 0.0 %
DDG_AGENT_ID=Stable agent identifier for free-trial + usage tracking (optional). · DDG_PRIVATE_KEY=EVM (Base) wallet private key used to auto-pay x402 on paid routes (optional; free/free-trial routes need no wallet). 1 0.0 %
DD_ALLOW_WRITE=Set to 'true' to enable write/destructive tools. Default read-only. · DD_API_KEY=Datadog API key · DD_APP_KEY=Datadog application key · DD_DISABLE=Comma-separated category disablelist. · DD_SITE=Datadog site (datadoghq.com, datadoghq.eu, us3.datadoghq.com, etc.) · DD_TOOLS=Comma-separated category allowlist (e.g. metrics,monitors,logs). Default: all categories enabled. 1 0.0 %
DD_API_KEY=Datadog API key · DD_APP_KEY=Datadog Application key · DD_SITE=Datadog site (e.g., datadoghq.com, datadoghq.eu, us3.datadoghq.com) 1 0.0 %
DD_CLI_PATH=Absolute path to the dd-cli binary. Only needed if it is not at ~/.local/bin/dd-cli — GUI clients do not inherit your shell PATH. 1 0.0 %
DEADCHANNEL_PRIVATE_KEY=Private key of a wallet holding a little USDC on Base. It signs payments locally and never leaves the machine. Not needed for the free health check. · DEADCHANNEL_URL=Override the service endpoint. Defaults to https://deadchannel.vercel.app 1 0.0 %
DEALSURFACE_API_KEY=DealSurface API key. Requires 'read' scope for read tools and 'outreach' scope for lead and outreach tools. · DEALSURFACE_API_URL=Optional override for the DealSurface API base URL. Defaults to https://dealsurface.com. 1 0.0 %
DEAR_AGENT_DIR=Directory where the diary is stored as plain markdown (default ~/.dear-agent). 1 0.0 %
DEAR_CLAUDE_PORT=HTTP server port for webhooks (default: 3334) · GIPHY_API_KEY=Giphy API key for embedding GIF reactions in responses · GITHUB_ACCESS_TOKEN=GitHub personal access token (alternative to OAuth) · GITHUB_APP_ID=GitHub App ID (for installation-based auth) · GITHUB_APP_PRIVATE_KEY_PATH=Path to GitHub App private key PEM file · GITHUB_CLIENT_ID=GitHub OAuth App or GitHub App client ID · GITHUB_CLIENT_SECRET=GitHub OAuth App or GitHub App client secret · GITHUB_WEBHOOK_SECRET=GitHub webhook signature secret · GITLAB_ACCESS_TOKEN=GitLab personal or project access token · GITLAB_WEBHOOK_SECRET=GitLab webhook secret token · JIRA_API_TOKEN=Jira API token from id.atlassian.com · JIRA_DOMAIN=Jira Cloud domain (e.g. 'mycompany' for mycompany.atlassian.net) · JIRA_USER_EMAIL=Jira account email for API authentication · JIRA_WEBHOOK_SECRET=Shared secret for Jira webhook URL validation · LINEAR_ACCESS_TOKEN=Linear personal API key (alternative to OAuth) · LINEAR_CLIENT_ID=Linear OAuth application client ID · LINEAR_CLIENT_SECRET=Linear OAuth application client secret · LINEAR_WEBHOOK_SECRET=Linear webhook signing secret · NOTION_ACCESS_TOKEN=Notion internal integration token (alternative to OAuth) · NOTION_CLIENT_ID=Notion OAuth integration client ID · NOTION_CLIENT_SECRET=Notion OAuth integration client secret · NOTION_WEBHOOK_SECRET=Notion webhook verification secret · OBSIDIAN_VAULT_PATH=Absolute path to Obsidian vault directory for file watching · TAILSCALE_HOSTNAME=Override Tailscale hostname for webhook URLs (auto-detected if not set) 1 0.0 %

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

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