Postgres
Summary
This MCP server, developed by ipfans, provides a standardized interface for interacting with PostgreSQL databases. Built with Go and leveraging the Gin web framework, it offers tools for executing read-only SQL queries and exploring database resources. The implementation focuses on simplicity and ease of use, allowing configuration through command-line flags or environment variables. By connecting AI models with PostgreSQL data, this server enables sophisticated querying scenarios, enhancing the ability to analyze and extract information from relational databases. It's particularly useful for applications and AI assistants that require secure, read-only access to PostgreSQL data through a familiar MCP interface.
Available Actions(2)
list_resources
List database resources by sending a POST request to the MCP endpoint with the type 'function' and name 'resources'.
execute_read_only_query
Execute a read-only SQL query by sending a POST request to the MCP endpoint with the type 'function', name 'query', and providing the query string as an argument.
コミュニティレビュー
まだレビューはありません. 最初のレビューを投稿しましょう!
会話に参加するにはサインインしてください