Back to Home
michael-trullion icon

mcp-servers

Verified Safe

by michael-trullion

Overview

This server integrates Redash with Cursor IDE to enable AI-powered management and interaction with Redash queries, dashboards, and visualizations for data analysis and reporting.

Installation

Run Command
npx trullion-redash-mcp

Environment Variables

  • REDASH_URL
  • REDASH_API_KEY
  • POSTGRES_HOST
  • POSTGRES_PORT
  • POSTGRES_DB
  • POSTGRES_USER
  • POSTGRES_PASSWORD
  • POSTGRES_SSL_MODE
  • POSTGRES_MAX_CONNECTIONS
  • KUBECONFIG
  • KUBE_API_URL
  • KUBE_API_TOKEN

Security Notes

The server uses environment variables for sensitive credentials (e.g., REDASH_URL, REDASH_API_KEY, PostgreSQL credentials, Kubeconfig), which is good practice. There are no obvious code obfuscation or direct 'eval' patterns. However, several tools (e.g., Redash's `create_query`, `execute_query`, PostgreSQL's `mcp__execute_query`, Kubernetes' `exec_in_pod`) allow the execution of arbitrary SQL queries or shell commands. While this is an intended feature for an agent-based system and relies on the security of the underlying APIs (Redash, Postgres, Kubernetes) to prevent direct injection, it grants high privileges to the calling agent/LLM. Misuse by an untrusted or unconstrained agent could lead to data exposure or unauthorized operations.

Similar Servers

Stats

Interest Score30
Security Score8
Cost ClassMedium
Avg Tokens1000
Stars1
Forks0
Last Update2025-12-09

Tags

RedashData AnalyticsDashboardingQuery ManagementMCP