wpostgresql-mcp
wpostgresql-mcp
WPostgreSQL 아키텍처링을 위한 MCP 서버 — wpostgresql 라이브러리로 고성능 PostgreSQL 기반 시스템을 구축하는 방법을 AI 에이전트에게 가르칩니다.
기능
아키텍트 도구 10종: 블루프린트, 매뉴얼, 카탈로그 검색, 스캐폴딩, 연결 검증, 패턴 생성
오프라인 패턴 20종: 모듈 참조와 함께 모든 핵심 wpostgresql 기능을 카탈로그화
스캐폴딩 생성기: config, models, repositories, migrations, 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 패턴 검색 |
| 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 by 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