Database Server
Createdcherl
Enables AI models to securely query relational databases like MySQL and PostgreSQL using the Model Context Protocol (MCP).
About
This database query server, implemented in TypeScript, leverages the Model Context Protocol (MCP) to allow AI models to securely interact with relational databases. It supports MySQL and PostgreSQL, providing table structure information as resources and executing read-only SQL queries within transactions for enhanced security. The server exposes functionalities to list available database tables, retrieve table schemas, and perform queries, facilitating seamless integration with AI-driven applications that require access to structured data.
Key Features
- Provides table structure information as resources
- Uses transactions to ensure query security
- Implements Model Context Protocol (MCP)
- Executes read-only SQL queries
- Supports MySQL and PostgreSQL databases
- 0 GitHub stars
Use Cases
- Allowing AI models to retrieve data from relational databases.
- Providing structured data access for AI-driven applications.
- Enabling secure querying of databases by AI agents.