Skip to main content
Glama

wpostgresql-mcp

MCP-сервер для WPostgreSQL Architecting — обучает AI-агентов создавать высокопроизводительные системы на базе PostgreSQL с использованием библиотеки wpostgresql.

Возможности

  • 10 инструментов архитектора: Чертежи, руководство, поиск по каталогу, генерация каркаса, проверка подключения, генерация шаблонов

  • 20 офлайн-шаблонов: Все основные функции wpostgresql с указанием модулей

  • Генератор каркаса: Разворачивает полную структуру проекта с конфигурацией, моделями, репозиториями, миграциями, main.py

  • Проверка подключения в реальном времени: Тестирует подключение к PostgreSQL через psycopg 3 и возвращает статус здоровья

  • Генерация на основе шаблонов: Создает стартовые проекты из шаблонов каталога

Related MCP server: mcp-postgres

Установка

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

Или используйте установщик:

chmod +x installer.sh
./installer.sh

Быстрый старт

# 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

Доступные инструменты

Инструмент

Описание

get_wpostgresql_architect_blueprints

Полные примеры CRUD, async, batch, transaction, pool, sync, query builder

get_wpostgresql_architect_manual

Экспертные правила, карта модулей, руководство по выбору структуры данных

search_wpostgresql_pattern

Поиск 20+ шаблонов PostgreSQL в официальных/сообщественных каталогах

deploy_wpostgresql_scaffolding

Генерация полной структуры проекта с config/models/repos/migrations

validate_postgresql_connection

Проверка здоровья в реальном времени против работающего экземпляра PostgreSQL

generate_from_pattern

Генерация проекта + примера из конкретного шаблона каталога

Интеграция с агентами

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

Добавьте в .opencode/config.json:

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

Команды

Команда

Описание

wpostgresql-mcp run

Запуск в режиме stdio (по умолчанию)

wpostgresql-mcp run-sse

Запуск в режиме SSE

wpostgresql-mcp start

Запуск как фоновый SSE-сервер

wpostgresql-mcp stop

Остановка фонового сервера

wpostgresql-mcp config

Вывод/сохранение JSON-конфигурации

wpostgresql-mcp help

Показать справку


Сгенерировано WPostgreSQL MCP от 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