Redshift MCP Server (TypeScript)
@paschmaria
关于 Redshift MCP Server (TypeScript)
暂无概览
基本信息
配置
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"mcpServers": {
"redshift-js-mcp-server": {
"command": "node",
"args": [
"dist/index.js"
],
"env": {
"DATABASE_URL": "redshift://username:password@hostname:port/database?ssl=true"
}
}
}
}工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
What is Redshift MCP Server (TypeScript)?
It is a Model Context Protocol (MCP) server for Amazon Redshift, implemented in TypeScript. It enables LLMs to inspect database schemas and execute read-only queries on a Redshift data warehouse.
How to use Redshift MCP Server (TypeScript)?
Install Node.js 16+, clone the repository, run npm install and npm run build. Set the DATABASE_URL environment variable (e.g., redshift://username:password@hostname:port/database?ssl=true). Start with npm start or node dist/index.js. For Cursor IDE, configure via .cursor/mcp.json; for other MCP clients, use stdio transport configuration.
Key features of Redshift MCP Server (TypeScript)
- Execute read-only SQL queries via the
querytool. - Describe table structure with
describe_table. - Find tables by column name patterns with
find_column. - Provide schema listings, table schemas, sample data, and statistics.
- Automatic redaction of sensitive data (email, phone) in samples.
- Input sanitization and read-only transactions for security.
Use cases of Redshift MCP Server (TypeScript)
- Ask LLMs to list all tables in a given schema.
- Retrieve the structure of a specific table (e.g., customers).
- Find tables containing columns matching a name pattern (e.g., 'email').
- Request sample data from tables for quick inspection.
- Write queries to count orders by status or perform aggregations.
FAQ from Redshift MCP Server (TypeScript)
How does the server ensure security?
It uses read-only transactions, sanitizes inputs to prevent SQL injection, does not expose raw passwords in resource URIs, and automatically redacts sensitive data (email, phone) in sample results.
What are the prerequisites to run this server?
Node.js 16 or higher, TypeScript, access to an Amazon Redshift cluster, basic SQL knowledge, and for Cursor integration, Cursor IDE installed.
其他 分类下的更多 MCP 服务器
ghidraMCP
LaurieWiredMCP Server for Ghidra
🚀 Model Context Protocol (MCP) Curriculum for Beginners
microsoftThis open-source curriculum introduces the fundamentals of Model Context Protocol (MCP) through real-world, cross-language examples in .NET, Java, TypeScript, JavaScript, Rust and Python. Designed for developers, it focuses on practical techniques for building modular, scalable,
Activepieces
activepiecesAI Agents & MCPs & AI Workflow Automation • (~400 MCP servers for AI agents) • AI Automation / AI Agent with MCPs • AI Workflows & AI Agents • MCPs for AI Agents
Awesome Mlops
visengerA curated list of references for MLOps
ICSS
chokcoco不止于 CSS
评论