MCP Catalogs
Home

datagouv-mcp vs pg-aiguide

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

datagouv-mcp
by datagouv
pg-aiguide
by timescale
Stars★ 1,460★ 1,729
30d uses
Score5555
Official
Categories
AI / LLM ToolsDatabaseSearch
DatabaseDeveloper ToolsAI / LLM Tools
LanguagePythonPython
Last committhis monththis month

datagouv-mcp · Summary

Official MCP server for data.gouv.fr that enables AI chatbots to search and analyze French open data.

pg-aiguide · Summary

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

datagouv-mcp · Use cases

  • Ask about real estate prices in specific French regions
  • Retrieve latest demographic data for French cities
  • Search and analyze public datasets through conversational AI

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

datagouv-mcp · Install

Installation

Using Public Hosted Server

The recommended approach is to use the public instance at https://mcp.data.gouv.fr/mcp.

Claude Desktop Configuration

Add to your Claude Desktop configuration file:

{
  "mcpServers": {
    "datagouv": {
      "command": "npx",
      "args": [
        "mcp-remote",
        "https://mcp.data.gouv.fr/mcp"
      ]
    }
  }
}

Local Installation with Docker

git clone git@github.com/datagouv/datagouv-mcp.git
cd datagouv-mcp
docker compose up -d

Manual Installation

# Install dependencies
uv sync

# Copy environment file
cp .env.example .env

# Start the server
uv run main.py

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.