kouko/redshift-comment-mcp

1Stars on the repository
17Mods 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

Skill Claude CodeCodex

Part of redshift-comment-mcp

Interactive walkthrough for an unfamiliar Redshift cluster — schema → table → column, picked by reading comments. Hands off to /redshift-profile. Use when user doesn't know where to start in a cluster. Do NOT use when user already knows the table.column (use /redshift-profile directly) or in non-interactive contexts.…

1 2mo ago A 105 tokens original MIT

kouko/redshift-comment-mcp

Skill Claude CodeCodex

Part of redshift-comment-mcp

Cross-table column search — finds every column whose name or comment matches a keyword across all tables in one (or all) schemas via one schema-wide MCP call per schema. Use when user wants to find FK / shared-key columns across many tables (e.g. before composing a JOIN), or to audit column-naming consistency. Do NOT…

1 2mo ago A 156 tokens original MIT

kouko/redshift-comment-mcp

Skill Claude CodeCodex

Part of redshift-comment-mcp

Cross-schema table search — finds every table whose name or comment matches a keyword across all schemas via one cluster-wide MCP call. Use when user is looking for a table by topic but unsure which schema (e.g. "where is the orders fact table"), or auditing table-naming consistency. Do NOT use when schema is already…

1 2mo ago A 148 tokens original MIT

kouko/redshift-comment-mcp

Skill Claude CodeCodex

Part of redshift-comment-mcp

Reconstruct ACTUAL table-to-table data flow from Redshift query history — catches ad-hoc, BI-tool (Tableau / Looker), and manual-fix usage dbt manifest cannot see. Read-only. Use when auditing who reads / writes a table, or before deprecating one. Do NOT use for dbt-internal lineage (use dbt manifest) or real-time…

1 2mo ago A 125 tokens original MIT

redshift-profile

05

kouko/redshift-comment-mcp

Skill Claude CodeCodex

Part of redshift-comment-mcp

Profile a Redshift column — cardinality, top-N values, null rate, min/max, plus comment. Read-only. Use when about to write CREATE TABLE or dbt schema.yml based on column assumptions, or to check whether a column is an enum. Do NOT use for full row counts (use executesql), schema/table search (use searchcolumns), or…

1 2mo ago A 121 tokens original MIT

redshift-setup

06

kouko/redshift-comment-mcp

Skill Claude CodeCodex

Part of redshift-comment-mcp

Configure a Redshift connection profile for the redshift-comment-mcp plugin via chat — password stored in OS keychain via system dialog or terminal handoff (never in chat history), connection verified. Named form /redshift-setup adds a non-default profile and offers to activate it. Use when setting up first Redshift…

1 2mo ago A 149 tokens original MIT

kouko/redshift-comment-mcp

Skill Claude CodeCodex

Part of redshift-comment-mcp

Switch the active Redshift profile by flipping the active-profile pointer file at /.config/redshift-comment-mcp/active-profile (no host / user / password re-entry). Verifies connection before declaring success. Single-profile users get a friendly bow-out pointing to /redshift-setup. Use when switching between 2+…

1 2mo ago A 148 tokens original MIT

At most 3 mods per repository are shown here, and a mod shipped inside a plugin is left to that plugin's page — the rest are on their repository pages: