Skip to main content
Glama

wpostgresql-mcp

MCP Server für WPostgreSQL Architecting – bringt KI-Agenten bei, wie man hochleistungsfähige PostgreSQL-gestützte Systeme mit der wpostgresql-Bibliothek erstellt.

Funktionen

  • 10 Architect-Werkzeuge: Blueprints, Handbuch, Katalogsuche, Scaffolding, Verbindungsvalidierung, Mustererzeugung

  • 20 Offline-Muster: Alle Kernfunktionen von wpostgresql mit Modulreferenzen katalogisiert

  • Scaffolding-Generator: Erzeugt die vollständige Projektstruktur mit config, models, repositories, migrations, main.py

  • Live-Verbindungsvalidierung: Testet die PostgreSQL-Konnektivität über psycopg 3 und gibt den Gesundheitsstatus zurück

  • Musterbasierte Erzeugung: Generiert Starterprojekte aus Katalogmustern

Related MCP server: mcp-postgres

Installation

# Clone and install
cd wpostgresql-mcp
pip install -e .

Oder verwenden Sie den Installer:

chmod +x installer.sh
./installer.sh

Schnellstart

# Run the MCP server in stdio mode (for agent integration)
wpostgresql-mcp run

# Get configuration for your AI agent
wpostgresql-mcp config

# Start as background SSE server
wpostgresql-mcp start

Verfügbare Werkzeuge

Tool

Beschreibung

get_wpostgresql_architect_blueprints

Vollständige CRUD-, Async-, Batch-, Transaktions-, Pool-, Sync- und Query-Builder-Beispiele

get_wpostgresql_architect_manual

Expertenregeln, Modulübersicht, Leitfaden zur Auswahl von Datenstrukturen

search_wpostgresql_pattern

Durchsucht 20+ PostgreSQL-Muster in offiziellen/Community-Katalogen

deploy_wpostgresql_scaffolding

Erzeugt die vollständige Projektstruktur mit config/models/repos/migrations

validate_postgresql_connection

Live-Gesundheitscheck gegen eine laufende PostgreSQL-Instanz

generate_from_pattern

Erzeugt Projekt + Beispiel aus einem bestimmten Katalogmuster

Agentenintegration

Gemini CLI

gemini mcp add wpostgresql-mcp python3 -m wpostgresql_mcp.server run

Claude Desktop / Cursor

{
  "mcpServers": {
    "wpostgresql-mcp": {
      "command": "python3",
      "args": ["-m", "wpostgresql_mcp.server", "run"]
    }
  }
}

OpenCode

Fügen Sie zu .opencode/config.json hinzu:

{
  "mcpServers": {
    "wpostgresql-mcp": {
      "command": "python3",
      "args": ["-m", "wpostgresql_mcp.server", "run"]
    }
  }
}

Befehle

Befehl

Beschreibung

wpostgresql-mcp run

Im stdio-Modus ausführen (Standard)

wpostgresql-mcp run-sse

Im SSE-Modus ausführen

wpostgresql-mcp start

Als Hintergrund-SSE-Server starten

wpostgresql-mcp stop

Hintergrundserver stoppen

wpostgresql-mcp config

JSON-Konfiguration ausgeben/speichern

wpostgresql-mcp help

Hilfe anzeigen


Erzeugt von WPostgreSQL MCP durch wisrovi

A
license - permissive license
Not graded
quality - not tested
C
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Related MCP Servers

  • F
    license
    Not graded
    quality
    D
    maintenance
    Enables AI agents to execute SQL queries and introspect PostgreSQL schemas, tables, and indexes with read-only safety by default. Supports optional write operations and works with Claude, LangChain, and other agents via stdio or HTTP transports.
  • A
    license
    Not graded
    quality
    D
    maintenance
    Enables AI agents to interact with PostgreSQL databases through schema intelligence, query execution, and DBA tooling including index analysis and health monitoring. Features configurable access levels and audit logging for secure database operations.
    539
    MIT
  • F
    license
    A
    quality
    C
    maintenance
    Enables AI agents to read and optionally write to PostgreSQL databases through a multi-project setup with schema inspection, query execution, and performance analysis tools.
    5

View all related MCP servers

Related MCP Connectors

View all MCP Connectors

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/wisrovi/wpostgresql-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server