Skip to main content
Glama
UAEpro

Smart MCP Server

by UAEpro

Smart MCP Server 🚀

Intelligent SQL Database Interface with Natural Language Support

A production-ready FastMCP 2 server that connects to any SQL database (MySQL, PostgreSQL, SQLite, SQL Server, Oracle, etc.) and converts natural language questions into SQL queries using AI.


✨ Features

  • 🔌 Universal Database Support: MySQL, PostgreSQL, SQLite, SQL Server, Oracle, MariaDB

  • 🧠 Natural Language to SQL: Ask questions in plain English, get SQL results

  • 🔍 Auto-Schema Detection: Automatically scans and understands your database structure

  • 🛡️ Safety First: Read-only by default, blocks dangerous operations

  • FastMCP 2 Powered: Modern, efficient MCP server implementation

  • 🎯 Zero Configuration: Works with any schema without prior setup

  • 🔧 Extensible: Clean, documented code for easy customization


Related MCP server: PostgreSQL MCP Server

📚 Documentation

All documentation is organized in the docs/ folder with priority numbers for easy reading order.

→ See docs/00_READ_ME_FIRST.md for complete reading order


🚀 Quick Start

1. Crate Environment

python3 -m venv .venv

On Linux/Mac:

source .venv/bin/activate
On Windows:
.venv\Scripts\activate

2. Install Dependencies

pip install -r requirements.txt

3. Edit config.yaml with LLM connector and Database Connector

you can also setup the key from .env file

4. Run the automatic database Schema generator

python generate_schema.py

5. Run the Server

python main.py

you might need to edit the main.py in the main function to change the MCP starting protocol


🎯 Example Queries

Try these natural language questions:

"Show me all customers"
"What are the top 5 most expensive products?"
"Show me orders with customer names"
"What is the total revenue by category?"
"List customers who placed orders in the last 30 days"

🛠️ Tech Stack

  • FastMCP 2 - MCP server framework

  • SQLAlchemy 2.x - Universal database adapter

  • OpenAI API - Natural language processing

  • Python 3.8+ - Core language


📦 Project Structure

SmartMCP/
├── main.py                  # Server entry point
├── config.yaml              # Configuration
├── requirements.txt         # Dependencies
├── example_database.py      # Sample data generator
├── test_setup.py           # Setup verification
├── db/adapter.py           # Database connector
├── nlp/query_parser.py     # NL to SQL parser
├── mcp/tools.py            # MCP tool definitions
└── utils/schema.py         # Schema utilities

🎓 Learn More


🔒 Safety Features

  • ✅ Read-only by default

  • ✅ Keyword blacklist (DROP, DELETE, etc.)

  • ✅ SQL injection prevention

  • ✅ Row limits (max 1000 per query)

  • ✅ Environment variable for secrets


📝 License

MIT License - Free to use, modify, and distribute!


Built with ❤️ and AI :P for the MCP community

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

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

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/UAEpro/Dynamic-Smart-MCP'

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