turbular

A MCP server allowing LLM agents to easily connect and retrieve data from any database

GitHub Stars

97

User Rating

Not Rated

Favorites

0

Views

33

Forks

12

Issues

1

Installation
Difficulty
Beginner
Estimated Time
5-10 minutes

Installation

Installation

Prerequisites

Python: 3.11 or higher
Docker: Latest version

Installation Steps

1. Clone Repository

bash
git clone https://github.com/raeudigerRaeffi/turbular.git
cd turbular

2. Start Development Environment

bash
docker-compose -f docker-compose.dev.yml up --build

3. Test Connection

bash
./scripts/test_connection.py

Troubleshooting

Issue: Docker won't start Solution: Ensure Docker is installed correctly.

Additional Resources