postgres
Tools for interaction with postgres sandbox environment
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Tools for interaction with postgres sandbox environment
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Tools for interaction with countly production environment
Tools for interaction with countly testing environment
Tools for gathering documentation details
Comprehensive document creation, editing, and analysis with support for tracked changes, comments, formatting preservation, and text extraction. When Claude needs to work with professional documents (.docx files) for: (1) Creating new documents, (2) Modifying or editing content, (3) Working with tracked changes, (4) Adding comments, or any other document tasks
Tools for interaction with grafana production environment
Tools for interaction with grafana testing environment
| name | postgres |
| description | Tools for interaction with postgres sandbox environment |
#postgresAccess local PostgreSQL database through MCP server using the toolbox utility. Provides database query, schema inspection, and data analysis capabilities without direct psql access.
Include #postgres tag in your prompt to activate this skill.
#postgres Show list of databases
#postgres List all tables in current database
#postgres Show recent user registrations from users table
#postgres Analyze order patterns by status
Do NOT search the filesystem for mcp-config.json or similar files directly.
Do NOT read ~/.copilot/mcp-config.json directly — always route through custom agent file.
MCP server is configured in the postgres.agent.md custom agent file.
IMPORTANT: PostgreSQL is connected through MCP server using the toolbox utility, NOT direct psql connection.
Use environment variables defined in .copilot/.env.
Before taking any action, verify the PostgreSQL MCP server is reachable:
If connection fails: