MCP Catalogs
Home

mcp-redis vs pg-aiguide

Side-by-side comparison to help you pick between these two MCP servers.

mcp-redis
by redis
pg-aiguide
by timescale
Stars★ 510★ 1,729
30d uses
Score5455
Official
Categories
DatabaseAI / LLM ToolsDeveloper Tools
DatabaseDeveloper ToolsAI / LLM Tools
LanguagePythonPython
Last committhis monththis month

mcp-redis · Summary

Official Redis MCP Server providing natural language interface for AI agents to manage Redis data efficiently.

pg-aiguide · Summary

MCP server providing PostgreSQL expertise, semantic search, and best practices for AI coding tools.

mcp-redis · Use cases

  • AI assistants storing and retrieving session data in Redis
  • Vector search applications with Redis as the backend
  • Chat applications using Redis pub/sub for real-time messaging
  • Caching AI model responses and queries

pg-aiguide · Use cases

  • Improving PostgreSQL code generation in AI coding assistants
  • Providing semantic search for PostgreSQL documentation
  • Implementing best practices for database schema design

mcp-redis · Install

Installation

From PyPI (recommended)

{
  "mcpServers": {
    "RedisMCPServer": {
      "command": "uvx",
      "args": [
        "--from",
        "redis-mcp-server@latest",
        "redis-mcp-server",
        "--url",
        "redis://localhost:6379/0"
      ]
    }
  }
}

From GitHub

uvx --from git+https://github.com/redis/mcp-redis.git redis-mcp-server --url redis://localhost:6379/0

Docker

docker run -d --name redis-mcp-server -e REDIS_HOST=<redis_hostname> -e REDIS_PORT=<redis_port> -e REDIS_USERNAME=<redis_username> mcp/redis

pg-aiguide · Install

Installation Options

**As an MCP Server:** Add the public MCP server to your client configuration:

{
  "mcpServers": {
    "pg-aiguide": {
      "url": "https://mcp.tigerdata.com/docs"
    }
  }
}

**As Claude Plugin:**

claude plugin marketplace add timescale/pg-aiguide
claude plugin install pg@aiguide

**Using npx skills:**

npx skills add timescale/pg-aiguide --skill postgres
Comparison generated from public README + GitHub signals. Last updated automatically.