loading…
Search for a command to run...
loading…
Connect AI agents to SQL databases (SQLite, PostgreSQL, MySQL) with a unified interface for querying data, exploring schemas, inserting rows, and exporting resu
Connect AI agents to SQL databases (SQLite, PostgreSQL, MySQL) with a unified interface for querying data, exploring schemas, inserting rows, and exporting results to CSV. Includes safety features like dangerous query blocking and write guards.
By MEOK AI Labs — Connect to SQLite, PostgreSQL, or MySQL databases for querying, schema exploration, and data export
pip install database-universal-mcp
# Optional: pip install psycopg2-binary mysql-connector-python
python server.py
This server provides universal database access including:
Free tier: 30 calls/day. Upgrade at meok.ai/pricing for unlimited access.
MIT — MEOK AI Labs
Добавь это в claude_desktop_config.json и перезапусти Claude Desktop.
{
"mcpServers": {
"universal-database-mcp-server": {
"command": "npx",
"args": []
}
}
}