Skip to main content
Glama

DevDb MCP Server

README.md1.2 kB
# Django Dynamic Database Boot System A script that generates and runs Django applications with different database configurations on-demand. ## Quick Start ```bash # Run with SQLite (default) ./boot.sh # Run with MySQL ./boot.sh mysql # Run with PostgreSQL ./boot.sh postgres ``` ## Prerequisites - Python 3.7+ - Docker (for MySQL/PostgreSQL) ## Features - Supports SQLite, MySQL, and PostgreSQL - Automatically creates a sample todo application - Loads demo data for testing - Finds available ports automatically - Cleans up when stopped (Ctrl+C) ## Database Setup ### MySQL ```bash docker run -d --name mysql-devdb-triage -p 2222:3306 -e MYSQL_ROOT_PASSWORD=mysecretpassword mysql:8.0 ``` ### PostgreSQL ```bash docker run -d --name postgres-devdb-triage -p 3333:5432 -e POSTGRES_PASSWORD=mysecretpassword postgres:16 ``` ## Note - Connection details are printed when the script runs - The application is ephemeral - all data is lost when stopped - The generated application is ignored by Git ## Troubleshooting - For database errors: Check if containers are running - For port conflicts: The script will find an available port - If Django is missing: Run `pipx install django`

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/damms005/devdb-vscode'

If you have feedback or need assistance with the MCP directory API, please join our Discord server