Loading connector details…
Loading connector details…
Choose a unique username to continue using AgentHotspot
by RichardHFYU • Uncategorized
An MCP server built with Spring Boot and Spring AI to inspect PostgreSQL database schemas via SSE.
Retrieve the schema details of specific PostgreSQL tables.
Analyze foreign key dependencies and references between tables.
Execute arbitrary SQL SELECT queries on a PostgreSQL database with caution.
This MCP server provides tools to retrieve table schemas, foreign key dependencies, and execute SQL SELECT queries on a PostgreSQL database. It supports Server-Sent Events (SSE) for communication and is designed to integrate with MCP clients like Cursor. The server enables safe database inspection and querying, with caution advised when using the executeSql tool due to security risks.