R

Redshift

Query Amazon Redshift warehouses.

·No reviews yet
Repo
Share:

About

Auto-generated

Redshift is a Model Context Protocol server in the Data & Databases category. It lets AI assistants that speak MCP call its tools and read its resources over STDIO.

Example tools

Illustrative tool names — the actual tool set is defined by the server at runtime.

query
Run a read-only SQL query
list_tables
List tables in the connected database
describe_table
Return column info for a table

Screenshots

No screenshots yet.

Install Redshift

Claude Desktop

Add this to claude_desktop_config.json.

{
  "mcpServers": {
    "redshift": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-redshift"
      ]
    }
  }
}

Cursor

Add this to ~/.cursor/mcp.json.

{
  "mcpServers": {
    "redshift": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-redshift"
      ]
    }
  }
}

VS Code

Add this to your workspace settings.json.

{
  "mcp.servers": {
    "redshift": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-redshift"
      ]
    }
  }
}

Reviews

Sign in to leave a review.

No reviews yet. Be the first!

Discussion(0)

Sign in to join the discussion.

No comments yet.