Skip to content

MCP server in namespace io.github

io.github.jessemarshall/coalesce-transform · Status: active

The source provides no name of its own for this entry. The identifier therefore appears on this page as a coordinate, not as the heading.

If you find your own account name here: write informally to German.saas@web.de, stating the identifier concerned. No reason has to be given. How to object

Registry name
io.github.jessemarshall/coalesce-transform
Package coordinate
npm:coalesce-transform-mcp
Version
0.7.2
Listed in the registry
2026-04-20
Changed in the registry
2026-04-20
First seen by tracevero
2026-08-06
Vendor's website
https://github.com/jessemarshall/coalesce-transform-mcp

MCP server for managing Coalesce Transform workspaces, nodes, pipelines, and runs.

Vendor's own description, untranslated and unverified

Evidence for this page: The values on this page come from several collections. Each row therefore states its own origin. What the confidence levels mean

Measured values

Measured values
Credentials requiredno
Raw declaration – Required secret variables (raw): confirmed absent
Raw declaration – Required secret headers (raw): confirmed absent
Source: MCP-Register · collected on 2026-08-06 · derived
Execution locationlocal
Raw declaration – Transports (raw): stdio
Source: MCP-Register · collected on 2026-08-06 · derived
Path argument presentno
Raw declaration – Path arguments (raw): confirmed absent
Raw declaration – Path environment variables (raw): confirmed absent
Source: MCP-Register · collected on 2026-08-06 · derived
Repository URL listedyes
Raw declaration – Repository (raw): https://github.com/jessemarshall/coalesce-transform-mcp
Source: MCP-Register · collected on 2026-08-06 · derived
Version0.7.2
Source: MCP-Register · collected on 2026-08-06 · self-declared

Position within the holdings

How many of the 24,717 published entries carry the same measured value. A reference figure, not an assessment.

All 4 values together are carried by 8,596 of 24,717 entries.

This entry appears in these selections

The source's raw values23

Evidence for this page: The values on this page come from several collections. Each row therefore states its own origin.

Raw values
Environment variables (raw)COALESCE_ACCESS_TOKEN, COALESCE_PROFILE, COALESCE_BASE_URL, COALESCE_ORG_ID, COALESCE_REPO_PATH, COALESCE_CACHE_DIR, COALESCE_MCP_AUTO_CACHE_MAX_BYTES, COALESCE_MCP_LINEAGE_TTL_MS, COALESCE_MCP_MAX_REQUEST_BODY_BYTES, COALESCE_MCP_READ_ONLY, COALESCE_MCP_SKILLS_DIR, SNOWFLAKE_ACCOUNT, SNOWFLAKE_USERNAME, SNOWFLAKE_KEY_PAIR_KEY, SNOWFLAKE_PAT, SNOWFLAKE_KEY_PAIR_PASS, SNOWFLAKE_WAREHOUSE, SNOWFLAKE_ROLE
Source: MCP-Register · collected on 2026-08-06 · self-declared
Required secret variables (raw)confirmed absent
Source: MCP-Register · collected on 2026-08-06 · self-declared
Transports (raw)stdio
Source: MCP-Register · collected on 2026-08-06 · self-declared
Path arguments (raw)confirmed absent
Source: MCP-Register · collected on 2026-08-06 · self-declared
Repository (raw)https://github.com/jessemarshall/coalesce-transform-mcp
Source: MCP-Register · collected on 2026-08-06 · self-declared
Package registries (raw)npm
Source: MCP-Register · collected on 2026-08-06 · self-declared
Required secret headers (raw)confirmed absent
Source: MCP-Register · collected on 2026-08-16 · self-declared
Path environment variables (raw)confirmed absent
Source: MCP-Register · collected on 2026-08-16 · self-declared
Remote URLs (raw)confirmed absent
Source: MCP-Register · collected on 2026-08-16 · self-declared
Remote hosts (raw)confirmed absent
Source: MCP-Register · collected on 2026-08-16 · self-declared
Registry status message (raw)confirmed absent
Source: MCP-Register · collected on 2026-08-16 · self-declared
First listed in the registry (raw)2026-04-20
Source: MCP-Register · collected on 2026-08-16 · self-declared
Last changed in the registry (raw)2026-04-20
Source: MCP-Register · collected on 2026-08-16 · self-declared
Schema version of the raw record (raw)https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json
Source: MCP-Register · collected on 2026-08-16 · self-declared
Delivery form (raw)paket
Source: MCP-Register · collected on 2026-08-16 · self-declared
Repository platform (raw)github
Source: MCP-Register · collected on 2026-08-16 · self-declared
Repository subfolder (raw)confirmed absent
Source: MCP-Register · collected on 2026-08-16 · self-declared
Package identifiers (raw)coalesce-transform-mcp
Source: MCP-Register · collected on 2026-08-16 · self-declared
Package versions (raw)0.7.2
Source: MCP-Register · collected on 2026-08-16 · self-declared
Runtime hints (raw)confirmed absent
Source: MCP-Register · collected on 2026-08-16 · self-declared
Environment variable formats (raw)string
Source: MCP-Register · collected on 2026-08-16 · self-declared
Environment variable descriptions (raw)COALESCE_ACCESS_TOKEN=Bearer token from the Coalesce Deploy tab. Optional when `~/.coa/config` provides a `token`. · COALESCE_BASE_URL=Region-specific base URL. Defaults to https://app.coalescesoftware.io (US). · COALESCE_CACHE_DIR=Base directory for the local data cache. When set, cache files are written here instead of the working directory. Also readable from `cacheDir` in the active ~/.coa/config profile. · COALESCE_MCP_AUTO_CACHE_MAX_BYTES=JSON size threshold before auto-caching to disk. Defaults to 32768. · COALESCE_MCP_LINEAGE_TTL_MS=In-memory lineage cache TTL in milliseconds. Defaults to 1800000. · COALESCE_MCP_MAX_REQUEST_BODY_BYTES=Max outbound API request body size. Defaults to 524288. · COALESCE_MCP_READ_ONLY=When `true`, hides all write/mutation tools during registration. Only read, list, search, cache, analyze, review, diagnose, and plan tools are exposed. Defaults to false. · COALESCE_MCP_SKILLS_DIR=Directory for customizable AI skill resources. When set, reads context resources from this directory and seeds defaults on first run. Users can augment or override any skill. · COALESCE_ORG_ID=Fallback org ID for cancel-run. Also readable from `orgID` in the active ~/.coa/config profile. · COALESCE_PROFILE=Selects which `~/.coa/config` profile to load. Defaults to default. · COALESCE_REPO_PATH=Local repo root for repo-backed tools and pipeline planning. Also readable from `repoPath` in the active ~/.coa/config profile. · SNOWFLAKE_ACCOUNT=Snowflake account identifier (e.g., `abc12345.us-east-1`). Required by the local `coa` CLI and `coa doctor`; not used by the MCP's REST run path. (required for run tools) · SNOWFLAKE_KEY_PAIR_KEY=Path to PEM-encoded private key (required if SNOWFLAKE_PAT not set) · SNOWFLAKE_KEY_PAIR_PASS=Passphrase for encrypted keys · SNOWFLAKE_PAT=Snowflake Programmatic Access Token (alternative to key pair) · SNOWFLAKE_ROLE=Snowflake user role (required for run tools) · SNOWFLAKE_USERNAME=Snowflake account username (required for run tools) · SNOWFLAKE_WAREHOUSE=Snowflake compute warehouse (required for run tools)
Source: MCP-Register · collected on 2026-08-16 · self-declared
Icon formats (raw)confirmed absent
Source: MCP-Register · collected on 2026-08-16 · self-declared

