Skip to main content
Glama
Coalesce-Software-Inc

coalesce-transform-mcp

Official

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
SNOWFLAKE_PATNoSnowflake Programmatic Access Token (alternative to key pair)
SNOWFLAKE_ROLENoSnowflake user role
COALESCE_ORG_IDNoFallback org ID for cancel-run. Also readable from orgID in the active ~/.coa/config profile.
COALESCE_PROFILENoSelects which ~/.coa/config profile to load.default
COALESCE_BASE_URLNoRegion-specific base URL.https://app.coalescesoftware.io (US)
SNOWFLAKE_ACCOUNTNoSnowflake 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.
COALESCE_CACHE_DIRNoBase 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_REPO_PATHNoLocal repo root for repo-backed tools and pipeline planning. Also readable from repoPath in the active ~/.coa/config profile.
SNOWFLAKE_USERNAMENoSnowflake account username
SNOWFLAKE_WAREHOUSENoSnowflake compute warehouse
COALESCE_ACCESS_TOKENNoBearer token from the Coalesce Deploy tab. Optional when ~/.coa/config provides a token.
COALESCE_MCP_READ_ONLYNoWhen true, hides all write/mutation tools during registration. Only read, list, search, cache, analyze, review, diagnose, and plan tools are exposed.false
SNOWFLAKE_KEY_PAIR_KEYNoPath to PEM-encoded private key (required if SNOWFLAKE_PAT not set)
COALESCE_MCP_SKILLS_DIRNoDirectory 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_KEY_PAIR_PASSNoPassphrase for encrypted keys
COALESCE_MCP_LINEAGE_TTL_MSNoIn-memory lineage cache TTL in milliseconds.1800000
COALESCE_MCP_REQUEST_TIMEOUT_MSNoDefault per-request timeout for Coalesce API calls. Raise on large workspaces where paginated reads exceed the default.60000
COALESCE_MCP_AUTO_CACHE_MAX_BYTESNoJSON size threshold before auto-caching to disk.32768
COALESCE_MCP_INVENTORY_CACHE_TTL_MSNoIn-memory TTL for the workspace node-type inventory. Set to 0 to disable.300000
COALESCE_MCP_MAX_REQUEST_BODY_BYTESNoMax outbound API request body size.524288
COALESCE_MCP_DETAIL_FETCH_TIMEOUT_MSNoPer-page timeout for detail=true paginated fetches of large node lists.180000
COALESCE_MCP_NODE_INDEX_CACHE_TTL_MSNoIn-memory TTL for the workspace node-index (id/name/type/location) cache used by SQL- and intent-ref resolution. Set to 0 to disable.300000
COALESCE_MCP_NODE_DETAIL_CACHE_TTL_MSNoIn-memory TTL for the workspace node-detail (full body) cache used by review and predecessor lookups. Set to 0 to disable.300000

Capabilities

Server capabilities have not been inspected yet.

Tools

Functions exposed to the LLM to take actions

NameDescription

No tools

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/Coalesce-Software-Inc/coalesce-transform-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server