Server data from the Official MCP Registry
MCP server for managing Coalesce Transform workspaces, nodes, pipelines, and runs.
MCP server for managing Coalesce Transform workspaces, nodes, pipelines, and runs.
Set these up before or after installing:
Environment variable: COALESCE_ACCESS_TOKEN
Environment variable: COALESCE_BASE_URL
Environment variable: SNOWFLAKE_USERNAME
Environment variable: SNOWFLAKE_KEY_PAIR_KEY
Environment variable: SNOWFLAKE_KEY_PAIR_PASS
Environment variable: SNOWFLAKE_WAREHOUSE
Environment variable: SNOWFLAKE_ROLE
Add this to your MCP configuration file:
{
"mcpServers": {
"io-github-jessemarshall-coalesce-transform": {
"env": {
"SNOWFLAKE_ROLE": "your-snowflake-role-here",
"COALESCE_BASE_URL": "your-coalesce-base-url-here",
"SNOWFLAKE_USERNAME": "your-snowflake-username-here",
"SNOWFLAKE_WAREHOUSE": "your-snowflake-warehouse-here",
"COALESCE_ACCESS_TOKEN": "your-coalesce-access-token-here",
"SNOWFLAKE_KEY_PAIR_KEY": "your-snowflake-key-pair-key-here",
"SNOWFLAKE_KEY_PAIR_PASS": "your-snowflake-key-pair-pass-here"
},
"args": [
"-y",
"coalesce-transform-mcp"
],
"command": "npx"
}
}
}This MCP server provides comprehensive Coalesce Transform API integration with appropriate authentication, good security practices, and well-structured code. Minor concerns include some overly broad exception handling and verbose code, but overall security posture is solid with no significant vulnerabilities identified. Supply chain analysis found 3 known vulnerabilities in dependencies (0 critical, 3 high severity). Package verification found 1 issue.
Scanned 3 files · 8 findings
Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.
This plugin requests these system permissions. Most are normal for its category.
Be the first to review this server!