redshift-mcp-server vs time
Side-by-side comparison to help you pick between these two MCP servers.
redshift-mcp-server by amitds1997 | time by modelcontextprotocol | |
|---|---|---|
| Stars | ★ 1 | ★ 85,748 |
| 30d uses | — | — |
| Score | 28 | 77 |
| Official | — | ✓ |
| Categories | DatabaseDeveloper Tools | ProductivityDeveloper ToolsCommunication |
| Language | Python | TypeScript |
| Last commit | 10 mo ago | this month |
redshift-mcp-server · Summary
A simple MCP server for executing SQL queries on Amazon Redshift clusters with username/password authentication.
time · Summary
A comprehensive MCP server providing time and timezone conversion tools with automatic system timezone detection.
redshift-mcp-server · Use cases
- Querying Redshift data from AI assistants via MCP
- Automating data analysis workflows with Redshift integration
- Non-developer access to Redshift through conversational interfaces
time · Use cases
- Assisting with international meeting scheduling across time zones
- Providing real-time time information for location-based queries
- Enabling time conversion for travel planning and itineraries
redshift-mcp-server · Install
Installation
- Clone the repository to your local machine
- Install uv following the [official guide](https://docs.astral.sh/uv/getting-started/installation/)
- Configure your MCP client with the following settings:
{
"command": "uv",
"args": [
"--directory",
"<path_to_redshift_mcp>",
"run",
"server.py"
],
"env": {
"REDSHIFT_DB": "<db-name>",
"REDSHIFT_USER": "<redshift_user>",
"REDSHIFT_PASSWORD": "<redshift_password>",
"REDSHIFT_HOST": "<redshift-host-uri>",
"REDSHIFT_PORT": "5439"
}
}time · Install
Installation Options
**Using uv (recommended):**
uvx mcp-server-time**Using PIP:**
pip install mcp-server-time
python -m mcp_server_time**Configure for Claude Desktop:**
{
"mcpServers": {
"time": {
"command": "uvx",
"args": ["mcp-server-time"]
}
}
}