GrowthNav
Verified Safeby datablogin
Overview
Unified analytics infrastructure for growth marketing, enabling multi-tenant CLV analysis, marketing attribution, and automated client onboarding with diverse data sources.
Installation
uv run --package growthnav-mcp growthnav-mcpEnvironment Variables
- GCP_PROJECT_ID
- ANTHROPIC_API_KEY
- SNOWFLAKE_USER
- SNOWFLAKE_PASSWORD
- SNOWFLAKE_ACCOUNT
Security Notes
The system implements strong SQL injection prevention through a QueryValidator that blocks destructive operations by default. Credential storage utilizes Google Secret Manager. However, the `configure_data_source` MCP tool allows direct passing of raw credentials (though `credentials_secret_path` is preferred for production). LLM-assisted schema mapping involves sending sample customer data to an external LLM (Claude), which is a design-level data exposure risk, though mitigated by sampling and LLM provider's data policies. Error sanitization for sensitive information is implemented.
Similar Servers
jetski
Jetski is an open-source platform providing analytics, authentication, and simplified client setup for Model Context Protocol (MCP) servers by acting as a proxy.
mcpcat-typescript-sdk
This SDK integrates analytics and telemetry capabilities into existing Model Context Protocol (MCP) servers, capturing user intentions, tool usage, and error patterns.
mcpcat-python-sdk
An analytics and observability SDK for Multi-modal Conversational Platform (MCP) servers, capturing user behavior and tool interactions for product development and debugging.
superset-mcp
This server provides a Model Context Protocol (MCP) interface for programmatic management and interaction with Apache Superset data assets, including datasets, metrics, calculated columns, charts, and dashboards, along with SQL query execution.