Stats
Actions
Tags
Copy this JSON into your .mcp.json to enable this server
Add to your .mcp.json:
{
"mcpServers": {
"redshift-comment": {
"command": "uv",
"args": [
"run",
"--project",
"${CLAUDE_PLUGIN_ROOT}",
"redshift-comment-mcp",
"--host",
"${user_config.host}",
"--port",
"${user_config.port}",
"--user",
"${user_config.user}",
"--dbname",
"${user_config.dbname}"
],
"env": {
"REDSHIFT_PASSWORD": "${user_config.password}"
}
}
}
}Replace placeholder values for: REDSHIFT_PASSWORD
Review these signals before enabling this server
This MCP server needs API keys or credentials. Configure them in your environment before use.
This server has elevated permissions. Review the source code before enabling.
Server configuration and connection parameters
uvCommand-line arguments passed to the server process
Environment variables set when the server starts
REDSHIFT_PASSWORD=${user_config.password}Sensitive values you must provide — never committed to source control
Declared capabilities of this MCP server
npx claudepluginhub kouko/redshift-comment-mcp --plugin redshift-comment-mcp