MCP ServerSTDIOOfficialv0.4.5

coalesce-transform MCP Server

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

io.github.jessemarshall/coalesce-transform

Hosted URL

https://github.com/jessemarshall/coalesce-transform-mcp

Transport

STDIO

Auth

1 required env var

Connect to coalesce-transform

Hosted endpoint — paste into any MCP client.

https://github.com/jessemarshall/coalesce-transform-mcp

Environment variables

Configuration this server reads at startup.

  • COALESCE_ACCESS_TOKENRequiredSecret

    Bearer token from the Coalesce Deploy tab.

  • COALESCE_BASE_URL

    Region-specific base URL. Defaults to https://app.coalescesoftware.io (US).

  • COALESCE_ORG_ID

    Fallback org ID for cancel-run.

  • COALESCE_REPO_PATH

    Local repo root for repo-backed tools and pipeline planning.

  • 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.

  • SNOWFLAKE_USERNAME

    Snowflake account username (required for run tools)

  • SNOWFLAKE_KEY_PAIR_KEY

    Path to PEM-encoded private key (required if SNOWFLAKE_PAT not set)

  • SNOWFLAKE_PATSecret

    Snowflake Programmatic Access Token (alternative to key pair)

  • SNOWFLAKE_KEY_PAIR_PASSSecret

    Passphrase for encrypted keys

  • SNOWFLAKE_WAREHOUSE

    Snowflake compute warehouse (required for run tools)

  • SNOWFLAKE_ROLE

    Snowflake user role (required for run tools)

Resources

Where to find authoritative docs and source for coalesce-transform.

Try coalesce-transform with 30+ AI models

Open MCP Agent Studio and connect this server to Claude, GPT, Gemini, DeepSeek and more — no install required.

Open Agent Studio

Related servers

More on MCP Playground