Changes

Changes
2026-08-16Last changed in the registry (raw): – → 2026-04-20
2026-08-16First listed in the registry (raw): – → 2026-04-20
2026-08-16Registry status message (raw): – → –
2026-08-16Schema version of the raw record (raw): – → https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json
2026-08-16Icon formats (raw): – → –
2026-08-16Environment variable descriptions (raw): – → COALESCE_ACCESS_TOKEN=Bearer token from the Coalesce Deploy tab. Optional when `~/.coa/config` provides a `token`. · COALESCE_BASE_URL=Region-specific base URL. Defaults to https://app.coalescesoftware.io (US). · COALESCE_CACHE_DIR=Base directory for the local data cache. When set, cache files are written here instead of the working directory. Also readable from `cacheDir` in the active ~/.coa/config profile. · COALESCE_MCP_AUTO_CACHE_MAX_BYTES=JSON size threshold before auto-caching to disk. Defaults to 32768. · COALESCE_MCP_LINEAGE_TTL_MS=In-memory lineage cache TTL in milliseconds. Defaults to 1800000. · COALESCE_MCP_MAX_REQUEST_BODY_BYTES=Max outbound API request body size. Defaults to 524288. · COALESCE_MCP_READ_ONLY=When `true`, hides all write/mutation tools during registration. Only read, list, search, cache, analyze, review, diagnose, and plan tools are exposed. Defaults to false. · COALESCE_MCP_SKILLS_DIR=Directory for customizable AI skill resources. When set, reads context resources from this directory and seeds defaults on first run. Users can augment or override any skill. · COALESCE_ORG_ID=Fallback org ID for cancel-run. Also readable from `orgID` in the active ~/.coa/config profile. · COALESCE_PROFILE=Selects which `~/.coa/config` profile to load. Defaults to default. · COALESCE_REPO_PATH=Local repo root for repo-backed tools and pipeline planning. Also readable from `repoPath` in the active ~/.coa/config profile. · SNOWFLAKE_ACCOUNT=Snowflake account identifier (e.g., `abc12345.us-east-1`). Required by the local `coa` CLI and `coa doctor`; not used by the MCP's REST run path. (required for run tools) · SNOWFLAKE_KEY_PAIR_KEY=Path to PEM-encoded private key (required if SNOWFLAKE_PAT not set) · SNOWFLAKE_KEY_PAIR_PASS=Passphrase for encrypted keys · SNOWFLAKE_PAT=Snowflake Programmatic Access Token (alternative to key pair) · SNOWFLAKE_ROLE=Snowflake user role (required for run tools) · SNOWFLAKE_USERNAME=Snowflake account username (required for run tools) · SNOWFLAKE_WAREHOUSE=Snowflake compute warehouse (required for run tools)
2026-08-16Environment variable formats (raw): – → string
2026-08-16Delivery form (raw): – → paket
2026-08-16Remote hosts (raw): – → –
2026-08-16Remote URLs (raw): – → –

These are the 10 most recent changes to this entry. Full history

tracevero · https://tracevero.com/mcp/io-github-jessemarshall-coalesce-transform