Loading MCP server directory, please wait...
MCP server for managing Coalesce Transform workspaces, nodes, pipelines, and runs.
npx @getmcp/cli add io.github.jessemarshall/coalesce-transformRequires Node.js 18+. Community-contributed server. Review source before installing.
COALESCE_ACCESS_TOKENBearer token from the Coalesce Deploy tab.
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"io.github.jessemarshall/coalesce-transform": {
"command": "npx",
"args": [
"-y",
"coalesce-transform-mcp"
],
"env": {
"COALESCE_ACCESS_TOKEN": "",
"COALESCE_BASE_URL": "",
"COALESCE_ORG_ID": "",
"COALESCE_REPO_PATH": "",
"COALESCE_MCP_AUTO_CACHE_MAX_BYTES": "",
"COALESCE_MCP_MAX_REQUEST_BODY_BYTES": "",
"SNOWFLAKE_USERNAME": "",
"SNOWFLAKE_KEY_PAIR_KEY": "",
"SNOWFLAKE_KEY_PAIR_PASS": "",
"SNOWFLAKE_WAREHOUSE": "",
"SNOWFLAKE_ROLE": ""
}
}
}
}