Skip to content
Cursor

Redshift MCP Server for Cursor

io.github.davidalbertonogueira/redshift-mcp-server

Secure, read-only access to Amazon Redshift with schema introspection and smart sampling

client:Cursor transport:stdio runtime:npm

Install Redshift MCP Server in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

{
  "mcpServers": {
    "redshift-mcp-server": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@davidalbertonogueira/redshift-mcp-server"
      ]
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

Redshift MCP Server in other clients