Enables interaction with Claude 3.5 Sonnet using a PostgreSQL database and the Model Context Protocol.
Sponsored
This tool implements a Python client for the Model Context Protocol (MCP) that integrates with Claude 3.5 Sonnet, allowing you to interact with the AI model using a PostgreSQL database as a context. It supports both command-line and UI-based interactions through Chainlit, leveraging tools for query processing. The client communicates with an MCP server (either Python or JavaScript) to facilitate the interaction between the language model and the database.
주요 기능
01Integration with PostgreSQL database via MCP
02Supports Python and JavaScript MCP servers
03Includes a command-line interface and a Chainlit-based UI
04Interactive chat interface with Claude 3.5 Sonnet
05Tool-based query processing
060 GitHub stars
사용 사례
01Querying a PostgreSQL database using natural language through Claude 3.5 Sonnet
02Building AI-powered applications that require context from a PostgreSQL database
03Developing interactive chatbots with access to structured data