67
/ 100
22 days ago
glama

Insight AI-SQL MCP Server

Enables querying a PostgreSQL database using natural language by retrieving context from Azure AI Search and generating SQL with Azure OpenAI, with validation and optional execution.

Is this your MCP?

Claim it to get a verified publisher badge, a free copy of our full audit findings, and direct contact for any high-priority issues we find.

Install from

M8ven verifies MCPs across every public registry — install directly from whichever one you prefer.

// key findings
No credential exfiltration, no sensitive file access, no obfuscation
Static analysis found nothing flowing your secrets to unexpected places.
🔐
You'll be asked for 4 credentials: AZURE_SEARCH_API_KEY, AZURE_OPENAI_API_KEY, POSTGRES_PASSWORD, ADMIN_SECRET_KEY
These are read from process.env at runtime. Make sure you trust where they’ll be sent.
// required environment variables
This server reads these from process.env. You'll be asked to provide them before it can run.
configAZURE_SEARCH_ENDPOINT
configAZURE_SEARCH_INDEX_NAME
🔐 secretAZURE_SEARCH_API_KEY
configAZURE_OPENAI_ENDPOINT
🔐 secretAZURE_OPENAI_API_KEY
configAZURE_OPENAI_API_VERSION
configAZURE_OPENAI_CHAT_DEPLOYMENT
configAZURE_OPENAI_EMBEDDING_DEPLOYMENT
configPOSTGRES_HOST
configPOSTGRES_PORT
configPOSTGRES_DB
configPOSTGRES_USER
🔐 secretPOSTGRES_PASSWORD
configSQL_DEBUG_CONTEXT
configSERVER_HOST127.0.0.99
🔐 secretADMIN_SECRET_KEYclave_secreta_para_sesiones>
configADMIN_PORT
configQUERY_STORE_PATH
configADMIN_STORE_PATH
// full audit trail
The full breakdown of what we checked, the deductions that landed, the network hosts, the dependency advisories, and concrete fix guidance is available to verified publishers.
// improvement guidance — verified publishers only
We have 6 concrete improvements we can share with the publisher of this MCP. Each comes with specific guidance to raise the trust score.
// embed badge in your README
[![M8ven Score](https://m8ven.ai/badge/mcp/sespinosafumanal-insight-ai-sql-1l78xr)](https://m8ven.ai/mcp/sespinosafumanal-insight-ai-sql-1l78xr)
commit: 3b8dd053abc1fe2540af1c135677d4d249564f59
code hash: 4158059c635b4da5526169005c27077f5287dcd262f30ee0d38ea7bb2ef342af
verified: 7/9/2026, 10:08:38 AM
view raw JSON →