Back to Home
Ahmed-M-Elevate icon

elevate-mcp

Verified Safe

by Ahmed-M-Elevate

Overview

Provides an AI-powered interface for querying and analyzing AB Testing data stored in MySQL (PlanetScale) and ClickHouse analytics databases.

Installation

Run Command
toolbox --tools-file tools.yaml --address 0.0.0.0 --port 5000

Environment Variables

  • DB_USERNAME
  • DB_PASSWORD
  • CLICKHOUSE_USERNAME
  • CLICKHOUSE_PASSWORD

Security Notes

The server exposes database query and execution tools. `execute` and `ch_execute` tools allow arbitrary SQL execution (including DDL/DML), which is a high-risk capability if not secured. The `update_test_status` also permits data modification. However, the project strongly recommends using a 'readonly' toolset for production and provides extensive deployment security guidance, including Nginx basic authentication, IP whitelisting, and rate limiting. Crucially, database credentials are loaded from environment variables and must not be committed to version control. The overall security posture is good, provided the deployment guidelines are strictly followed, especially for access control and read-only mode in production.

Similar Servers

Stats

Interest Score0
Security Score8
Cost ClassMedium
Avg Tokens500
Stars0
Forks0
Last Update2025-12-03

Tags

MCPAB TestingDatabaseAnalyticsAI-powered