A
securityA
licenseA
qualityFacilitates management and optimization of PostgreSQL databases, offering analysis, setup guidance, and debugging, while ensuring secure and efficient database operations.
Last updated -
3
6
12
TypeScript
AGPL 3.0
다음을 수행하는 모델-컨트롤러-공급자(MCP) 서버:
이 애플리케이션은 MCP(모델-컨트롤러-공급자) 패턴을 따릅니다.
.env.template
기반으로 .env
파일을 만듭니다..env
파일을 PostgreSQL 데이터베이스 자격 증명으로 업데이트합니다.모든 구성은 환경 변수를 통해 관리됩니다.
GET /api/schemas
- 모든 스키마 나열GET /api/schemas/:schema/tables
- 스키마의 테이블 나열GET /api/schemas/:schema/tables/:table
- 테이블 스키마 세부 정보 가져오기GET /api/schemas/:schema/relationships
- 테이블 관계 가져오기GET /api/structure
- 전체 데이터베이스 구조 가져오기GET /api/search?q=term
- 테이블 및 열 검색POST /api/query
- SQL 쿼리 실행POST /api/query/explain
- 쿼리 실행 계획 가져오기GET /api/schemas/:schema/tables/:table/sample
- 샘플 데이터 가져오기GET /api/schemas/:schema/tables/:table/stats
- 테이블 통계 가져오기GET /api/prompts
- 분석 프롬프트 템플릿 목록GET /api/prompts/:templateId
- 프롬프트 템플릿 세부 정보 가져오기POST /api/prompts/:templateId/generate
- 템플릿에서 SQL 생성GET /api/schemas/:schema/tables/:table/analysis/suggest
- 분석 제안 받기npm run dev
npm test
npm run lint
MIT
PostgreSQL 데이터베이스에 연결하고 스키마를 안전하게 탐색하고, 읽기 전용 SQL 쿼리를 실행하고, 미리 작성된 템플릿을 사용하여 데이터 분석을 수행하기 위한 도구를 제공하는 서버입니다.
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/Maxim2324/mcp-server-test'
If you have feedback or need assistance with the MCP directory API, please join our Discord server