kouko/redshift-comment-mcp

1Stars on the repository
18Mods indexed here, across every type
2mo agoLast push, which is what freshness is scored on
MITLicence, which decides whether bodies are shown

redshift-explore

01

kouko/redshift-comment-mcp

Command

3-step guided wizard: schema → table → column. Each step lists candidates with comments so the user picks by reading, not remembering names. Hands off to /redshift-profile. Formalizes the Guided Data Discovery charter.

1 2mo ago A 44 tokens original MIT

kouko/redshift-comment-mcp

Command

Cross-table column search — find every column whose name or comment matches a keyword across all tables in one (or all) schemas via schema-wide MCP call. Composes the redshift-comment-mcp tools.

1 2mo ago A 41 tokens original MIT

kouko/redshift-comment-mcp

Command

Cross-schema table search — find every table whose name or comment matches a keyword across all schemas in the cluster via cluster-wide MCP call. Composes the redshift-comment-mcp tools.

1 2mo ago A 37 tokens original MIT

kouko/redshift-comment-mcp

Command

Mine Redshift's STLQUERY (or SYSQUERYHISTORY for serverless) + sqlglot to reconstruct ACTUAL table-to-table lineage from query history. Catches ad-hoc, BI-tool, manual-fix usage that dbt manifest can't see. Read-only; sqlglot helper script ships in assets.

1 2mo ago A 63 tokens original MIT

redshift-profile

05

kouko/redshift-comment-mcp

Command

Profile a Redshift column — surface cardinality, top-N values, null rate, min/max, and the existing comment in one round. Read-only; composes the redshift-comment-mcp tools.

1 2mo ago A 41 tokens original MIT

redshift-setup

06

kouko/redshift-comment-mcp

Command

Interactively configure a Redshift connection profile via chat Q&A. Non-secret fields collected in conversation; password collected in user's own terminal so it never enters chat history.

1 2mo ago A 33 tokens original MIT

kouko/redshift-comment-mcp

Command

Switch the active Redshift profile by flipping the active-profile pointer file. No connection field re-entry; verifies connection before declaring success. Single-profile users get a friendly bow-out.

1 2mo ago A 35 tokens original MIT