Integrations
Required runtime environment for the MCP server, enabling the execution of database management operations through a Node.js application.
Provides PostgreSQL database management capabilities, including analyzing existing PostgreSQL setups, implementation guidance, debugging database issues, managing schemas, migrating data, and monitoring database performance.
PostgreSQL MCP 서버
PostgreSQL 데이터베이스 쿼리를 직접 실행할 수 있는 모델 컨텍스트 프로토콜(MCP) 서버입니다. 이 서버는 매개변수화된 쿼리와 구성 가능한 시간 제한을 지원하여 PostgreSQL 데이터베이스에 대한 사용자 지정 SQL 쿼리 실행을 가능하게 합니다. 이 프로젝트는 Cursor IDE와 함께 사용하도록 특별히 설계되었습니다.
필수 조건
- 노드.js >= 18.0.0
- PostgreSQL 서버(대상 데이터베이스 작업용)
- 대상 PostgreSQL 인스턴스에 대한 네트워크 액세스
설치
Smithery를 통해 설치
Smithery를 통해 Claude Desktop용 PostgreSQL 데이터베이스 쿼리 서버를 자동으로 설치하려면:
지엑스피1
수동 설치
- 저장소를 복제합니다
- 종속성 설치:Copy
- 서버를 빌드하세요:Copy
- MCP 설정 파일에 추가:Copy
개발
npm run dev
- 핫 리로드로 개발 서버 시작npm run lint
- ESLint 실행npm test
- 테스트 실행
보안 고려 사항
- 연결 보안
- 연결 풀링을 사용합니다
- 연결 시간 초과를 구현합니다
- 연결 문자열을 검증합니다
- SSL/TLS 연결을 지원합니다
기여하다
- 저장소를 포크하세요
- 기능 브랜치 생성
- 변경 사항을 커밋하세요
- 지점으로 밀어 넣기
- 풀 리퀘스트 만들기
This server cannot be installed
remote-capable server
The server can be hosted and run remotely because it primarily relies on remote services or has no dependency on the local environment.
PostgreSQL 데이터베이스와의 상호작용을 통해 설정 분석, 문제 디버깅, 스키마 관리, 데이터 마이그레이션, 성능 모니터링을 가능하게 하는 모델 컨텍스트 프로토콜 서버입니다.
Related MCP Servers
- -securityFlicense-qualityA Model Context Protocol server providing both read and write access to PostgreSQL databases, enabling LLMs to query data, modify records, and manage database schemas.Last updated -4JavaScript
- -securityAlicense-qualityA Model Context Protocol server that enables powerful PostgreSQL database management capabilities including analysis, schema management, data migration, and monitoring through natural language interactions.Last updated -619TypeScriptAGPL 3.0
- -security-license-qualityA Model Context Protocol server that provides tools for connecting to and interacting with various database systems (SQLite, PostgreSQL, MySQL/MariaDB, SQL Server) through a unified interface.Last updated -Python
- -securityFlicense-qualityA Model Context Protocol server that provides tools for interacting with databases, including PostgreSQL, DuckDB, and Google Cloud Storage Parquet files.Last updated -2TypeScript