Skip to main content
Glama

DataPilot MCP Server

by rickyb30
env.template724 B
# Snowflake Connection Configuration # Examples of valid account formats: # - ACCOUNT-LOCATOR.snowflakecomputing.com # - ACCOUNT-LOCATOR.region.cloud # - organization-account_name SNOWFLAKE_ACCOUNT=your_account_identifier SNOWFLAKE_USER=your_username SNOWFLAKE_PASSWORD=your_password # Optional Snowflake Configuration SNOWFLAKE_WAREHOUSE=your_warehouse_name SNOWFLAKE_DATABASE=your_database_name SNOWFLAKE_SCHEMA=your_schema_name SNOWFLAKE_ROLE=your_role_name # OpenAI Configuration OPENAI_API_KEY=your_openai_api_key OPENAI_MODEL=gpt-4 # Optional: Logging Level LOG_LEVEL=INFO # Optional: Web Server Configuration (for public hosting) API_KEY=your_api_key_for_web_server PORT=8000 HOST=0.0.0.0 ENVIRONMENT=development

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/rickyb30/datapilot-mcp-server'

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