wpostgresql-mcp
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Доступные инструменты
Инструмент | Описание |
| Полные примеры CRUD, async, batch, transaction, pool, sync, query builder |
| Экспертные правила, карта модулей, руководство по выбору структуры данных |
| Поиск 20+ шаблонов PostgreSQL в официальных/сообщественных каталогах |
| Генерация полной структуры проекта с config/models/repos/migrations |
| Проверка здоровья в реальном времени против работающего экземпляра PostgreSQL |
| Генерация проекта + примера из конкретного шаблона каталога |
Интеграция с агентами
Gemini CLI
gemini mcp add wpostgresql-mcp python3 -m wpostgresql_mcp.server runClaude 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"]
}
}
}Команды
Команда | Описание |
| Запуск в режиме stdio (по умолчанию) |
| Запуск в режиме SSE |
| Запуск как фоновый SSE-сервер |
| Остановка фонового сервера |
| Вывод/сохранение JSON-конфигурации |
| Показать справку |
Сгенерировано WPostgreSQL MCP от wisrovi
This server cannot be installed
Maintenance
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
- FlicenseNot gradedqualityDmaintenanceEnables 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.
- AlicenseNot gradedqualityDmaintenanceEnables 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.539MIT
- FlicenseAqualityCmaintenanceEnables 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
- FlicenseNot gradedqualityDmaintenanceEnables AI assistants to interact with PostgreSQL databases through natural language queries, schema inspection, and safe SQL execution.91
Related MCP Connectors
Analytical memory for AI agents: a real Postgres queried in plain English over MCP. One command.
Persistent memory and knowledge management for AI agents with semantic search and 50+ tools.
Real-time Amazon, WIPO & PACER data for AI agents — 19 tools via the MCP protocol.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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