mcpbeat Sign in

Coalesce Transform MCP Server

by jessemarshall Your server? Claim it
local only

Coalesce Transform runs on your own machine — the client starts it, so there is no endpoint to ping.

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

The linked repository no longer exists on GitHub — it was deleted or made private.

Installs per day peak 113 · avg 39 · -10% w/w
a month agotoday
Installs / week
npm · coalesce-transform-mcp
Stars
on GitHub
Last commit
0 releases in 90 days
License
language unknown

What the code does

We have not read this server's code yet

Capabilities

What this server is able to do. For an MCP server this is often the job itself — a terminal server runs commands because that is what it is for. Listed so you know what you are plugging in, not as an accusation.

Package points at a different repository jessemarshall/coalesce-transform-mcp
пакет coalesce-transform-mcp ссылается на coalesce-software-inc/coalesce-transform-mcp

Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.

This code can reach further than it looks

We found places where it runs commands, builds paths or queries from values it is given. None of that is a flaw by itself — it becomes one when the code changes, and code changes quietly between releases. We re-read it on every one.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add coalesce-transform -- npx -y coalesce-transform-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "coalesce-transform": {
      "args": [
        "-y",
        "coalesce-transform-mcp"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.coalesce-transform]
command = "npx"
args = ["-y", "coalesce-transform-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "coalesce-transform": {
      "args": [
        "-y",
        "coalesce-transform-mcp"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "coalesce-transform": {
      "args": [
        "-y",
        "coalesce-transform-mcp"
      ],
      "command": "npx"
    }
  }
}

This one needs environment variables set before it will start: COALESCE_ACCESS_TOKEN (Bearer token from the Coalesce Deploy tab. Optional when `~/.coa/config` provides a `token`.), COALESCE_PROFILE (Selects which `~/.coa/config` profile to load. Defaults to default.), COALESCE_BASE_URL (Region-specific base URL. Defaults to https://app.coalescesoftware.io (US).), COALESCE_ORG_ID (Fallback org ID for cancel-run. Also readable from `orgID` in the active ~/.coa/config profile.), COALESCE_REPO_PATH (Local repo root for repo-backed tools and pipeline planning. Also readable from `repoPath` in the active ~/.coa/config profile.), 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.), 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_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_PAT (Snowflake Programmatic Access Token (alternative to key pair)), SNOWFLAKE_KEY_PAIR_PASS (Passphrase for encrypted keys), SNOWFLAKE_WAREHOUSE (Snowflake compute warehouse (required for run tools)), SNOWFLAKE_ROLE (Snowflake user role (required for run tools)). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Coalesce Transform

same job, measured the same way
Coalesce Transform
by coalesce-software-inc

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

local only
Geoservercloud MCP
by ronitjadhav

MCP server for managing GeoServer workspaces, datastores, layers, and styles

85 installs/wk local only
Tools
by streamkap

Streamkap CLI & MCP server - manage CDC pipelines, sources, destinations, and transforms

140 installs/wk answering
I
Sling CLI
by slingdata

Sling CLI MCP server for querying any database, running data pipelines and managing replications

37 655 installs/wk local only
MCP Cloudflare
by crunchtools

Secure MCP server for Cloudflare DNS, Transform Rules, and Page Rules

72 installs/wk local only
I
Sling CLI
by flarco

Sling CLI MCP server for data pipeline and replication management

local only
Codexbox
by psyb0t

Self-hosted MCP server: run OpenAI Codex CLI prompts and manage workspace files.

local only
Google Workspace MCP Server
by takiguchi-yu

An MCP server for Google Workspaces.

849 installs/wk local only

Coalesce Transform — questions

Answers built from our own checks of this server.

Why is there no uptime for Coalesce Transform?
Coalesce Transform runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package coalesce-transform-mcp.
Is Coalesce Transform still maintained?
The linked repository no longer exists on GitHub — it was deleted or made private. We show this because it changes what you can expect: an unmaintained server may keep answering for months and then stop without warning.
How do I connect Coalesce Transform?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls coalesce-transform-mcp straight from npm; nothing to host, nothing to sign up for.