Skip to main content
Glama
CSOAI-ORG

Universal Database MCP Server

Database Universal MCP

MCP server for database universal mcp operations

PyPI License: MIT MEOK AI Labs

Overview

Database Universal MCP provides AI-powered tools via the Model Context Protocol (MCP).

Tools

Tool

Description

query_sql

Execute a SQL query against a database. Supports SQLite, PostgreSQL, and MySQL.

list_tables

List all tables in a database.

describe_table

Describe a table's schema: column names, types, nullability, defaults,

insert_row

Insert a single row into a table. Column names and values are passed

export_to_csv

Execute a SELECT query and export results to a CSV file.

Installation

pip install meok-database-universal-mcp

Usage with Claude Desktop

Add to your Claude Desktop MCP config (claude_desktop_config.json):

{
  "mcpServers": {
    "database-universal-mcp": {
      "command": "python",
      "args": ["-m", "meok_database_universal_mcp.server"]
    }
  }
}

Usage with FastMCP

from mcp.server.fastmcp import FastMCP

# This server exposes 5 tool(s) via MCP
# See server.py for full implementation

License

MIT © MEOK AI Labs

A
license - permissive license
-
quality - not tested
B
maintenance

Maintenance

Maintainers
Response time
Release cycle
1Releases (12mo)

Latest Blog Posts

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/CSOAI-ORG/database-universal-mcp'

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