{"openapi":"3.1.0","info":{"title":"psql CLI","description":"PostgreSQL 공식 인터랙티브 터미널로 SQL 쿼리 실행, 테이블 스키마 조회, 백업/복원을 수행합니다. \\dt, \\d+ 등의 메타 명령으로 데이터베이스 구조를 탐색하고 COPY 명령으로 대량 데이터를 처리합니다.","version":"1.0.0","x-fusepie-id":"cli-psql","x-fusepie-category":"data","x-fusepie-provider":"PostgreSQL"},"servers":[{"url":"brew install postgresql","description":"Production"}],"paths":{"/":{"get":{"operationId":"call_cli_psql","summary":"psql CLI","description":"PostgreSQL 공식 인터랙티브 터미널로 SQL 쿼리 실행, 테이블 스키마 조회, 백업/복원을 수행합니다. \\dt, \\d+ 등의 메타 명령으로 데이터베이스 구조를 탐색하고 COPY 명령으로 대량 데이터를 처리합니다.","parameters":[{"name":"q","in":"query","description":"Search query or main parameter","required":false,"schema":{"type":"string"}}],"responses":{"200":{"description":"Success","content":{"application/json":{"schema":{"type":"object"}}}}},"security":[{"apiKey":[]}]}}},"components":{"securitySchemes":{"apiKey":{"type":"apiKey","in":"header","name":"Authorization","description":"API key required"}}},"x-mcp-config":{"mcpServers":{"cli-psql":{"command":"npx","args":["-y","@fusepie/mcp-cli-psql"],"env":{"API_KEY":""}}}}}