turbular
72
Turbular is an open-source MCP server aimed at facilitating seamless database connectivity for Language Models (LLMs). It is robust in supporting multiple database types and offers secure, optimized, and easily extensible features for sophisticated AI applications.
What databases are supported by Turbular?
Turbular supports PostgreSQL, MySQL, SQLite, BigQuery, Oracle, MS SQL, and Redshift.
How can I deploy Turbular?
Turbular can be deployed using Docker or manually by installing dependencies and running the server with Uvicorn.
Does Turbular support secure connections?
Yes, Turbular supports SSL and various authentication methods for secure connections.
Can I extend Turbular to support new databases?
Yes, new database providers can be added by extending the BaseDBConnector interface.
What is the purpose of schema normalization in Turbular?
Schema normalization ensures that database schemas are compatible with LLMs by correcting naming conventions.