MCP Catalogs
Home

wren-engine vs pg-aiguide

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

wren-engine
by Canner
pg-aiguide
by timescale
Stars★ 661★ 1,729
30d uses
Score5355
Official
Categories
AI / LLM ToolsDatabaseDeveloper Tools
DatabaseDeveloper ToolsAI / LLM Tools
LanguageJavaPython
Last committhis monththis month

wren-engine · Summary

An open context engine for AI agents that provides business context and semantic layer over data sources.

pg-aiguide · Summary

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

wren-engine · Use cases

  • Natural-language analytics with trusted business definitions
  • AI copilots that answer questions across governed enterprise data
  • Code assistants that need real business context, not just schema dumps

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

wren-engine · Install

Installation

Through MCP

  1. Clone the repository: git clone https://github.com/Canner/wren-engine
  2. Navigate to the MCP server: cd wren-engine/mcp-server
  3. Follow the setup instructions in the README

Through AI Agents

  1. Follow the [Installation guide](https://docs.getwren.ai/oss/engine/get_started/installation)
  2. Set up quickstart with [jaffle_shop example](https://docs.getwren.ai/oss/engine/get_started/quickstart)

Claude Desktop Configuration

Add to your Claude Desktop config.json:

{
  "mcpServers": {
    "wren": {
      "command": "uv",
      "args": ["run", "mcp-server", "serve"],
      "env": {
        "WREN_ENGINE_PATH": "/path/to/wren-engine"
      }
    }
  }
}

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.