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.
We have not read this server's code yet
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.
пакет 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.
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.
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.
claude mcp add coalesce-transform -- npx -y coalesce-transform-mcp
{
"mcpServers": {
"coalesce-transform": {
"args": [
"-y",
"coalesce-transform-mcp"
],
"command": "npx"
}
}
}
[mcp_servers.coalesce-transform]
command = "npx"
args = ["-y", "coalesce-transform-mcp"]
{
"mcpServers": {
"coalesce-transform": {
"args": [
"-y",
"coalesce-transform-mcp"
],
"command": "npx"
}
}
}
{
"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.
MCP server for managing Coalesce Transform workspaces, nodes, pipelines, and runs.
MCP server for managing GeoServer workspaces, datastores, layers, and styles
Streamkap CLI & MCP server - manage CDC pipelines, sources, destinations, and transforms
Sling CLI MCP server for querying any database, running data pipelines and managing replications
Secure MCP server for Cloudflare DNS, Transform Rules, and Page Rules
Sling CLI MCP server for data pipeline and replication management
Self-hosted MCP server: run OpenAI Codex CLI prompts and manage workspace files.
An MCP server for Google Workspaces.
Answers built from our own checks of this server.