wpostgresql-mcp
wpostgresql-mcp
WPostgreSQL アーキテクティング用の MCP サーバー — wpostgresql ライブラリを使用して、高性能な PostgreSQL バックエンドシステムを構築する方法を AI エージェントに教えます。
機能
10 のアーキテクトツール: ブループリント、マニュアル、カタログ検索、スキャフォールディング、接続検証、パターン生成
20 のオフラインパターン: すべての主要な wpostgresql 機能をモジュール参照付きでカタログ化
スキャフォールディングジェネレーター: 設定、モデル、リポジトリ、マイグレーション、main.py を含む完全なプロジェクト構造をデプロイ
ライブ接続検証: psycopg 3 を介して PostgreSQL 接続をテストし、ヘルスステータスを返します
パターンベースの生成: カタログパターンからスタータープロジェクトを生成
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、非同期、バッチ、トランザクション、プール、同期、クエリビルダーの例 |
| エキスパートルール、モジュールマップ、データ構造選択ガイド |
| 公式/コミュニティカタログから 20 以上の PostgreSQL パターンを検索 |
| 設定/モデル/リポジトリ/マイグレーションを含む完全なプロジェクト構造を生成 |
| 実行中の 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