
Database Universal Mcp
- Updated July 25, 2026
- CSOAI-ORG/database-universal-mcp
database-universal-mcp is a MCP server that connects agents to universal database operations from MEOK AI Labs over stdio.
About
database-universal-mcp is a Model Context Protocol server from MEOK AI Labs aimed at giving coding agents a unified path to database-oriented operations over stdio. developers integrating Postgres, MySQL, SQLite, or other stores into SaaS and APIs can add it to Claude Code or Cursor so schema exploration, safe queries, and integration debugging happen through MCP tools rather than manual SQL tabs alone. The package is version 1.0.4 on PyPI as database-universal-mcp with repository at CSOAI-ORG on GitHub. Catalog metadata does not list every supported dialect or tool count—confirm capabilities and read-only versus write scopes in the project documentation before pointing at production. Use least-privilege credentials and dev databases first. This is an integration MCP server, not a managed database host.
- database-universal-mcp MEOK AI Labs server at v1.0.4 via PyPI
- stdio MCP transport for local agent-to-database workflows
- Registry name io.github.CSOAI-ORG/database-universal-mcp
- Positioned as a universal database MCP bridge (verify supported engines in repo README)
- GitHub source under CSOAI-ORG for inspection and version pinning
Database Universal Mcp by the numbers
- Data as of Jul 26, 2026 (Skillselion catalog sync)
claude mcp add database-universal-mcp -- uvx database-universal-mcpAdd your badge
Show developers this MCP server is listed on Skillselion. Paste this into your README.
| Package | database-universal-mcp |
|---|---|
| Transport | STDIO |
| Auth | None |
| Last updated | July 25, 2026 |
| Repository | CSOAI-ORG/database-universal-mcp ↗ |
What it does
Register database-universal-mcp so your agent can query schemas, run approved database operations, and debug data layer issues through one MCP entry point.
Who is it for?
Best when you're wiring app backends to databases and want one MCP database bridge while developing in Claude Code or Cursor.
Skip if: Skip if you seek hosted DB provisioning, backups, and multi-tenant DBA automation without running a local MCP process.
What you get
After setup, your agent can use database-universal-mcp tools in the IDE to support integration and debugging with a single MCP server configuration.
- Configured database-universal-mcp server in your agent MCP config
- Agent-accessible database MCP tools for integration and debug sessions
- Documented connection settings aligned with your app’s data stores
By the numbers
- Server version 1.0.4
- Transport: stdio
- PyPI package: database-universal-mcp
README.md
Database Universal MCP
Database connector for SQLite, PostgreSQL, and MySQL
Database connector for SQLite, PostgreSQL, and MySQL. Query data, explore schema, insert rows, and export to CSV. By MEOK AI Labs.
🚀 Quick Start
# Install via pip
pip install database_universal_mcp
# Or install via Smithery
npx -y @smithery/cli@latest install database-universal-mcp --client claude
✨ Features
- MCP protocol compliant
- Easy installation
- Well-documented API
- Production-ready
- Active maintenance
📖 Documentation
🛡️ Compliance
This MCP server is built with EU AI Act compliance built-in:
- ✅ Article 9 — Risk Management System
- ✅ Article 13 — Transparency & Instructions for Use
- ✅ Article 15 — Bias Detection & Testing
- ✅ Article 26 — FRIA Support (where applicable)
- ✅ Article 50 — AI Content Watermarking (where applicable)
Need help getting compliant? Book a free 15-min diagnostic →
🏢 Enterprise
Need custom development, SLA guarantees, or white-label deployment?
- Pro: $99/mo — Full MCP suite + EU AI Act tracking
- Enterprise: $499/mo — Custom dev + SLA + Dedicated support
View Pricing → | Contact Sales →
🤝 Part of the MEOK Ecosystem
This server is part of the MEOK AI Labs ecosystem — 300+ MCP servers for sovereign AI governance.
| Domain | Purpose |
|---|---|
| councilof.ai | EU AI Act compliance marketplace |
| safetyof.ai | AI safety & monitoring |
| meok.ai | Sovereign AI platform |
| cobolbridge.ai | Legacy modernization |
📜 License
MIT © CSOAI-ORG
Built with 💜 by MEOK AI Labs · UK Companies House 16939677
MIT © [MEOK AI Labs](https://meok.ai)Pairs with MEOK Governance Suite
Build something that touches users? You need compliance. MEOK ships 38 governance MCPs that drop in alongside this tool — EU AI Act, DORA, NIS2, CRA, GDPR, ISO 42001, FDA SaMD, MDR, Basel, MiFID II, MiCA, COPPA, and more.
# One-shot install of the governance pack
npx meok-setup --pack governance
Free tier: 10 calls/day per MCP. Pro tier (£79/mo): unlimited + cryptographically signed compliance attestations your auditor verifies independently.
→ Full catalogue: councilof.ai/catalogue → MEOK AI Labs: meok.ai
💸 Try MEOK in 30 seconds — instant buy ladder
| Tier | Price | What you get | Stripe |
|---|---|---|---|
| Smoke test | £1 | Signed sample MCP-Hardening report + Article 50 PDF | https://buy.stripe.com/aFa7sNcgAdQS0ZT1Uc8k91t |
| Quick Kit | £9 | EU AI Act Article 50 implementation guide (C2PA + EU-Icon) | https://buy.stripe.com/aFa7sNcgAdQS0ZT1Uc8k91t |
| Founder Call | £29 | 30-min 1-on-1 with the founder | https://buy.stripe.com/aFa7sNcgAdQS0ZT1Uc8k91t |
Refundable. UK Stripe — VAT-clean. Builds on the 81-MCP MEOK fleet. Verify any signed report at https://meok.ai/verify.
Configuration
Add to your claude_desktop_config.json (Claude Desktop) or your MCP client config:
{
"mcpServers": {
"database-universal-mcp": {
"command": "uvx",
"args": ["database-universal-mcp"]
}
}
}
Or: pip install database-universal-mcp then run the database-universal-mcp command (stdio transport).
Examples
Once configured, ask your assistant, for example:
- "Use
query_sqlto …" - "Use
list_tablesto …" - "Use
describe_tableto …"
Recommended MCP Servers
How it compares
Universal database MCP connector, not a database skill pack or ORM code generator by itself.
FAQ
Who is database-universal-mcp for?
It is for developers and agent users who need MCP-driven database access while building and integrating application data layers.
When should I use database-universal-mcp?
Use it in Build during integrations when you want your agent to help with schemas, queries, and database debugging through MCP.
How do I add database-universal-mcp to my agent?
Install database-universal-mcp from PyPI, configure stdio MCP in your client, supply connection settings per the GitHub README, and register io.github.CSOAI-ORG/database-universal-mcp.