io.github.jessemarshall/coalesce-transform
MCP server for managing Coalesce Transform workspaces, nodes, pipelines, and runs.
{
"mcpServers": {
"coalesce-transform": {
"command": "npx",
"args": [
"-y",
"coalesce-transform-mcp"
],
"env": {
"COALESCE_ACCESS_TOKEN": "<your-coalesce_access_token>",
"COALESCE_PROFILE": "<coalesce_profile>",
"COALESCE_BASE_URL": "<coalesce_base_url>",
"COALESCE_ORG_ID": "<coalesce_org_id>",
"COALESCE_REPO_PATH": "<coalesce_repo_path>",
"COALESCE_CACHE_DIR": "<coalesce_cache_dir>",
"COALESCE_MCP_AUTO_CACHE_MAX_BYTES": "<coalesce_mcp_auto_cache_max_bytes>",
"COALESCE_MCP_LINEAGE_TTL_MS": "<coalesce_mcp_lineage_ttl_ms>",
"COALESCE_MCP_MAX_REQUEST_BODY_BYTES": "<coalesce_mcp_max_request_body_bytes>",
"COALESCE_MCP_READ_ONLY": "<coalesce_mcp_read_only>",
"COALESCE_MCP_SKILLS_DIR": "<coalesce_mcp_skills_dir>",
"SNOWFLAKE_ACCOUNT": "<snowflake_account>",
"SNOWFLAKE_USERNAME": "<snowflake_username>",
"SNOWFLAKE_KEY_PAIR_KEY": "<snowflake_key_pair_key>",
"SNOWFLAKE_PAT": "<your-snowflake_pat>",
"SNOWFLAKE_KEY_PAIR_PASS": "<your-snowflake_key_pair_pass>",
"SNOWFLAKE_WAREHOUSE": "<snowflake_warehouse>",
"SNOWFLAKE_ROLE": "<snowflake_role>"
}
}
}
}{
"mcpServers": {
"coalesce-transform": {
"command": "npx",
"args": [
"-y",
"coalesce-transform-mcp"
],
"env": {
"COALESCE_ACCESS_TOKEN": "<your-coalesce_access_token>",
"COALESCE_PROFILE": "<coalesce_profile>",
"COALESCE_BASE_URL": "<coalesce_base_url>",
"COALESCE_ORG_ID": "<coalesce_org_id>",
"COALESCE_REPO_PATH": "<coalesce_repo_path>",
"COALESCE_CACHE_DIR": "<coalesce_cache_dir>",
"COALESCE_MCP_AUTO_CACHE_MAX_BYTES": "<coalesce_mcp_auto_cache_max_bytes>",
"COALESCE_MCP_LINEAGE_TTL_MS": "<coalesce_mcp_lineage_ttl_ms>",
"COALESCE_MCP_MAX_REQUEST_BODY_BYTES": "<coalesce_mcp_max_request_body_bytes>",
"COALESCE_MCP_READ_ONLY": "<coalesce_mcp_read_only>",
"COALESCE_MCP_SKILLS_DIR": "<coalesce_mcp_skills_dir>",
"SNOWFLAKE_ACCOUNT": "<snowflake_account>",
"SNOWFLAKE_USERNAME": "<snowflake_username>",
"SNOWFLAKE_KEY_PAIR_KEY": "<snowflake_key_pair_key>",
"SNOWFLAKE_PAT": "<your-snowflake_pat>",
"SNOWFLAKE_KEY_PAIR_PASS": "<your-snowflake_key_pair_pass>",
"SNOWFLAKE_WAREHOUSE": "<snowflake_warehouse>",
"SNOWFLAKE_ROLE": "<snowflake_role>"
}
}
}
}npx -y coalesce-transform-mcpCOALESCE_ACCESS_TOKENBearer token from the Coalesce Deploy tab. Optional when `~/.coa/config` provides a `token`.
COALESCE_PROFILESelects which `~/.coa/config` profile to load. Defaults to default.
COALESCE_BASE_URLRegion-specific base URL. Defaults to https://app.coalescesoftware.io (US).
COALESCE_ORG_IDFallback org ID for cancel-run. Also readable from `orgID` in the active ~/.coa/config profile.
COALESCE_REPO_PATHLocal repo root for repo-backed tools and pipeline planning. Also readable from `repoPath` in the active ~/.coa/config profile.
COALESCE_CACHE_DIRBase 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_BYTESJSON size threshold before auto-caching to disk. Defaults to 32768.
COALESCE_MCP_LINEAGE_TTL_MSIn-memory lineage cache TTL in milliseconds. Defaults to 1800000.
COALESCE_MCP_MAX_REQUEST_BODY_BYTESMax outbound API request body size. Defaults to 524288.
COALESCE_MCP_READ_ONLYWhen `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_DIRDirectory 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_ACCOUNTSnowflake 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_USERNAMESnowflake account username (required for run tools)
SNOWFLAKE_KEY_PAIR_KEYPath to PEM-encoded private key (required if SNOWFLAKE_PAT not set)
SNOWFLAKE_PATSnowflake Programmatic Access Token (alternative to key pair)
SNOWFLAKE_KEY_PAIR_PASSPassphrase for encrypted keys
SNOWFLAKE_WAREHOUSESnowflake compute warehouse (required for run tools)
SNOWFLAKE_ROLESnowflake user role (required for run tools)
AI-powered trading strategy development: backtesting, market data, and portfolio analysis
Feature flagging and A/B testing platform with AI-first experimentation workflows.
Query Meta Ads performance data — accounts, campaigns, ad sets, ads, metrics & settings.